body{
	background-color: #000000;
	margin: 0px auto;
	padding: 0;
	font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	color: #DDDDDD;
	line-height: 160%;
	}
/* Link
----------------------------------------------- */
a:link {
	color:#DDDDDD;
	text-decoration:underline;
	}
a:visited {
	color:#DDDDDD;
	text-decoration:underline;
	}
a:hover {
	color:#FFC000;
	text-decoration:underline;
	}
a img {
	border-width:0px;
	}
#header a:link {
	color:#DDDDDD;
	text-decoration:none;
	}
#header a:visited {
	color:#DDDDDD;
	text-decoration:none;
	}
#header a:hover {
	color:#DDDDDD;
	text-decoration:underline;
	}
.link-text {
	vertical-align: 2px;
	}
/* Float
----------------------------------------------- */
.float-left {
	float: left;
	}
.float-right {
	float: right;
	}
.float-margin-left {
	margin:0px 10px 0px 0px;
	float: left;
	}
.float-margin-right {
	margin:0px 0px 0px 10px;
	float: right;
	}
.clear-both {
	clear: both;
	}
.clear-left {
	clear: left;
	}
.clear-right {
	clear: right;
	}
/* Align
----------------------------------------------- */
.valign-top {
	vertical-align: top;
	}
.align-right {
	text-align: right;
	}
/* Color
----------------------------------------------- */
.color-red {
	color: #D90000;
	}
.color-blue {
	color: #3385CC;
	}
/* HEADER
----------------------------------------------- */
#header {
	width: 780px;
	height: 50px;
	background-image: url("images/header_bg.gif");
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	border: 0;
	}
#header-logo {
	padding: 0px 0px 0px 15px;
	float: left;
	}
#header-text {
	padding: 15px 15px 0px 0px;
	font-weight: bold;
	text-align: right;
	font-size: 92%;
	}
/* CONTENT
----------------------------------------------- */
#content {
	width: 780px;
	margin: 10px auto;
	padding: 0px 0px;
	border: 0;
	clear :both;
	}
#menu {
	width: 165px;
	margin: 0px;
	padding: 0px;
	border: 0;
	}
#main {
	width: 560px;
	margin: 0px;
	padding: 0px;
	border: 0;
	}
#page-title {
	margin: 0px;
	padding-bottom: 20px;
	border: 0;
	}
/* FOOTER
----------------------------------------------- */
#footer {
	width: 780px;
	margin: 0px auto;
	padding: 0px 15px;
	border: 0;
	clear: both;
	}
#footer-line {
	border-color: #404040;
	border-width: 0px 0px 4px 0px;
	border-style: solid;
	}
#footer-text {
	padding: 4px 0px;
	text-align: right;
	font-size: 92%;
	}
