@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body,html {
	background-color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	background-image: url(../img/line.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
body {
	height: 100%;
}
img {
	border: 0;
}
h1 {
	height: 20px;
	text-decoration: underline;
	text-align: center;
}
.upper {
	text-transform: uppercase;	
}
p {
	margin: 10px auto 20px auto;
}
#header {
	background-image: url(../img/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height:166px;
	width:100%;
}
#blackcover {
	height: 20px;
	background-color: #000;
}

.line {
	background-image: url(../img/vline.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 5px;
	width:100%;
}
#linebot {
	margin-bottom: 20px;
}
#navigation {
	float:left;
	margin-left: 20px;
	margin-top: 40px;
}
#navigation ul {
	margin: 20px 20px 0px 20px;
	padding: 0;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}
#navigation ul li {
	margin: 0px auto 29px 0px;
}
#divider {
	background-image:url(../img/line.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	height:100%;
	width:5px;
	position: absolute;
	left: 200px;
	top:196px;
}
#content {
	text-align: center;
	width: 800px;
	position: absolute;
	left: 205px;
}
.headerimg {
	margin: 40px auto 0px auto;
}

/*
#navigation ul li a {
	display: block;
	height: 33px;
}
#navigation #Portfolio {
	background-image: url(img/l-portfolio.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 86px;
}
#navigation #Portfolio.active {
	background-image: url(img/l-portfolio-h.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 86px;
}
#navigation #WIP {
	background-image: url(img/l-wip.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 166px;
}
#navigation #WIP.active {
	background-image: url(img/l-wip-h.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 166px;
}
#navigation #Purchase {
	background-image: url(img/l-purchase.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 177px;
}
#navigation #Purchase.active {
	background-image: url(img/l-purchase-h.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 177px;
}
#navigation #Contact {
	background-image: url(img/l-contact.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:75px;
}
#navigation #Contact.active {
	background-image: url(img/l-contact-h.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:75px;
}
*/
#b-purchase p {
	width: 400px;
}
