body {
	text-align:center;
	background-position:center; 
	background-image:url(../images/tb3.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/bg2.gif);
}
#logo {
	background:url(../images/logo.gif) no-repeat;	
	position:absolute;
	top:10px;
	width:100px;
	height:38px;
	margin:40px 10px 10px 150px;
	padding-left:30px;
	position:absolute;

}

#logo span {
	font-size:14px;
	color:red;
}
#header {
	height:120px;
}
ul#nav {
	position:absolute;
	top:60px;
	right:165px;
	font-size:14px;
}
ul#nav li {
	display:inline;
	padding:0 40px;
}
ul#nav a {
	color:red;
}
#content {
	width:500px;
	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;
	margin-top: 0.4em;
}
#content img {
	float:left;
}

#left {
	float: left;
	width: 215px;
	margin: 0px 0px 0px 0px;
}

#leftmain {
	float: left;
	width: 440px;
	margin: 0px 0px 0px 0px;
}
#right {
	float: left;
	width: 208px;
	margin: 0px 0px 0px 15px;
}

.desc {
  	float: left;
  	text-align: left;
  	width: 80%;
	margin: 0px 0px 0px 0;
}

.price {
  	float: right;
  	text-align: right;
  	width: 20%;
}

.expl {
  	float: left;
  	text-align: left;
	font-size:9px;
	line-height: 6pt; 
}

#footer {

	width:200px;
	margin-top: 40px;
	margin-left: auto;
    	margin-right: auto;


}

#copyright, #copyright a{
	color:#afafaf;
}
#copyright a:hover{
	color:#000;
}
