#wrapper {
	background-color: #333;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 800px;
	overflow: scroll;
}
#header {
	background-color: #000;
	height: 150px;
	text-indent: -9999px;
	background-image: url(../images/banner1.png);
	overflow: hidden;
	background-repeat: no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	background-color: #000;
	height: 25px;
	background-image: url(../images/navbar_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navbar ul  {
	margin: 0;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	text-transform: capitalize;
	list-style-type: none;
}
#navbar ul li  {
	display:inline;
	list-style-type: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 20px;
}
html {
	background-color:#000;
}
body {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000;
}
#thumb {
	background-color: #333;
	background-repeat: no-repeat;
	height: 270px;
	width: 320px;
	margin-top: 15px;
	margin-right: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
	float: left;
	clear: left;
}
#wrapper #thumb p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#specs {
	background-color: #666;
	height: 260px;
	margin-top: 15px;
	width: 425px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	clear: right;
	padding: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
}

#wrapper #specs ul {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #FFF;
	text-decoration:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color:#FC0;
	text-decoration:underline;
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color:#F90;
	text-decoration:none;
}

