body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #315C5D;
	font-size: 12px;
	color: #315C5D;
}
#wrap{
	width:900px;
	border:1px #ffffff solid;
	background-color: #C4F0F1;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:auto;
	position: relative; 
	margin: auto; 
	padding:0;
}
#header{
	font-size:14px;
	color: #40ABAF;
	margin-top: 20px;
}
#header a{
	font-size:14px;
	color: #40ABAF;
	font-weight:bold;
	text-decoration:none;
}
#header a:hover{
	font-size:14px;
	color: #315C5D;
	font-weight:bold;
	text-decoration: none;
}
#left{
	width: 280px; 
	padding: 10px;
	float: left;
	margin: O;
}
#left a{
	font-size:12px;
	color:#333333;
}
#left a:hover{
	font-size:12px;
	color: #990000;
}
#content{
	margin-left: 220px;
	padding: 0px 30px 15px 30px;
}
#content a{
	font-size:12px;
	color: #CC0066;
	text-decoration:none;
	font-weight:bold;
}
#content a:hover{
	font-size:12px;
	color: #CC0066;
	text-decoration: underline;
	font-weight:bold;
}
#content h1{
	font-size: 18px;
	font-family:"Trebuchet MS";
	color: #315C5D;
	text-decoration:underline;
}
#content h2{
	font-size: 14px;
	font-family: Tahoma;
	color: #CC0066;
	text-decoration:none;
	font-weight:bold;
}


#footer{
	height:50px;
	background-color:#40ABAF;
	border-top: 1px #ffffff 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: #C0C7A5;
	text-decoration: underline;
}
.photo{
	border: 1px solid #40ABAF;
	margin: 3px 3px 3px 10px;
}
table, td, tr{
	padding:0;
	border: 1px solid #40ABAF;
	border-collapse:collapse;
}
