body {
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.shell_sub {
	width: 100%; 
	background-color: #000;
	height: 25px;
}

.shell_top {
	width: 100%; 
	background-color: #000;
}

.shell_nav {
	width: 100%; 
	background-image:url(media/image/navigation.jpg);
	background-repeat: repeat-x;
	height: 30px;	
}

.shell_main {
	width: 100%; 
	background-color: #FFFFFF;
}

.shell_bottom {
	width: 100%; 
	background-color: #000;
	height: 200px;
}

.main {
	margin-left: auto; 
	margin-right: auto; 
	width: 1000px;
}

.title {
	margin: 0px;
	padding: 0px;
}

.main_navigation {

}

.navigation {
	font: bold 14px/30px Arial, Helvetica, sans-serif;
	color: white;
}

.sub_menu2 {
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	color: white;
}
