* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #141414;
	color: #FFF;
	line-height: 150%;
	font-size: 14px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container #banner {
	height: 175px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 55px;
}
#container #banner a {
	height: 155px;
	display: block;
}
#container #left {	float: left;	width: 200px;
	padding-top: 65px;	height: 400px;}

#portf_nav {
	list-style-type: none;
}
#portf_nav a {
	color: #fff;
	text-decoration: none;
}
#portf_nav a:hover {
	color: #F6E035;
	text-decoration: underline;
}#content {	float: left;	width: 420px;}
#content h1{
	font-weight: normal;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content p{
	padding-bottom: 15px;
}

#menu {	list-style-type: none;	text-align: center;
	clear: both;	margin-top: 40px;    width: 800px;
 }
 #menu li {
	display: inline;
}
 #menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	margin-left: 100px;
}
#content img {
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
form {
	padding-top: 15px;
	padding-bottom: 15px;
}
fieldset {
border: 0;
padding-bottom: 10px;
}
label {
display: block;
width: 150px;
float: left;
}
legend {
padding-bottom: 10px;
}
#warning {
	font-size: 14px;
	color: #c00;
	padding-top: 30px;
	padding-bottom: 30px; 
}
a img {
	border: none;
}
#logout {width: 20px;height: 20px;float: right;}