* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bg-gradient.jpg); 
	background-color: #8AAED2;
	background-repeat: repeat-x;
	margin-top: 5px;
}

#wrapper { 
	margin: 0 auto;
	width: 900px;
	background-color: #fafafa;
	background-image: url(images/bg-wrapper.png);
	padding: 5px 3px 5px 3px;
}

#front {
   width: 890px;
   margin: 0 auto;
   background-color: #FFF;
   border: 1px solid #ccc;
   text-align: left;
}

#topmenu {
	width: 100%;
	background-color: #ddd;
	background-repeat: repeat-x; 
	background-image: url(images/bg-menu.gif);
	border-top: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#topmenu ul {
	text-align: left;
}

#topmenu ul li {
	list-style-type: none;
	display: inline;
}

#topmenu li a {
	line-height: 38px;
	padding: 11px 15px 11px 15px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#topmenu li a:hover {
	color: #666;
	background-color: #fafafa;
}


#header {
	width: 100%;
	height: 200px;
	background: #0E549A;
	border-bottom: 1px solid #ccc;
	background-image: url(images/header.jpg);
}

#links {
	width: 494px;
	height: 22px;
	padding: 15px 0px 5px 0px; 
}

#left {
	color: #333;
	background-color: #fff;
	height: auto;
	width: 564px;
	float: left;
	background-repeat: no-repeat;
	padding: 0 30px 40px 30px;
}

#left p {
	line-height: 200%;
	margin-bottom: 15px;
}

#left .big {
	margin-top: 10px;
	font-size: 20px;
	font-family: Georgia, Verdana, sans-serif;
}

#left a {
	font-weight: bold;
	color : #58f;
	text-decoration: underline;
}

#left ol, #left ul {
	line-height: 1.8em;
	margin-bottom: 1.0em;
}

#left ol li, #left ul li {
	margin-left: 3.0em;
	margin-bottom: 0.5em;
}

#left h1 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	margin: 15px 10px 10px 0;
}

#left h2 {
	color : #666;
	margin: 5px 0 20px 15px;
	font-size : 20px;
	font-family: Georgia, Verdana, sans-serif;
	font-style: italic;
	border-bottom: 1px dashed #ccc;
}

#left h3 {
	color: #666;
	font-size: 16px;
	margin: 5px 0 10px 0;
}

#left img {
	margin: 10px;
}

#right { 
	background-color: #fafafa;
	color: #666;
	height: auto;
	width: 265px;
	float: right;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

#right h2 {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid #ccc;
	background-color: #ddd;
	background-image: url(images/bg-menu.gif);	
	background-repeat: repeat-x;
}

#right p {
	font-size : 11px;
	color : #000000;
	margin: 10px 15px 0px 15px;
	line-height: 15px;
}

#right a {
	font-weight: bold;
	color: #58f;
	text-decoration: underline;
}

#footer { 
	text-align: center;
	width: 870px;
	height: 30px;
	clear: both;
	color: #666;
	background-color: #eee;
	background-image: url(images/footer_bg.gif);
	border-top: 1px solid #ccc;
	padding: 10px;
}


#footer a:link, a:visited {
	color : #666;
	text-decoration: none;
}

#footer a:hover {
	color : #555;
	text-decoration: underline;
}

.frame {
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, Verdana, sans-serif;
	color: #666;
	border: 1px dashed #ccc; 
	padding: 5px; 
	background-color: #fafafa;
}
