body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(image/background.jpg);
	font-size: 12px;
	color: #333333;

}
#wrap{
	width:800px;
	border:2px #DFD3A9 solid;
	background-color:#FFFFFF;
	height:auto;
	position: relative; 
	margin:0 auto; 
	padding:0;
}
#header{
	width:800px; 
	height:245px;
	border-bottom:1px #DFD3A9 solid;
	background-color: #FFFFFF;
	background-image: url(image/header.jpg);
	background-position:right;
	background-repeat:no-repeat;
	margin:0 auto; 
	padding:0;
}
#header a{
	font-size:12px;
	color:#333333;
}
#header a:hover{
	font-size:12px;
	color: #990000;
}
#menu{
	width:0px; 
	float:left;
	margin:0; 
	padding-top:20px;
}
#menu p{
	font-weight: normal;
}
#content{
	width:530px; 
	float:left;
	margin: 0; 
	padding: 20px;
	border-left:1px #DFD3A9 solid;
}
#content h1{
	font-size:16px;
	font-weight: bold;
	color: #CC9966;
	line-height: 18px;
	margin: 0;
}
#content h2{
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	line-height: 16px;
}
#content h2 a a:hover{
	font-size: 14px;
}
#content a{
	font-size:12px;
	color:#333333;
}
#content a:hover{
	font-size:12px;
	color: #990000;
}
#menu{
	color: #333333;
	line-height: 24px;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#menu a{
	font-size:12px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#menu a:hover{
	font-size:12px;
	color: #CC9966;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#menu li{
	list-style-position: inherit;
	list-style-type: square;
}

#footer{
	width:776px; 
	height:50px;
	background-color:#A39E80;
	border: 2px #DFD3A9 solid;
	margin:0 auto; 
	padding:10px;
	color:#FFFFFF;
	font-size:11px;
	clear:both;
}
#footer a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	font-size:11px;
	color: #990000;
	text-decoration:none;
}
.photo{
	border: 1px solid #DFD3A9;
	padding: 2px;
	background-color:#ffffff;
	margin: 3px 3px 3px 3px;
}
.photo-nomargin{
	border: 1px solid #DFD3A9;
	padding: 2px;
	background-color:#ffffff;
	margin: Opx;
}

input, textarea {background-color: #FFFFFF; border: 1px solid #DFD3A9;}

.hide{
    display: none;
}