body{
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 20px auto;
	padding: 0;
	font:x-small "Trebuchet MS",Verdana,Sans-Serif;
	color: #ffffff;
	line-height: 160%;
	}

.blink {
	text-decoration: blink;
	}
.clear-both {
	clear: both;
	}
/* Link ----------------------------------------------- */
a:link {
	color:#00d5ff;
	text-decoration:none;
	}
a:visited {
	color:#00d5ff;
	text-decoration:none;
	}
a:active {
	color: #ff830a;
	text-decoration:none;
	}
a:hover {
	color: #ff830a;
	text-decoration:none;
	}
a img {
	border-width:0px;
	}

/* color ----------------------------------------------- */
.text-red {
	color: #ff0000;
	}
	
/* font ----------------------------------------------- */
.bold {
	font-weight: bold;
	}

/* Header ----------------------------------------------- */
#header {
	text-align: center;
	width:750px;
	margin-right:auto;
	margin-left:auto;
	}
#menu {
	text-align: center;
	background-image: url(../images/menu_base.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 23px;
	margin-top: -6px;
	font-weight: bold;
	}
.menu-text {
	margin-left: 5px;
	margin-right: 5px;
	position:relative;
	top: 1px;
	}

/* Content ----------------------------------------------- */
#content {
	margin: 20px auto;
	width: 750px;
	text-align: center;
	}
h2 {
	margin-bottom: 20px;
	}
h3 {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #808080;
	padding: 4px 0px;
	margin: 30px auto 10px;
	width: 700px;
	}
.dot {
	background-image: url(../images/dot.gif);
	}
.underline{
	text-decoration:underline;
	}

/* Footer ----------------------------------------------- */
#footer {
	text-align: center;
	width: 750px;
	margin: 0px auto;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #808080;
	}
.footer-text {
	font-size: xx-small;
	position: relative;
	top: 0px;
	}
