/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFFF99;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 35px;
	font-weight: normal;
	text-align: left; padding:0px; margin:0px;
}

p {
	margin: 0px;
	padding: 0px;
}

/* MAIN TABLE */

.contentarea {
	background-image: url(../img/mn/bg_main.jpg);
	background-repeat: repeat-y;
}

.righttop {
	background-image: url(../img/mn/bg_righttop.gif);
	background-repeat: repeat-y;
}

.rightlow {
	background-image: url(../img/mn/bg_rightlow.gif);
	background-repeat: repeat-y;
}

.footer {
	background-image: url(../img/mn/bg_ft.gif);
}

/* CONTENT AREA */

#content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 872px;
}

#mainpicture {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 117px;
}

#maincontent {
	margin: 0px;
	padding: 134px 20px 15px 39px;
	float: left;
	width: 468px;
	background-image: url(../img/mn/bg_content.jpg);
	background-repeat: no-repeat;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 2px;
}

#mainmenu {
	float: left;
	width: 226px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/* FOOTER */

#footer {
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 5px;
	width: 862px;
}

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

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#ballisticfooter {
	font-size: 11px;
	text-align: right;
	margin: 0px;
	padding: 10px 5px 0px;
	width: 905px;
}

#ballisticfooter a {
	color: #FFFFFF;
	text-decoration: none;
}

#ballisticfooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
