/* CSS Document */

html, body {
	height: 100%;
	text-align:center;
	margin: 0;
	padding: 0;
	background-color:#e5e1e2;
}

/*-------------------header CSS starts here--------------------*/

#header {
	background-color: #89b9e1;
	margin: 0 auto;
	width: 765px;
}
.headertitle{
	padding-right: 50px;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h1 {
	font-size:26px;
	border-bottom: 1px solid #89b9e1;
	padding:-20px 0 0 0;
	margin-top: -1px;
	float:left;
}
#coin {
	float:left;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
p {
	font: Georgia, "Times New Roman", Times, serif;
}

/*-------------------------Nav CSS starts here-------------------*/

#mainav {
	background: #231f20 url(img/nav_bottom.gif) no-repeat top left;	
	
}
.navitems a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	display: block;
	color:#CCCCCC;
	text-decoration:none;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
.navitems a:hover {
	background-color:#333333;
}
.navitems td{
	background: url(img/nav_divider.gif) no-repeat bottom center;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	
}
/*------------------------Content CSS starts here-------------------*/

#content{
	background-color:#FFFFFF;
}
#bodycontent{
	text-align:left;
	background-color:#FFFFFF;
	padding: 20px 80px 80px;
}
#bodycontent p {
	text-indent:40px;
	font: 14px/22px Georgia, "Times New Roman", Times, serif;
}
#listp p {
	text-indent: 0;
}
#imgshadow {
	background:url(img/img_shadow.gif) no-repeat top left;
	padding: 5px 0 10px 5px;
}
#logos {
	text-align:center;
}
#logos img {
	margin: 20px 0;
}

/*----------------------------footer CSS starts ehre----------------------*/

#footer {
	background:url(img/footer.gif) repeat-y top left;
}
