/*BODY*/
body {
	background-color:#333333;
	font-family:"Trebuchet MS", sans-serif;
	color:#CCCCCC;
	}

#container {
	border: 1px #666666 solid;
	width:700px;
	margin: 0 auto;
	}
	
/*TOP*/	
#header {
	width:100%;
	}	
	
#headerbox {
	background-image: url(images/zd.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:50px;
	margin:5px 0 0 5px;
	}
	
img a:hover {
	border:none;
	}

#navigation {
	width:100%;
	margin-top:15px;
	text-align:right;
	}
	#navigation a{
	font-size:16px;
	text-decoration:none;
	color:#CCCCCC;
	margin:5px;
	border-bottom: 3px solid #99CC33;
	}		
	#navigation a:hover {
	border-bottom: 3px solid #696969;
	color:#9C3;
	}
	.nav_active {
	border-bottom: 3px solid #CCCCCC;
	}
	
h1 {
	margin:0px;
	font-size:24px;
	color:#99CC33;
	}
h2 {
	margin:-8px 0 0 0px;
	color:#CCCCCC;
	font-size:14px;
	}
	
h5 {
	margin:-8px 0 0 5px;
	color:#cccccc;
	font-size:14px;
	}
	
	
/*SIDE*/
	
#sidebar {
	width:200px;
	float:right;
	margin:15px 0 15px 0;
	}
		
#sidebar a {
	color:#CCCCCC;
	text-decoration:none;
	border-bottom: 1px #696969 dashed;
	margin-right:10px;
	}
	
#sidebar a:hover {
	color: #99CC33;
	background-color:#696969;
	}
	
h3 {
	margin: 5px 0 0 0;
	color:#99CC33;
	font-size:20px;
	text-align:left;
	}	
	
.sidebar_text {
	font-size:12px;
	color:#CCCCCC;
	text-align:left;
	margin-right:10px;
	text-align:justify;
	}
	

/*CONTENT*/
#content {
	width:500px;
	float:left;
	margin-top:20px;
	}
	#content ul{
		margin:0 0 0 10px;
		padding:0px;
		}
	#content li{
		margin:0px;
		padding:0px;
		list-style:none;
		}

#ads {
	width:500px;
	height:60px;
	text-align:center;
	margin:0 auto;
	}
h4 {
	font-size:16px;
	color:#99CC33;
	margin:10px 0 0 5px;
	}
.firsth4 {
	margin-top:0px;
	}
	
blockquote {
	background-color:#696969;
	margin-left:20px;
	font-size: 14px;
	padding: 10px 10px 10px 45px;
	text-align:justify;
	color:#CCC;
	background-image:url(images/quote.jpg);
	background-position:  top left;
	background-repeat:no-repeat;
	}
	
p {
	margin: 0px 20px 0 10px;
	text-align:justify;	
	font-size:13px;
	}
a {
	color:#818181;
	text-decoration:none;
	}
	
a:hover {
	color:#99CC33;
	}
	
.latestarticleheader {
	font-size:10px;
	margin-top:-5px;
	}
	
	
#articlelist {
	margin:0 0 0 10px;
	}
#articlelist li {
	list-style:none;
	}
#articlelist li a:hover{
	color:#99CC33;
	}
	
	
.prices {	
	margin: 0 0 10px 20px;
	text-align:justify;	
	font-size:13px;
	}

/*FOOTER*/
	
#footer {
	width:100%;
	clear:both;
	text-align:center;
	font-size:9px;
	padding: 3px;
	color:#696969;
	}
#footer a {
	color:#696969;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#99CC33;
	}
#footer img{
	margin: 0 3px 0 3px;
	}
	
/*CONTACT PAGE*/
.contactform {
	background-color:#CCCCCC;
	}
	
/*TOP NOTES*/
.note {
	color:#99CC33;
	font-size:10px;
	}
.note2{
	font-size:10px;
	}
	
/*ADS*/

#ads {
	width:100%;
	text-algin:center;
	margin-top:50px;
	}
	
/*PORTFOLIO*/
.portfolioimg {
	margin-left:10px;
	}

.portfoliotxt {
	margin-left:13px;
	font-size: 13px;
	}