* {
	margin:0;padding:0;border:0;
	font-size: 12px;
}
a {
	outline:0;
}
body {
	background-color: #3a3737;
	color: rgb(255,204,102);
	font-family: Helvetica,Verdana;
}
div#lines {
	margin-left:980px;
	height:122px;
	background-color: #f5b212;
	border-bottom: 30px solid #67645e; 
}
div#headimage {
	float:left;
	width:980px;
	height:276px;
	background: #3a3737 url('header.jpg') no-repeat;
}
div#headimage h1 {
	margin-left:350px;
	margin-top:230px;
	text-align:center;
	font-size:30px;
	width:500px;
}
div#middle {
	clear:both;
}
div#menue {
	float:left;
	width:106px;
	height:407px;
	background: #3a3737 url('nav.jpg') no-repeat;
}
div#menue li {
	height:20px;
	padding-left:10px;
	width:110px;
	margin-bottom:10px;
	background: transparent url('opacity20.png');
}
div#menue li a {
	color: orange;
	text-decoration:none;
	background: transparent url('opacity60.png');
	border-right: 3px solid orange;
	border-bottom: 1px solid orange;
	padding:5px;
	display:block;
	font-weight:bold;
}
div#menue li a:hover {
	border-right: 8px solid orange;
	background: transparent url('opacity80.png');
	color:white;
}
div#menue .menu_current {
	color:white;
}
div.search_box {
	margin-top:20px;
	margin-bottom:20px;
}
input, textarea {
	padding:2px;
	border: 1px solid orange;
	background-color: gray;
}
div#content {
	margin-left:150px;
	min-height:500px;
	min-width:830px;
	max-width:830px;
	color: white;
	line-height:17px;
	font-size:13px;
	background: transparent url('director.jpg') no-repeat right bottom;
}
div#content p {
	padding-bottom: 20px;
}
div#content h2 {
	font-size:25px;
        border-bottom:1px solid silver;
        color:orange;
        margin-bottom:20px;
}
div#content ul,ol {
	padding-left:20px;
}
div#content a, div#footer a {
	color:orange;
	text-decoration:none;
}
div#content a:hover, div#footer a:hover {
	text-decoration:underline;
}
div#social_bookmarks {
    margin-left:20px;
    width: 100px;
}
div#social_bookmarks img {
    margin: 3px;
    padding: 0px;
}

.portrait{
	margin-left:20px;
margin-bottom:20px;
}
img {
	margin:5px;
}
.highlight {
	font-weight:bold;
}
div#footer {
	text-align:center;
	margin:0 auto;
	width:80%;
	border-top: 1px dashed orange;
	margin-top:40px;
	padding-top:10px;
	padding-bottom:40px;
}
