


html
{
	height: 100%;
	background-color: #000000;
}

body
{
	margin: 0px;
	padding: 0px;

	font-family: "Arial";
	font-size: 12px;

	height: 100%;
}

h1
{
	margin: 0px;
	padding: 0px;
	
	margin-top: 40px;
	margin-bottom: 0px;	
	font-size: 25px;
}

#background
{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
        margin:auto;
}

#root
{
	margin-left: 20px;
	width: 630px;
	padding-bottom: 50px;
}

#content_shadow
{
	background-image: url(images/content_shadow_bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 33px;
}

.mod_navigation
{
	position: fixed;
	top: 0px;
	width: 398px;
	padding-bottom: 5px;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-right: 5px;
}

.mod_navigation ul
{
	margin: 0px;
	padding: 0px;
	padding-top: 14px;
	list-style-type: none;
	background-color: #000;

}

.mod_navigation ul li
{
	margin: 0px;
	padding-left: 10px;
margin-top:5px;
font-family: 'TitilliumText22LThin', Arial;
	font-size: 22px;
	color: #fff;
	background-image: url(images/menu_border.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	overflow: hidden;
}

.mod_navigation ul li a
{
	color: #fff;
	text-decoration: none;

}

.terminator
{
	clear: both;
}

#logo
{
	position: fixed;
	left: 450px;
	width: 186px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	padding-top: 168px;
	cursor: pointer;
}

#content
{
	background-image: url(images/content_background.png);
	background-repeat: repeat-y;
	width: 410px;
	float: left;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 160px;
}

#footer
{
	background-color: #FFFFFF;
	width: 400px;
	margin-left: 17px;
	padding: 5px;
	line-height: 18px;
}

#footer a
{
	color: #000000;
	text-decoration: none;
}

a
{
	color: #555555;
}

a:Hover
{
	color: #000000;
}

.bold
{
	font-weight: bold;
}

.ce_text
{
	padding-left: 15px;
	padding-right: 20px;
}

p
{
	line-height: 18px;
	margin-top: 5px;
}

.active
{
	font-weight: bold;
}

.mod_changelanguage ul
{
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}

.mod_changelanguage ul li
{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.mod_changelanguage ul li a
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	margin-right: 10px;
}