@charset "utf-8";
/*CSS Document*/

body{
margin: 0px auto;
background-color: #000000;
text-align: center;
font-family: Arial;
color: #FFFFFF;
width:1040px;
}

h2{
font-family:Franklin Gothic Medium;
}

a{
color: #828282;
}

img{
border: none;
}

#wrapper{
margin: 0px auto;
text-align: center;
}

#content{
text-align: left;
width: 915px;
height: 445px;
margin-top:20px;
background-image: url(../images/background.png);
background-position:center top; 
background-repeat:no-repeat; 
}

#navi{
margin: 10px 53px 0px 0px;
float: right;
}

ul.idTabs {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	height: 32px; 
	border-left: 1px solid #999999;
	width: 100%;
}

ul.idTabs li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 31px; 
	line-height: 31px; 
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; 
	overflow: hidden;
	position: relative;
	background-color: #e0e0e0;
}

ul.idTabs li a {
	text-decoration: none;
	color: #000000;
	display: block;
	font-size: 21px;
	padding: 0px 20px;
	border: 1px solid #FFFFFF;
	outline: none;
}

ul.idTabs li a:hover {
	background-color: #CCCCCC;
}

ul.idTabs li a:active{ 
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
}

.images{
margin: 10px 0px 0px 10px;
padding-top: 10px;
padding-left: 10px;
background-image: url(../images/contentBack.png);
background-repeat:no-repeat;
width: 425px;
height: 425px;
float: left;
}

.images p{
float: left;
width: 90px;
text-align: center;
margin-right: 25px;
}

.images h4{
clear: both;
}

.down{
height: 120px;
}

.tabs{
margin: 0px 0px 0px 0px;
padding-top: 10px;
padding-left: 10px;
width: 425px;
float: left; 
height:380px;
overflow: auto;
}

.info{
font-weight: bold;
font-size: 18px;
}

.about{
font-size: 18px;
text-transform: uppercase;
color: #222222;
}