/* CSS Document */

body {
	background-color: black;
	padding: 0;
	marging: 0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	}

html {
	padding: 0;
	margin: 0;
	}

div#top {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 15px;
	background-color: #003366;
	}

div#stripe {
	position:absolute;
	top: 30px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 40px;
	background-color: #003366;
	}

div#header {
	position: absolute;
	top: 30px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 2;
	}
	
div#menu {
	position: absolute;
	top: 280px;
	left: 0px;
	width: 200px;
	height: 400px;
	background-image: url("images/maxmenu/back.gif");
	background-position: left top;
	background-repeat: no-repeat;	
	}


div.inner-menu {
	position: absolute;
	left: 0px;
	width: 200px;
	height:30px; 
	}
	
div.blue-pipe {
	width: 20px;
	background-color: #000033;
	position: absolute;
	padding: 0;
	margin: 0;
	}

#top-pipe {
	height: 30px;
	top: 0;
	left: 0;
	}

#middle-pipe {
	top: 70px;
	left: 0;
	height: 210px;	
	}

#bottom-pipe {
	top: 680px;
	left: 0;
	bottom: 0;
	height: auto;
	}
	
div#content {
	margin: 280px 0px 0px 200px;
	padding: 15px;
	width: auto;
	height: auto;
	}

a {									/*Standard Links*/
	text-decoration:none; 
	}
 
a:link {
	text-decoration:none; 
	color:#003366;
	}

a:visited {
	text-decoration: none;
	color:#003366;
	}

a:hover {
	color:#FFFFFF;
	}

a:active {
	color:#FFFFFF;
	}
	
img.img-picture {border:0}

table.table-wrapper {text-align: center}