@charset "utf-8";
/* CSS Document */

body {
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	background:#ad9476;
}
h1 {
	font-size:18px;
	text-align:center;
	color:#000;
	padding-top:0px;
	line-height:1px;
}
h2{
	font-size:16px;
	color:#372b2b;
}
#container {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/container.jpg);
}
#header img a:link{
	text-decoration:none;
	border:none;
}
#header img a:visited{
	text-decoration:none;
	border:none;
}
#header img a:hover{
	text-decoration:none;
	border:none;
}
#header img a:active{
	text-decoration:none;
	border:none;
}
#nav{
	float:left;
	width:281px;
	min-height:409px;
	background:url(../images/nav.jpg) no-repeat;
	padding: 106px 10px 0px 10px; 
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#d0bda6;
	line-height:40px;
	font-size:14px;
}
#nav a:link{
	color:#d0bda6;
	text-decoration:underline;
}
#nav a:visited{
	color:#d0bda6;
	text-decoration:underline;
}
#nav a:hover{
	color:#d0bda6;
	text-decoration:none;
}
#nav a:active{
	color:#d0bda6;
	text-decoration:underline;
}
#content{
	float:right;
	width:499px;
	min-height:505px;
	background:url(../images/content.jpg) no-repeat;
	padding: 0px 70px 10px 30px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#372b2b;
	font-size:14px;
}
#content a:link{
	color:#372b2b;
	text-decoration:underline;
}
#content a:visited{
	color:#372b2b;
	text-decoration:underline;
}
#content a:hover{
	color:#372b2b;
	text-decoration:none;
}
#content a:active{
	color:#372b2b;
	text-decoration:underline;
}
#footer{
	clear:both;
	width:900px;
	background:#ad9476;
	padding-top:5px;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	
}
#footer a:link{
	color:#000;
	text-decoration:underline;
}
#footer a:visited{
	color:#000;
	text-decoration:underline;
}
#footer a:hover{
	color:#000;
	text-decoration:none;
}
#footer a:active{
	color:#000;
	text-decoration:underline;
}
