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

body {
	background-color: #0d0d0d;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}

.clear {
	clear:both;
	}

#main {
	width:970px;
	margin:0 auto;
	}

#header {
	width:970px;
	height:207px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	}
	
#mission_statement {
	width:270px;
	position:relative;
	top:25px;
	left:690px;
	}
	
#navi-top {
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-x;
	height:50px;
	text-align:center;
	}
	
#navi-top .left {
	background-image:url(../images/nav_lt.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:50px;
	float:left;
	}

.navi-home {
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	font-size:50px;
	}

.navi-news {
	background-image:url(../images/news.jpg);
	background-repeat:no-repeat;
	font-size:50px;
	}

#navi-top .dot {
	margin: 0 0 19px;
	}

.navi-friends {
	background-image:url(../images/friends.jpg);
	background-repeat:no-repeat;
	font-size:50px;
	}

.navi-home:hover {
	background-image:url(../images/homea.jpg);
	}

.navi-news:hover {
	background-image:url(../images/newsa.jpg);
	}

.navi-friends:hover {
	background-image:url(../images/friendsa.jpg);
	}

#navi-top .menu {
	margin: 0 auto;
	}

#navi-top .right {
	background-image:url(../images/nav_rt.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:50px;
	float:right;
	}

#content {
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	}
	
#content_bottom {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:9px;
	width:970;
	}

#left_col {
	width:210px;
	float:left;
	padding-left:5px;
	}

#right_col {
	width:748px;
	float:right;
	margin-right:5px;
	}
	
#gen_box {
	background-color:#0d0d0d;
	margin:0 0 10px;
	}

#gen_box .pager {
	color:white;
	text-align:center;
	}

#gen_box .header_left {
	width:9px;
	height:51px;
	background-image:url(../images/frame_head_lt.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#gen_box .header_right {
	width:9px;
	height:51px;
	background-image:url(../images/frame_head_rt.jpg);
	background-repeat:no-repeat;
	float:right;
	}

#gen_box .header {
	width:100%;
	height:51px;
	background-image:url(../images/frame_head_mid.jpg);
	background-repeat:repeat-x;
	}

#gen_box .header_text {
	font-weight:bold;
	font-size:16px;
	padding-top:15px;
	color:black;
	}

#gen_box .header_text a {
	text-decoration:none;
	color:black;
	}

#gen_box .header_text a:hover {
	text-decoration:underline;
	color:red;
	}

#gen_box .content {
	background-color:#000;
	border-left:#ffb30f 1px solid;
	border-right:#ffb30f 1px solid;
	margin:0 5px;
	padding:5px 2px;
	}

#gen_box .content p {
	margin:2px 7px;
	}

#gen_box .content p.desc {
	margin:2px 7px 10px;
	}

#gen_box .content p.info {
	margin:5px 7px;
	color:#777;
	}

#gen_box .description {
	background-image:url(../images/innerframe_02.jpg);
	background-repeat:repeat-y;
	width:675px;
	margin:5px auto 0;
	color:white;
	text-align:left;
	}

#gen_box .description-header {
	background-image:url(../images/innerframe_01.jpg);
	background-repeat:repeat-y;
	height:9px;
	width:675px;
	margin:0;
	}

#gen_box .description-footer {
	background-image:url(../images/innerframe_03.jpg);
	background-repeat:repeat-y;
	height:10px;
	width:675px;
	margin:0;
	}

#gen_box .description a {
	color: #FFFF00;
	}

#gen_box .description a:hover {
	color: #ff0000;
	}

#gen_box .footer {
	background-image:url(../images/frame_footer_mid.jpg);
	background-repeat:repeat-x;
	height:9px;
	}

#gen_box .footer_left {
	width:11px;
	height:9px;
	background-image:url(../images/frame_footer_lt.jpg);
	background-repeat:no-repeat;
	float:left;
	}

#gen_box .footer_right {
	width:12px;
	height:9px;
	background-image:url(../images/frame_footer_rt.jpg);
	background-repeat:no-repeat;
	float:right;
	}

.vid_image {
	margin:5px;
	}

.vid_image img {
	border:white 1px solid;
	}

.left_col_item {
	margin:4px 0;
	font-size:10px;
	}

.left_col_item a {
	color:green;
	}

.left_col_item a:hover {
	color:yellow;
	}

.vid_flv {
	text-align:center;
	width:490px;
	margin: auto;
	}

#com-form {
	width:80%;
	margin:10px auto;
	}

.com_data {
	font-size:10px;
	}

.left_column {
	color:white;
	}
	
.left_column a {
	color:#ff0000;
	}
	
.left_column a:hover {
	color:#FFFF00;
	}

.left_col_model {
	padding:2px 5px;
	font-size:10px;
	}

.model_header {
	float:left;
	margin:3px;
	}
