body{
	
	margin: 0;
	padding: 0;
	background-color: #000;
	
	color: #000;
	
	font-family: arial, sans-serif;
	font-size: 12px;
}

p{
	margin: 0px;
	padding: 0px;
}

div#container{
	position: relative;
	left: 50%;
	margin-left: -384px;
	width: 768px;
}

div#top_menu{
	position: absolute;
	top: 30px;
	right: -25px;
}

div#logo{
	position: absolute;
	left: -25px;
	top: 20px;
	
}

div#top_space{
	height: 120px;
}

div#content{
	background-color: #fff;
	width: 742px;
	position: absolute;
	top: 100px;
	left: 0px;
	margin-bottom: 38px;
	padding-top: 10px;
}

div#content div#header{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('/images/head.gif');
	width: 742px;
	height: 155px;
	background-repeat: no-repeat;
}

div#content div#image_banner{
	position: relative;
	
	width: 742px;
	height: 200px;
	overflow: hidden;
}
div#content div#image_banner div#bottom{
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 20px;
	left: 0px;
	background-color: white;
	z-index: 100;
}

div#content div#image_banner img{
}

div#content span.banner_active, div#content span.banner_inactive{
	position: relative;
	display: block;
        width: 247px;
	height: 190px;
        float: left;
}

div#content span.banner_active div.credit{
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 247px;
	height: 18px;
	text-align: center;
	font-weight: bold;
	color: #222;	
	z-index: 101;
	background-color: #eee;
}

div#content span.banner_inactive div.credit{
        position: absolute;
        left: 0px;
        bottom: 10px;
        width: 247px;
        height: 18px;
        text-align: center;
        font-weight: bold;
        color: #222;
        z-index: 101;
}
	
div#clear{
	clear: both;
}


div#content div#footer{
	position: absolute;
	bottom: -38px;
	left: 0px;
	background-image: url('/images/foot.gif');
	width: 742px;
	height: 38px;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
}

div#side{
	width: 211px;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	clear: left;
	z-index: 2;
}


div#side h2{
	background-image: url('/images/left-title.gif');
	width: 191px;
	height: 35px;
	background-repeat: no-repeat;
	position: relative;
	left: -17px;
	
	font-size: 18px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #4758a3;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 2px;
}

div#main_content{
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
}

div#top_menu a.button{
	display: block;
	float: left;
	height: 28px;
	width: 65px;
	text-align: center;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	background-image: url('/images/button.gif');
	text-decoration: none;
	font-weight: bold;
}

a.button_next, a.button{
	display: block;
	float: left;
	width: 100px;
	height: 18px;
	text-align: center;
	padding-top: 4px;
	font-size: 12px;
	font-family: "arial", sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin-right: 3px;
}

a.button_next{
        background-image: url('/images/button_next.gif');
}

a.button{
        background-image: url('/images/button_other.gif');
}

div#top_description{
	position: absolute;
	left: 95px;
	top: 25px; 
}

div#top_description div.about_inactive{
	display: none;
}

div#top_description div.about_active{
        display: block;
	position: relative;
	height: 79px;
	width: 581px;
}

div#top_description div.about_active img{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px;
}

div#top_description div.about_active h3{
	display: none;
}

div#top_description div.about_active p{
        position: absolute;
        left: 50px; 
        top: 30px;
	width: 470px;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


div#main_content h1{
	font-size: 18px;
}

div#main_content h2{
        font-size: 15px;
}

div#main_content  ul{
	margin-left: 0px;
	padding-left: 0px;
}
div#main_content  li{
        margin-left: 20px;
}

div#menu{
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 105;
}

div#menu a{
	float: right;
	margin-left: 10px;
	        font-size: 12px;
        font-weight: bold;
        font-family: arial, sans-serif;
        color: #cb3131;
	text-decoration: none;
}

span.inactive_banner div.credit { display: none; }
