@charset "utf-8";
/* CSS Document */



.style1 {
	font-family: Impact;
	font-size:80px;

}
.style2 {
	color: #000000
}

.style3 {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;	
}

.style3a {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

.style4 {
	color:#fff;
	
	margin-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

.style5 {
	font-size: 18px;
}

.style6 {
	font-size: 24px;
}

.style4 ul li {
	list-style-type: square;
}


.link1 A:link, .link1 A:hover, .link1 A:visited, .link1 A:active  {
	text-decoration:none;
	border: none;
	
}

body {margin:0px; color:#fff; font-weight:bold; height:100%;}





#contents {
	
	
	height: 100%;	
	/*width: <?php
    if ($o == "WIN" && $b == "IE" && $v < 7) echo "950px;"
    else echo "930px;";
    ?>*/
	
}

#left_content {
	width:605px;
	float:left;
	margin-left: 20px;
	
	
}

#right_content {
	
	height: 100%;
	float:right;
	color:#000000;
	/*background-image:url(../assets/images/repeat.gif);
	background-repeat: repeat-y;*/
	
}

#logo {
	height: 98px;
	padding-top: 10px;

}

#nav {
	width: 610px;
	height: 47px;
	background-color:#000000;

}

#footer {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
