body {
	text-align:center;
	background-position:center; 
	background-image:url(../images/tb2.jpg);
	background-repeat:no-repeat;
}
a {
	text-decoration:none;
}
a:hover {text-decoration:underline }
#wrap {
	position:relative;
	width:800px;
	text-align:left;
	height:1000px;
	margin:0 auto;
	background-image:url(../images/bg.gif);
}
#logo {
	background:url(../images/logo.gif) no-repeat;	
	position:absolute;
	top:10px;
	width:100px;
	height:38px;
	margin:100px 10px 10px 150px;
	padding-left:30px;
	position:absolute;

}

#logo span {
	font-size:14px;
	color:red;
}
#header {
	height:200px;
}
ul#nav {
	position:absolute;
	top:130px;
	right:165px;
	font-size:14px;
}
ul#nav li {
	display:inline;
	padding:0 40px;
}
ul#nav a {
	color:red;
}
#content {
	width:440px;
	position:absolute;
	left:130px;
	padding:0 40px;
}
#content h1 {
	font-size:18px;
	font-weight:bold;
	padding:5px 0 5px 0;
	text-align: center; 
}
#content h2 {
	font-size:14px;
	font-weight:bold;
	padding:5px 0 5px 0;
	text-align: center; 
}
#content h3 {
	font-size:10px;
	padding:5px 0 5px 0;
	text-align: center; 
}

#content h4 {
	font-size:10px;
	font-weight:bold;
	padding:5px 0 5px 0;
	text-align: left;
}
 
#content p {
	font-size:10px;
	padding:0 0 5px 0;
	text-align: left; 
}
#content img {
	float:left;
}

#left {
	float: left;
	width: 215px;
	margin: 0px 0px 0px 0px;
}

#right {
	float: left;
	width: 208px;
	margin: 0px 0px 0px 15px;
}

.desc {
  	float: left;
  	text-align: left;
  	width: 65%;
}

.price {
  	float: right;
  	text-align: right;
  	width: 35%;
}

.expl {
  	float: left;
  	text-align: left;
	font-size:9px;
}

#footer {
	position:relative;
	width:200px;
	margin-top: 30px;
	margin-left: auto;
    	margin-right: auto;

}

#copyright, #copyright a{
	color:#afafaf;
}
#copyright a:hover{
	color:#000;
}
