* {
    padding: 0;
    margin: 0;
} 

body {
/*background: #10447D;*/
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #555;
line-height: 17px;
}

img { border: none; }
a { color: #10447D; }
a:hover { text-decoration: none; color : #999; }
h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #999; }

#wrap {
	width: 800px;
	margin: 20px auto;
	border: medium solid #666666;
}

#header {
/*background: #04562e url(images/header.jpg) no-repeat;*/
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 140px;
}
#header h1 {
font-size: 35px;
font-weight: 100;
letter-spacing: -3px;
padding: 40px 0 0 33px;
text-align: left;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
font-size: 13px;
color: #eee;
padding: 4px 0 0 33px;
text-align: left;
font-weight: 100;
}

#content { 
padding: 0 30px;
background-color:#FFFFFF;
/*background: #10447D /*url(images/content.jpg) repeat-y;*/
}
/*#h1 {
	font-size: 16px;
	border: none;
	padding: 0 0 0 10px;
	margin: 0;
	color: #04562e;
}*/

#right{
padding: 10px 0;
width: 520px;
float: right;
font-size: 12px;
text-align: justify;
}
#right h3 {
	border-bottom: 1px dotted #aaa;
	color: #cc3399;
}

#left{
padding: 25px 0;
width: 220px;
float: right;
}
#left h3 {
	font-size: 16px;
	border: none;
	padding: 0 0 0 10px;
	margin: 0;
	color: #04562e;
}
#left ul { list-style-type: none; padding: 10px 0 20px 20px; }
#left ul li { padding: 2px 0 3px 0; }
#left ul li a {
	color: #653613;
	font-weight: 100;
	display: block;
	text-decoration: none;
	font-size: 12px;
}
#left ul li a:hover { color : #999; }

#footer {
	font-size: 10px;
	color: #eee;
	text-align: center;
	height: 210px;
	line-height: 10px;
	background-color: #04562e;
	padding-top: 10px;
}
#footer a { 
color: #eee;
text-decoration: none;
}
#footer a:hover {
color: #fff; 
text-decoration: underline; 
}

#bottom {
/*background: #10447D url(images/bottom.jpg) no-repeat;*/
padding: 5px 0;
}
