body {
	background-color: #0D0C0D;
	text-align:center;/* IE 5.x center bug fix */
	margin: 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	line-height: 1.5em;
	font-size: 0.8em;
}
img {
	border-style:none;
}
h1 {
	margin: 0px;
}
h3 {
	font-size: 1em;
}
a:link{
	color: #FFFFFF;
}
a:visited{
	color: #999999;
}
#wrap{
	width:760px;
	margin:0 auto;
	text-align:left;/* IE 5.x center bug fix */
}
#leftcontent{
	float: left;
	width: 360px;
	padding-bottom: 50px;
}
#header{
	height: 80px;
	padding-top: 19px;
	padding-bottom: 13px;
}
#navigation{
	height: 30px;
	width: 360px;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #FFFFFF;
	text-align: center;
}
#navigation ul{
	margin:0px;
	padding:6px 0px 0px;
}
#navigation li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 5px;
}
#navigation img{
	display:inline;
}
#picture{
	float: right;
	width: 400px;
	height: 750px;
}
#footer{
	clear: both;
	border-width: 1px;
	border-color: #FFFFFF;
	height: 30px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#footer ul{
	margin:0px;
	padding:4px 0px 0px;
}
#footer li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 7px;
}
#footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#copyright{
	float:left;
	padding: 10px 0 10px;
}
#design{
	float:right;
	padding: 10px 0 10px;
}
