* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	/*color: #333;*/
	padding-top: 40px;
	background-color: #333333;
	background-image: url(images/stars.jpg);
	background-repeat: repeat;
}

#wrapper {
	width: 580px;
	background-position: 0 0;
	border: 10px solid #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
}

#nav {
	list-style: none;
	z-index: 2;
	height: 210px;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#nav li a {
	color: #FFFFFF;
	display: block;
	width: 140px;
	height: 24px;
	background-color: #000;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}
#nav li a:hover {
	background-color: #333333;
}
#current a {
	background-image: url("images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#sidebar {
	width: 132px;
	background-color: #CCCCCC;
	float: left;
	position: relative;
	left: -4px;
	margin-left: -147px;
	border-top: 1px solid #fff;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px;
}


#content {
	float: left;
	width: 400px;
	margin: 10px 0 0 10px;
}

a {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
}
#header {
	width: 580px;
	height: 210px;
	background-position: right top;
	background-color: #000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
h1 {
	width: 140px;
	height: 30px;
	background-color: #333333;
	margin: 1px 1px 1px 0;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	cursor: default;
}
h2 {
	width: 419px;
	height: 30px;
	background-color: #333333;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #ffffff;
	margin-top: 1px;
	cursor: default;
}
img {
	border: none;
}
a img {
	margin-bottom: 20px;
	border: 1px solid #ffffff;
}
a:hover img {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#pants ul {
	width: 100%;
}
#pants li { 
	list-style-type: none;
	float: left; width: 33%;
}
p {
	margin-bottom: 20px;
}
p:first-line {
	font-weight: normal;
}
#footer {
	text-align: center;
	clear: both;
	width: 400px;
	margin-left: 163px;
}

