/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0 0 15px 0;
	padding:0;
}
a{
	color:#4FB0E4;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;
}
ul{
	margin:0;
	padding:0 0 0 10px;
}
li li{
	margin:0 0 0 10px;
	padding:0;
}
li{
	color:#000000;
	margin:0 0 0 10px;
	padding:0;
	font-size:18px;
}
li span{
	color:#000000;
	font-size:12px;
}
table,td,th{
	font-size:12px;
}
table{
	width:100%;
	margin:0;
	padding:0;
}
td{
	margin:0 0 5px 0;
	padding:2px 0 5px 0;
	border-bottom:1px dashed #CCCCCC;
}
#container{
	width:804px;
	height:504px;
	background-image:url(../png/non_flash_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin:78px auto 0 auto;
	position:relative;
}

#nav{
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	left:20px;
	z-index:10;
}

#nav li{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:18px;
}

#nav li a:hover{
	text-decoration:none;
}

#nav li a:hover:before{
	content: ">> ";
}

#nav li a#current:before{
	content: ">> ";
}

.grey{
	color:#868686;
}
.pink{
	color:#C93C8C;
}
.green{
	color:#2CAE42;
}
.yellow{
	color:#F3D927;
}
.blue{
	color:#4FB0E4;
}
.red{
	color:#F62C04;
}

#logo{
	position:absolute;
	top:20px;
	left:40%;
}

#watch_video{
	position:absolute;
	top:20px;
	right:20px;
}

#footer{
	text-align:center;
	position:absolute;
	bottom:20px;
	width:804px;
	left:0;
	margin:0;
	font-size:11px;
}
#footer span{
	margin:0 10px 0 10px;
}

#footer_left{
	position:absolute;
	bottom:-30px;
	left:10px;
	width:375px;
	text-align:left;
}

#footer_right{
	position:absolute;
	bottom:-30px;
	right:10px;
	width:375px;
	text-align:right;
}

#footer_left p, #footer_right p{
	margin:0;
}
#latest p
{
	padding: 0px;
	margin: 0px;
}
#latest strong
{
	font-size: 20px;
	font-weight: bold;
	color: #C93C8C;,
}
#latest p span
{
	font-weight: bold;
	text-transform: uppercase;
	color: #4FB0E4;
}
#latest {
	font-size: 18px;
	top:400px;
	height:50px;
	left:20px;
	position:absolute;
	width:800px;
	text-align: center;
}
#text_content{
	width:390px;
	height:320px;
	position:absolute;
	right:20px;
	top:130px;
	overflow:auto;
	z-index:10;
}
#image_content{
	position:absolute;
	width:350px;
	left:20px;
	height:307px;
	bottom:40px;
}
#full_content{
	position:absolute;
	width:550px;
	left:120px;
	height:307px;
	bottom:40px;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
.clear{
	clear:both;
}
