body{
	background-image:url(../images/bg.jpg);
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#structure{
	position:relative;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
	text-align:left;
}
p {
	margin:0px;
	padding: 0px;
}
a {
	color: #000000;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #1e72c7;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#c_2 a {
	color: #000000;
}
#c_2 a:link {
	text-decoration:none;
}
#c_2 a:visited {
	text-decoration: none;
	color: #000000;
}
#c_2 a:hover {
	text-decoration: underline;
	color: #1e72c7;
}
#c_2 a:active {
	text-decoration: none;
	color: #000000;
}
#header{
	height:156px;
	position:relative;
}
#header a.logoLink{
	width: 410px; 
	height: 156px; 
	text-decoration: none; 
	position:absolute;
	left:0px;
	top:0px;
	border: 0;
	display:block;
}

#logo{
	width:410px;
	height: 156px;
	margin-right:auto;
	
}
#desc{
	width: 600px;
	position:absolute;
	left: 430px;
	top: 30px;
	height: 15px;
	
}
#menu{
	background-image:url(../images/menu_bg.gif);
	width: 600px;
	position:absolute;
	left: 420px;
	top: 49px;
	height: 84px;
	
}
h1{
	margin:0px;
	height:156px;
	width:410px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	
}
h1 span{
	display:none;
}
#c_4{
	position:relative;
	min-height:100px;
	height:auto !important;
	width:1020px;
	
}
#c_1{
	position:relative;
	float: right;
	min-height:500px;
	height:auto !important;
	height:500px;
	width:820px;
}
.thumb a img{
	border: 1px;
	border-style:solid;
	border-color:#ff0076;

}
.thumb a:hover img{
	border-color:#ffffff;
}
#c_2{
	position:relative;
	float:left;
	min-height:500px;
	height:auto !important;
	height:600px;
	width: 180px;
}
#c_3{
	position:relative;
	float:left;
	width:1020px;
	min-height:80px;
	height:auto !important;
	height:80px;
}
.white_bg{
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin-bottom:10px;
	padding:0px;
}
.white_bg_title_bar{
	height:22px;
	padding:4px;
	background-image:url(../images/bg_cell.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
.white_bg_title_bar p{
	margin:0px;
	padding:0px;
}
.white_bg_content{
	padding:2px;
}


/* FOOTER */

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:850px;
clear:both;
}
#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:#000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:#000;
}


