@charset "utf-8";
/* CSS Document */

body{
	background: url(../images/page-bg.jpg) #0192FD repeat-x top left;
	margin:0px;
	padding:0px;
	font-size:76%;
}

h1{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-style:italic;
	color:#0057D7;
}

h2{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-style:italic;
	color:#0057D7;
}

h3{
	padding:0 0 6px 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-style:italic;
	color:#0057D7;
	text-align:right;
	background:url(../images/underline.jpg) bottom right no-repeat;
}

/* -------- ie 6 fix --------- */

h3{
	padding:0 0 6px 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-style:italic;
	color:#0057D7;
	text-align:right;
	background:url(../images/underline.jpg) bottom right no-repeat;
	width:180px;
}

/* -------- ie 6 fix end --------- */

h2 a{
	text-decoration:underline;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#333;
	line-height:150%;
}

#wrapper{
	width:790px;
	margin:auto;
	
}

#banner {
	width:790px;
	height:194px;
	background:url(../images/banner.jpg) no-repeat top left;
	padding-top:25px;
}

#banner-link a {
	width:735px;
	height:194px;
	display:block;
	margin:0 0 0 25px;
}

#content{
	float:left;
	width:790px;
	background: url(../images/content-bg.jpg) repeat-y top left;
	padding:0;
}

#content-left {
	float:left;
	width:176px;
	margin:0px 1px 0px 25px;
	text-align:right;
	padding:12px;
}


#content-right {
	float:left;
	width:513px;
	margin:0px 25px 0px 0;
	background:url(../images/right-bg.jpg) #eee repeat-x top left;
	border: 1px solid #9d9d9d;
	padding:12px;
}

.thumbnail{
	float:left;
	width:500px;
	height: 92px;
	border-bottom: 1px #9d9d9d solid;
	margin:10px 0 0 0;
}

.thumbnail p{
	margin:3px 0 5px 0;
	padding:0;
	line-height:110%;
	
}

.thumbnail2{
	float:left;
	width:500px;
	height: 72px;
	border-bottom: 1px #9d9d9d solid;
	margin:10px 0 0 0;
}

.thumbnail2 p{
	margin:8px 0;
	padding:0;
	line-height:110%;
	
}

.thumb{
	float:left;
	width:100px;
	height:80px;
	border: 1px solid #9d9d9d;
	margin:0 5px 0 0;
}

.thumb2{
	float:left;
	width:83px;
	height:58px;
	border: 1px solid #9d9d9d;
	margin:0 5px 0 0;
}

#content-left p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-style:italic;
	font-weight:bold;
	color:#eee;
	line-height:150%;
	text-decoration:none;
}

#content-left p a:hover {
	color:#0057D7;
	text-decoration:none;
}

#footer {
	float:left;
	width:790px;
	height:54px;
	background:url(../images/footer-bg.jpg) no-repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#818181;
}
#footer a {
	color:#818181;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:#666;
}

#footer-left{
	float:left;
	width:300px;
	padding:10px 0 0 40px;
}

#footer-right{
	float:right;
	width:285px;
	padding:10px 40px 0 0;
	text-align:right;
}

#ads{
	float:left;
	margin:5px 0 5px 30px;
}