body {
	background-color:#000005;
	font-family:"Trebuchet MS", sans-serif;
	}

#container {
	width:750px;
	margin:0 auto;
	}
	
#header{
	width:100%;
	}
	
#navigationold {
	width:100%;
	height:20px;
	text-align:right;
	background-color:#333336;
	}
	
#footer {
	width:100%;
	text-align:right;
	background-color:#333330;
	text-align:center;
	clear: both;
	}
	
.footer_textnew {
	font-size:10px;

	}

.footer_textnew a{
	color:#000005;
	text-decoration:none;
	}
	
.footer_textnew a:hover {
	color:#cc6601;
	}
	
.navicons{
	margin: 2px 5px 2px 0;
	vertical-align:middle;
	}
	
.navicons:hover {
	border-bottom:1px #fffffb dashed;
	}

h1 {
	margin: 10px 0 0 10px;
	font-size:36px;
	color:#cc65fe;
	}

h2 {
	margin: 0 0 10px 25px;
	font-size:24px;
	color:#fffffb;
	}
	
.navigation_header {
	font-size:18px;
	color:#cc6604;
	margin:0px;
	}
	
#vertinavold {
	width:150px;
	float:left;
	}
	
#vertinavold ul {
	list-style: none;
	display:inline;  
	}
#vertinavold li a{
	margin-left:6px;
	color:#fffffc;
	text-decoration:none;
	padding-left:3px;
	}

#vertinavold li a:hover {
	border-left: 3px solid #cc6602;
	}
	
#content {
	width:599px;
	float:right;
	}
	
p {
	color:#ffffff;
	text-size:13px;
	margin: 0 5px 20px 5px;
	text-align: justify;
	}
	
a {
	color:#ffffff;
	text-decoration:underline;
	}
	
a:hover {
	color:#cc65fc;
	text-decoration:none;
	}