body { margin: 0; padding: 0; background: #ffb100; font-family: 'Trebuchet MS', 'Lucida Grande CE', lucida, sans-serif;}

#wrap { width: 780px;margin: 0 auto; border-left: 4px solid #000; border-right: 4px solid #000; border-bottom: 4px solid #000;background: #fff; 
	font-size: 85%; line-height: 1.6;}


#wrap { padding: 0 18px }
	
a:visited {color: blue}
a:hover { color: red}

h1 { margin: 0; padding: 0;}

#primary-content {
	
	width: 770px;
}

#primary-content.mini {
float: left;
width: 500px;
}

#header { padding-top: 10px }

/* CONTENT DESIGN */



h1 { font-size: 285%; font-weight: normal; }
h2 { font-size: 210%; font-weight: normal; }
h3 { font-size: 130%; margin-bottom: 0;}

p { margin-top: 0} 
 


li {list-style-type: square}


#related { }
#related h2 { margin-top: 0}

#primary-content .photoline img { margin-right: 26px }
#primary-content img { border: none}

.left { float: left }
img.left { display: block; margin: 0 10px 6px 0;}
.img.left {display:block; margin: 3px 12px 3px 0;}


#secondary-content {
	background-image: url('head1.jpg');
	background-repeat: no-repeat;
	background-color: #222;
	padding-top: 250px;
	color: #fff;
	width: 250px;
	font-size: 80%;
	float: right;
	position: relative;
	top: -60px;
	
}

#secondary-content-in {

	}
	
#secondary-content h2 {
font-size: 110%;
margin: 0 0 5px 0; padding: 4px 10px;
background: #000;
color: #fff;
}

#secondary-content a {
color: #fff ;
}
	
#secondary-content a:hover {
color: red;
}	
	
	
	
	
	
	
#secondary-content ul {
margin: 0 0 0;
padding: 0 4px 0 25px ;
list-style-type: none;
}
		
#secondary-content ul li {
margin-bottom: 5px;
}
		
#footer {
border-top: 10px solid #fff;
clear: both; 
font-size: 80%;
color: #333;
padding: 10px 0;
}  
			
			
			
