


body, html{
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #FFFFFF;
	text-align:center;
}
body{
	min-width:750px;
}
a{
color:#FFFFFF;
text-decoration:none;
}
img{
border-color:#FFFFFF;
}
#wrap {
	/**margin-left:10%;**/
	margin:0px auto;
	width:750px;
}
#header {
	background:#000;
	float:left;
	width: 430px;
	height:80px;
	font-size:15px;
	text-align:bottom;
	text-align:left;
}
#header h1 {
   	padding:5px;
    margin:0;
   }
#nav {
	background:#000;
	float:right;
	width: 320px;
	height:80px;
	text-align:right;
	font-size:12px;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#main {
	background:#000;
	float:left;
	width:415px;
}
#contactform {
	background:#000;
	float:left;
	width:534px;
	height:281px;
	font-size:16px;
	border:#FFFFFF thin solid;
	padding: 5px 5px 5px 5px;
}
#profileside {
	background:#000;
	float:left;
	width:220px;
	height:291px;
	vertical-align:bottom;
	border:#FFFFFF thin solid;
}
#main h2, #main h3, #main p {
	padding:0 10px;
}
#sidebar {
	background:#000;
	float:right;
	width:315px;
	height:291px;
	text-align:center;
	font-size:12px;
}
#contactsidebar {
	background:#000;
	float:right;
	width:181px;
	height:291px;
	border:#FFFFFF thin solid;
}
#profilecontent {
	background:#000;
	float:right;
	width:495px;
	/* height:281px;
	border:#FFFFFF thin solid; */
	padding: 5px 5px 5px 5px;
	font-size:14px;
	text-align:left;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}
#description {
	background:#000;
	clear:both;
	height:25px;
	font-size:11px;
	vertical-align:bottom;
}
#mainpagecontent {
	background:#000;
	clear:both;
	text-align:center;
	font-size:14px;
}
#mainpagecontenttwo {
	background:#000;
	clear:both;
	text-align:center;
	font-size:14px;
}
#blog {
	background:#000;
	border-top:#FFFFFF 1px solid;
	clear:both;
	height:250px;
	display:block;
	overflow:auto;
	font-size:14px;
	text-align:left;
}
#displayed {
	background:#000;
	clear:both;
	height:325px;
}
#inventory {
	background:#000;
	clear:both;
	height:210px;
	display:block;
	overflow:none;
	/*margin-left:20px;*/
}
#inventory .col{
padding:9px;
width:50px;
height:50px;
float:left;
text-align:center;
vertical-align:top;
}
#footer {
	background:#000;
	clear:both;
	text-align:right;
	font-size:11px;
}
#footer p {
	padding:5px;
	margin:0;
}

#col > #selected{
	border:#FFFFFF 2px solid;
}

* HTML #selected{ /*IE6 HACK*/
	border:none;
}

#thumb{
	border:none;
}