/*BODY*/
body {
	background-color:#333333;
	font-family:"Trebuchet MS", sans-serif;
	}

#container {
	border: 1px #666666 solid;
	width:700px;
	margin: 0 auto;
	}
	
/*TOP*/	
#header {
	width:100%;
	}	
	
#headerbox {
	width:115px;
	margin: 10px 0 0 10px;
	text-align:right;
	}

#navigation {
	width:100%;
	margin-top:15px;
	text-align:right;
	}
	#navigation a{
	font-size:18px;
	text-decoration:none;
	color:#CCCCCC;
	margin:5px;
	}		
	#navigation a:hover {
	border-top: 3px solid #CC6600;
	}
	.nav_active {
	border-top: 3px solid #696969;
	}
	
h1 {
	margin:0px;
	font-size:24px;
	color:#CC6600;
	}
h2 {
	margin:-8px 0 0 0px;
	color:#CCCCCC;
	font-size:14px;
	}
	
/*SIDE*/
	
#sidebar {
	width:200px;
	float:right;
	margin:15px 0 15px 0;
	}
		
#sidebar a {
	display:block;
	color:#CCCCCC;
	text-decoration:none;
	border-bottom: 1px #696969 dashed;
	margin-right:10px;
	}
	
#sidebar a:hover {
	color: #CC6600;
	background-color:#696969;
	}
	
h3 {
	margin: 5px 0 0 0;
	color:#CC6600;
	font-size:24px;
	text-align:left;
	}	
	
.sidebar_text {
	font-size:12px;
	color:#CCCCCC;
	text-align:left;
	margin-right:10px;
	}
	

/*CONTENT*/
#content {
	width:500px;
	float:left;
	margin-top:20px;
	}

h4 {
	font-size:16px;
	color:#CC6600;
	margin:0 0 0 5px;
	}
	
blockquote {
	background-color:#696969;
	margin-left:20px;
	font-size: 14px;
	padding: 10px 10px 10px 45px;
	text-align:justify;
	color:#CCC;
	background-image:url(images/quoteorange.jpg);
	background-position:  top left;
	background-repeat:no-repeat;
	}
	
p {
	color:#CCCCCC;
	margin: 0px 20px 10px 10px;
	text-align:justify;	
	font-size:13px;
	}
	
p a {
	color:#696969;
	text-decoration:none;
	}
p a:hover {
	border-bottom: #696969 1px dashed;
	}
	
/*FOOTER*/
	
#footer {
	width:100%;
	clear:both;
	text-align:center;
	font-size:10px;
	padding: 3px;
	color:#696969;
	}
#footer a {
	color:#696969;
	text-decoration:none;
	}
#footer a:hover {
	border-bottom: #696969 1px dashed;
	}