@charset "utf-8";

*{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

html{
	position: absolute;
	width: 100%;
	height: 100%;
}

body{
	position: absolute;
	background-color: #000000;
	text-align: center;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:20px;
}

#main_content{
	width: 918px;
	height: 100%;
	text-align: left;
}
#banner{
	position: relative;
	width: 918px;
	height: 200px;
	top: 0px;
	left: 0px;
	background-image: url(images/banner_full.jpg);
	background-repeat: no-repeat;
}

#banner_marquee{
	position: relative;
	top: 175px;
	left: 10px;
}

#menu{
	position: relative;
	top: 15px;
	left: 0px;
	width: 191px;
	height: 5px;
}

#menu_btn{
	background-image: url(images/menu_btn.jpg);
	background-repeat: no-repeat;
	width: 191px;
	height: 40px;
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu_btn:hover{
	background-image: url(images/menu_btn_hover.jpg);
	background-repeat: no-repeat;
	width: 191px;
	height: 40px;
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu_btn a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#menu_btn a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.menu_spacer{
	height:20px;
}

#gallery_preview{
	background-image: url(images/gallery_preview_cell.gif);
	background-repeat: no-repeat;
	height: 142px;
	margin-left: 15px;
}

.gallery_prev_thumb{
	margin-left: 12px;
	margin-top: 30px;
}

#content_area{
	position: relative;
	width: 715px;
	top: 10px;
	left: 205px;
}

.cell_tl{
	background-image: url(images/cell_tl.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 35px;
}

.cell_t{
	background-image: url(images/cell_t.jpg);
	background-repeat: repeat-x;
	height: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.cell_tr{
	background-image: url(images/cell_tr.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height: 35px;
}

.cell_l{
	background-image: url(images/cell_l.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 12px;
}

.cell_main{
	background-image: url(images/cell_m.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 5px;
	height: 100%;
}

.cell_main a{
	text-decoration:none;
	font-weight:bold;
	color:#DD0000;
}

.cell_main a:hover{
	font-weight:bold;
	color:#333333;
}

.cell_main a:visited{
	font-weight:bold;
	color:#AA0000;
}

.cell_r{
	background-image: url(images/cell_r.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 13px;
}

.cell_bl{
	background-image: url(images/cell_bl.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}

.cell_b{
	background-color: #FFFFFF;
	height: 12px;
}

.cell_br{
	background-image: url(images/cell_br.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height: 12px;
}


h1{
	font-size:14px;
	color:#FF0000;
}
.intro_comp_head{
	color:#FFFFFF;
	background-color:#CC0000;
	font-weight:bold;
	font-size:10px;
}
.intro_comp_cell{
	color:#333333;
	background-color:#FFFFFF;
	font-size:10px;
	height: 25px;
}
