* {
  margin: 0;
  padding: 0;
}

body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #0a111f;
background: #7e8aa2 url(images/bg.png);
}

a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}


h1 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #263248;
}

small {
font-size: 10px;
letter-spacing: 0px;
text-transform: uppercase;
color: #818180;
padding-top: 10px;
padding-left: 5px;
display: block;
}

small em {
	font-style: normal;
	font-size: 11px;
	color: #c73226;
}

/* MAIN LAYUOT */

div#page-wrapper {
	width: 960px;
	margin: 0 auto;
	background: #efeeee;
}

div#header {
	height: 140px;
	background: url(images/header.png) no-repeat;
}

div#content-wrapper {
	padding-bottom: 20px;
}

div#footer {
	height: 140px;
	background: url(images/footer_bg.png) repeat-x;
	text-align: center;
}



div.divider {
	height: 3px;
	background: url(images/divider.png) scroll 0 0 no-repeat;
}

/* ADV BLOCK */

span.button {
	display: block;
	width: 305px;
	text-align: center;
	float: right;
}

span.button a {
	background: url(images/button.png) scroll 0 0 no-repeat;
	color: #c73226;
	font-size: 24px;
	font-weight: bold;
	padding-top: 7px;
	display: block;
	height: 45px;
	
}

span.button a:hover {
	color: #ff1400;
}


div.adv-block {
	width: 920px;
	height: 220px;
	padding: 20px;
	margin: 0 auto;
}



div.adv-block h1 {
	font-size: 30px;
	letter-spacing: -2px;
}

div.adv-block p {
	padding: 10px 20px 10px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	color: #2f6594;

}


div.adv-block img {
	float: left;
	margin-right: 20px;
	border: 4px solid #7e8aa2;
	width: 300px;
	height: 200px;
}

div.adv-block img:hover {
	border: 4px solid #819cd2;
}	


span#banner {
	display: block;
	float: right;
	padding: 20px;
	width: 468px;
	height: 100px;
}

/* CONTENT */

div.main-block {
	background: url(images/main_block_bg.png) 10px 28px no-repeat;
	float: left;
	width: 450px;
	height: 190px;
	padding: 14px;
}

div.main-block p {
	font-size: 13px;
	width: 195px;
	line-height: 1.2em;
	padding-top: 5px;
	padding-left: 7px;
	min-height: 130px;
	
}


div.main-block img {
	float: right;
	width: 240px;
	height: 180px;
	border: 4px solid #7e8aa2;
}

div.main-block img:hover {
	border: 4px solid #819cd2;
}	

div.main-block h1 {
	font-size: 18px;
	letter-spacing: -1px;
	padding-top: 3px;
}

div.main-block h1 a {
	text-decoration: none;
	color: #263248;
}

div.main-block h1 a:hover {
	color: #c73226;
}

div.main-block span {
	background: url(images/number_bg.png) 0px 0px no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	width: 30px;
	height: 30px;
	color: #FFFFFF;
	display: block;
	float: left;
	text-align: center;
	padding-right: 5px;
}

div.main-block p {
	clear: left;
}

/* MORE SITES */

div.more-sites {
	background: url(images/more-sites.png) 0 0 scroll no-repeat;	
	text-align: center;
	padding-bottom: 20px;
	height: 45px;
	width: 960px;
	margin: 0 auto;
}

div.more-sites h1 {
	font-size: 24px;
	padding: 10px;
	color: #e3e3e3;
}

div#inner {
	padding: 0 20px 20px 20px;
	text-align: center;
	
}

ol {
	margin:0;
	padding:0 1.5em;
}

table {
background: #c73226 none repeat scroll 0 0;
border: 5px solid #990000;
border-collapse: collapse;
color: #FFFFFF;
width: 750px;
font-size: 14px;
display: block;
float: left;
}

td a {
	color:#FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

td a:hover {
	text-decoration: underline;
}

thead {
}

thead th {
border-bottom: 1px dotted #FFFFFF;
font-size: 18px;
padding: 10px;
text-align: left;
}

thead tr {
}

td {
padding: 0.5em 1em;
}

tbody tr.odd td {
background: transparent url(images/tr_bg.png) repeat scroll left top;
}



* html tr.odd td {
background: #c73226 none repeat scroll 0 0;

}
#middle {
background-color: #990000;
width: 200px;
}

span#ver-banner {
	display: block;
	float: left;
	padding-left: 20px;	
	width: 150px;
	height: 468px;
}

/* FOOTER NAV */

div#footer p {
	padding: 20px;
	color: #0a111f;
}

div#footer p a {
	color: #0a111f;
	font-size: 18px;
	font-weight: bold;
}	



/* TOOLS */

.reset-float {
	clear: both;
}

.friendly_links {
	width: 950px;
	margin-top: 20px;
}
.friendly_links p {
	width: 180px;
	padding: 3px;
	margin: 1px;
	background-color: #000;
	border: 1px solid #fff;
	font-size: 12px;
	float: left;
}
.friendly_links p a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}
.friendly_links p a:hover {
	color: #bddb22;
}
