HTML {
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
	background: #050505;
	background-image: url(img/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
BODY {
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
}


body, td
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
}

a:link, a:visited
{
	color: #99FF33;
	text-decoration: underline;
}

a:hover
{
	color: #99FF33;
	text-decoration: none;
}

#sword
{
	background: url(img/swordblazing.gif) no-repeat;
	width: 139px;
	height: 207px;
	z-index: 3;
	position: absolute;
	top: 187px;
}

#innerbody
{
	height: 100%;
	background: url(img/header.jpg) no-repeat;
	margin-right: 5%;
	min-height: 450px;
}

#menu
{
	width: 200px;
	float: right;
	padding-top: 86px;
}

#menu a:link, #menu a:visited
{
	color: White;
	text-decoration: none;
}

#menu a:hover
{
	color: #BDFF2D;
	text-decoration: none;
}

.menutitle, .titleleft, .titleright
{
	height: 56px;
	overflow: hidden;
}


.menutitle
{
	background-image: url(img/menu_title_bg.gif);
	background-position: center;
	background-repeat: repeat-x;
}

.titleleft
{
	background-image: url(img/menu_title_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.titleright
{
	background-image: url(img/menu_title_right.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

.menutitle img
{
	margin-top: 12px;
}

.items div
{
	background-image: url(img/menu_sep.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 35px;
	padding-right: 25px;
}

.items .nobgitem
{
	background-image: none;
}

#gradient
{
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 440px;
	width: 260px;
	height: 220px;
	background-image: url(img/gradient.jpg);
	background-repeat: no-repeat;
}

#content
{
	margin-left: 320px;
	padding-top: 180px;
	margin-right: 250px;
}

.main li
{
	list-style-image: url(img/marker_main.gif);
	margin-bottom: 10px;
}

.accent01
{
	font-weight: bold;
	color: #BDFE25;
	font-size: 12pt;
}

.line01
{
	border-bottom: 1px solid #626262;
	margin-top: 35px;
	margin-bottom: 35px;
}

#hosting
{
	text-align: center;
}

#hosting img
{
	margin-left: 10px;
	margin-right: 10px;
}

#footer
{
	margin-right: 250px;
	margin-left: 320px;
	border-top: 1px solid #626262;
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 100px;
}

#footermenu
{
	float: right;
	color: #666666;
}

#footer span
{
	color: #99FF33;
}

#footer a:link, #footer a:visited
{
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: none;
}

form
{
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
}

.clear
{
	clear: both;
	float: none;
}

ol
{
	font-weight: bold;
}
li
{
	font-weight: normal;
	margin-bottom: 3px;
}

ul li
{
	list-style-image: url(img/limarker.gif);
}

input.fld, textarea
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #BDBDBD;
	border: 1px solid #fff;
	font-size: 9pt;
	margin-left: 5px;
	margin-top: 4px;
}

textarea
{
	overflow: auto;
	margin-bottom: 15px;
}

input.btn
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #E2FF69;
	border-left: 2px solid #E2FF69;
	border-bottom: 2px solid #688600;
	border-right: 2px solid #688600;
	font-weight: bold;
	color: #000;
	font-size: 8pt;
	background: #BDDD3A url(img/btn.gif) repeat-x bottom;
}
