/*[variables]
colors
{
	@40: #999999;
	@30: #CCCCCC;
	@20: #660000;
	@10: #FFFFFF;
	@00: #333333;
}
*/
/*CSS Document*/
BODY
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #333333;
}
BODY DIV
{
	margin: auto;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
#header
{
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #FFFFFF;
}
#logo
{
	background: url(images/logo.jpg);
	top: 50px;
	left: 0%;
	margin: 0;
	width: 500px;
	height: 150px;
	position: absolute;
	padding: 0px;
}
#underlogo
{
	background: url(images/underlogo.jpg);
	float: left;
	width: 500px;
	height: 40px;
}
#menubox
{
	position: absolute;
	width: 277px;
	height: 40px;
	left: 518px;
	background-color: #333333;
}
#menubar
{
	position: absolute;
	width: 100%;
	height: 40px;
	background-color: #660000;
}
#undermenu
{
	position: absolute;
	background: url(images/undermenu.jpg);
	width: 500px;
	height: 150px;
	top: 241px;
	left: 0px;
}
#contentbox
{
	width: 520px;
	margin-left: 286px;
	background-color: #333333;
}
#content
{
	position: relative;
	z-index: 2;
	width: 500px;
	margin-top: 40px;
	text-align: justify;
	padding: 40px 10px;
}
#content2
{
	position: absolute;
	z-index: 2;
	width: 400px;
	margin-top: 20px;
	text-align: left;
	padding: 40px 10px 40px 80px;
}
#qtlayer
{
	margin-top: 80px;
	margin-bottom: 40px;
	margin-left: 75px;
	width: 720px;
	height: 500px;
}
#underlinemenu
{
	margin: 0;
	padding: 0px 1px 0px 0px;
}
#underlinemenu UL
{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
	border: 1px solid #660000;
	border-width: 1px 0;
}
#underlinemenu UL LI
{
	display: inline;
}
#underlinemenu UL LI A
{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 21px 10px 5px;
	text-decoration: none;
	background: #660000 url(images/menudivide.jpg) repeat-y top left;
}
#underlinemenu UL LI A:hover
{
	color: #CCCCCC;
	background-color: #660000;
	border-bottom: 4px solid #CCCCCC;
	padding-bottom: 0;
}
* HTML #underlinemenu UL
{
	margin-bottom: 0;
}
#copyright
{
	height: 0px;
}
#footer
{
	width: 100%;
	height: 40px;
	background-color: #660000;
	margin: 0;
}
#underfooter
{
	width: 100%;
	height: 400px;
	background-color: #FFFFFF;
}
img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}
.title
{
	font: 0.7em Calibri;
	font-size: 50px;
	font-weight: bold;
	color: #660000;
}
.menuText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.normalText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.subTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	text-align: left;
}
.subTitle2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
}
.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF; /*[e]@10*/
}
.smallText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC; /*[e]@30*/
}
