* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #DBB364;
	font: 12px Arial;
	color: #8D4203;
	
	line-height: 16px;
}


a:link {
	color: #910000;
	text-decoration: none;
}
a:visited {
	color: #910000;
	text-decoration: none;
}
a:hover {
	color: #910000;
	text-decoration: underline;
}
a:active {
	color: #910000;
	text-decoration: line-through;
}

#main {

	width: 708px;
	margin: auto;
}
#main-logo {
	width: 708px;
	height: 212px;
	background-image: url(main-logo.jpg);
}
	#n {
		float: right;
		position: relative;
			top: 25px;
			right: 15px;
		width: 465px;
		height: 150px;
	}
#main-midle {
	width: 704px;
	padding: 0 2px 0 2px;
	background-image: url(main-bg.gif);
	
}
	#main-menu {
		float: left;
		width: 194px;
		padding: 0 0 10px 0;
		background: url(main-menu.gif) #E8C47D;
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	#main-menu-bottom {
	clear: left;
	float: left;
	width: 180px;
	margin-left: 10px;
	
}
	#main-content {
		float: right;
		width: 510px;
		background-color: #E8C47D;
	}
#main-bottom {
	clear: both;
	width: 708px;
	padding: 5px 0 20px 0;
	text-align: center;
	background-image: url(main-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}


p {
	padding: 10px;
}
	.clear {
		clear: both;
	}
.template{
	margin: 20px;
	width: 90%;
	border: 3px orange double;
}

.templateHeader{
	background:orange;
	color:white;
	font-weight:bold;
	text-align:center;
}

.templateBody{
}
