body{
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	color:#FFFFFF;
}
#structure{
	position:relative;
	width:976px;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
	text-align:left;
}
a {
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#header{
	height:160px;
}

#logo{
	width:328px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	
}

h1{
	margin:0px;
	height:152px;
	width:328px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	
}
h1 span{
	display:none;
}
#intro{
	position:absolute;
	height:auto !important;
	height: 200px;
	left: 350px;
	top: 13px;
}
#c_4{
	position:relative;
	float: left;
	min-height:100px;
	height:auto !important;
	width:976px;
	
}
#c_1{
	/*position:relative;*/
	float: left;
	min-height:500px;
	height:auto !important;
	height:500px;
	width:680px;
}

#c_2{
	/*position:relative;*/
	float:right;
	min-height:500px;
	height:auto !important;
	height:500px;
	width: 200px;
}
#c_3{
	/*position:relative;*/
	float:left;
	clear:both;
	width:976px;
	min-height:80px;
	height:auto !important;
	height:80px;
}
.thumb img{
	border: 1px;
	border-color:#FF0000;
	border-style: solid;
}
.thumb a:hover img{
	border-color:#FFFFFF;
}
/* FOOTER */

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align:center;
	margin-bottom:10px;
	float:left;
	clear:both;
	width:976px;
	/*margin-left:auto;
	margin-right:auto;*/
}
#footer p{
	margin-bottom:10px;
}
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}


