html {
	height:100%;
	overflow:hidden;
}

body {
	margin:0;
	font-size:62.5%;
	font-family:courier, trebuchet ms, tahoma, verdana, arial;
	color:#000;
	background-color:#000;
	height:100%;
}

#cntmain {
	width:970px;
	height:382px;
	position:relative;
	margin:100px auto 0 auto;
}

/* header */

ul#header {
	background:url(../images/header.gif) no-repeat;
	height:37px;
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

ul#header li {
	margin-top:1px;
	float:left;
	height:29px;
	background:url(../images/seperator.gif) no-repeat right;
	padding:0 20px 0 20px;
}

ul#header li a {
	font-family:trebuchet ms, arial, verdana;
	height:25px;
	font-size:1.4em;
	text-decoration:none;
	color:#898989;
	background:url(../images/star.gif) no-repeat;
	font-weight:bold;
	padding-left:30px;
	margin-top:5px;
	display:block;
	float:left;
}

ul#header li a:hover {
	background:url(../images/star_over.gif) no-repeat 0 -1px;
	color:#b4b4b4;
}

/* // header */

#content {
	background:url(../images/content.gif) no-repeat;
	height:297px;
	position:relative;
}
#content .logo {
	position:absolute;
	top:130px;
	left:805px;
	display:block;
}

#content .breadcrum {
	position:absolute;
	top:10px;
	left:910px;
	color:#898989;
	font-size:1.2em;
	font-weight:bold;
}

#content .logo img {
	border:0;
}


#content .contenttext {
	height:282px;
	overflow:auto;
	width:767px;
	position:relative;
	padding:0 30px 0 10px;
	top:5px;
	font-size:1.3em;
	text-align:justify;
	line-height:1.8em;
	scrollbar-arrow-color: #b40101;
	scrollbar-face-color: #d4d4d4;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #d4d4d4;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #d4d4d4;
	scrollbar-track-color: #d4d4d4;
	
}

#content .box {
	width:310px;
	margin:0 10px 10px 0;
	font-family:trebuchet ms, arial, verdana;
}


#content .boxhome {
	width:310px;
	margin-right:30px;
}
#content .boxhome .content p {
	color:#898989;
}
	
#content .box .top {
	background:url(../images/content/box_top.gif) no-repeat;
	height:6px;
	line-height:0;
	font-size:0;
}
#content .box .content {
	border:solid 1px #c8c8c8;
	border-width:0 1px 0 1px;
	min-height:380px
}

#content .box .content p {
	margin-bottom:0;
	padding:0 9px 0 9px;
	text-align:left;
}

#content .box .content a img {
	filter:alpha(opacity=50); 
	-moz-opacity:0.5;
	border:0;
}

#content .box .content a:hover img {
	filter:alpha(opacity=100); 
	-moz-opacity:1;
}


#content .box .content h2 {
	color:#898989;
	margin:0 0 10px 0;
	font-family:trebuchet ms;
	text-align:center;
	font-size:1.8em;
	
}

#content .box .content h2 + p {
	margin-top:0;
}

#content .box .bottom {
	background:url(../images/content/box_bottom.gif) no-repeat;
	height:6px;
}


#content h1, #content h2 {
	color:#b40101;
	font-size:1.8em;
}

#content h1 {
	text-align:right;
}

#content h2 {
	font-size:1.4em;
}

#content a, #content a:visited {
	color:#464646;
}

#content a:hover {
	color:#000;
}

#content img.imageleft {
	float:left;
	margin-right:20px;
}

#content img.imageright {
	float:right;
}

#footer {
	background:url(../images/footer.gif) no-repeat;
	height:48px;
}

#reflection {
	background:url(../images/reflection.gif) no-repeat;
	height:95px;
	margin-top:2px;
}

.cb {
	clear:both;
}

.fl {
	float:left;
}

.fr {
	float:right;
}
