﻿@import url("reset.css");

body{
	background:url(../images/bg-master.gif) transparent;
	color:#666;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
}

a{
	color:#666;
	text-decoration:none;
}

a:hover{
	
    background-color:#ebedef;
}

h1{
	color: #205685;
	font-size:36px;
	padding:0 0 25px 0;
}

h2{
	color: #205685;
	font-size:24px;
}

p{
	line-height: 24px;
	padding: 10px 0;
}


#wrapper{
	margin:0 auto;
	padding:10px;
	position:relative;
	width:940px;
}

.clear{
	clear:both;
}

#header {
	height:180px;
}

#header #logo{
	float:left;
	padding:15px 0;
	text-align:center;
}

#header ul{
	float:right;
	padding-top:50px;
}

#header li{
	
	float:left;
	font-size:20px;
}

#header li a{
	
	display:block;
	float:left;
	padding:15px;
}

#footer{
	border-top:#e0e0e0 1px solid;
	font-size: 11px;
	line-height: 20px;
	margin-top:25px;
	padding:15px;
	text-align:right;
}


#richmedia{
	height:350px;
	margin:15px 0;
	position:relative;
	width:940px;
}

#banner{
	height:350px;
	overflow:none;
	width:940px;
}

#richmedia #next,
#richmedia #prev{
	cursor:pointer;
	position:absolute;
	top:150px;
	z-index:10;
}

#richmedia #next{
	right:0;
}

#richmedia #prev{
	left:0;
}







