@charset "utf-8";
html, body {
  height:100%;
  margin-bottom: 1px;
}

#wrapper {
	width: 766px;
	margin: auto;
	padding: 0px;
	height: 100%;
}

#header {
	height: 120px;
	background-image: url(../img/header.jpg);
}

#navigation {
	height: 32px;
	background-image: url(../img/navigation.gif);
	background-repeat: no-repeat;
}
#ads-content {
	background-image: url(../img/background_content.gif);
	padding-left: 14px;
	height: 185px;
}

.left_ads {
	width: 365px;
	float: left;

}

.right_ads {
	width: 365px;
	margin-left: 7px;
	float: left;

}

.left_content {
	width: 350px;
	float: left;
	text-align: justify;
}

.right_content {
	width: 350px;
	margin-left: 20px;
	float: left;
	text-align: justify;
}

#ads-content .left_ads {
	height: 157px;
	background-image: url(../img/ad_0.jpg);
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	width: 345px;
	margin-top: 9px;
}

#ads-content h2{
	color: white;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#ads-content h2:before{content:url(none);}

#ads-content span{
	color: white;
}

#ads-content a{
	color: yellow;
}

#ads-content a:hover{
	color: white;
}
#ads-content a:visited{
	color: #FFCC00;
}

#footer span {
	color: #FFFFFF;
	text-decoration: none;
}

#footer span a {
	text-decoration: none;
}


#ads-content .right_ads {
	height: 157px;
	background-image: url(../img/ad_1.jpg);
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	width: 345px;
	margin-top: 9px;
}

#content {
	background-image: url(../img/background_content.gif);
	padding: 14px;
	margin-bottom: 0px;
	min-height: 150px;
	padding-top: 8px;
	padding-left: 25px;
}

.gallery img {
	padding: 10px;
}

#placeholder {
	clear: both;
	visibility: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}

#footer {
	height: 44px;
	background-image: url(../img/footer.gif);
	padding-left: 24px;
	padding-top: 5px;

}

#footer a{
	color: #ffffff;
}



body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-color: #ebebeb;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
h1 {
	font-size: 20px;
	color: #0578ED;
	font-weight: bolder;
	margin-bottom: 18px;
}

//h1:before{content:url(../img/bullet_header.gif);}

h2 {
	font-size: 18px;
	color: #0578ED;
	font-style: italic;
	margin: 0px;
	margin-bottom: 10px;
}

h2:before{content:url(../img/bullet_header.gif);}

h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #0578ED;
}


#navigation #navigation_content {
	padding: 20px;
	height: 32px;
	padding-top: 8px;
	text-align: left;
}


#navigation_content a {

	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
}

em {
	color: #047FDE;

}

a {
	color: #00a000;
}

a:visited {
	color: #56BB39;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
strong {
	color: #047FDE;
	font-style: normal;
	font-weight: bold;
}



#navigation_content a:hover, #navigation_content a#active {
	background-color:#FFFFFF;
	color:#666666;
}



li {
	list-style-image:url(../img/bullet.gif);
	list-style-position: outside;
	
}

ul {
	padding-left: 25px;
}

