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

#containerold {
	width:750px;
	margin:0 auto;
	}
	
#headerold{
	width:100%;
	}
	
#navigationmain {
	width:100%;
	height:20px;
	text-align:right;
	background-color:#333332;
	}
	
#footer {
	width:100%;
	text-align:right;
	background-color:#333332;
	text-align:center;
	clear: both;
	}
	
.footer_textnew {
	font-size:10px;

	}

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

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

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

#vertinavold li a:hover {
	border-left: 3px solid #cc65fb;
	}
	
#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;
	}