body {
	background:		#FFFFFF;
	margin-top:		0px;
	text-align:		center;
}

#main {
	width:			800px;
	margin-right:		auto;
	margin-left:		auto;
	margin-top:		0px;
	padding:		0px;
	text-align:		left;
}

#blue {
	background:		#3B5998;
	padding:		5px;
	height:			60px;
	border-bottom:		10px solid #6D84B4;
}
		
#navigation {
	width:			95px;
	padding-top:		10px;
	padding-left:		15px;
	padding-bottom:		15px;
	border-bottom:		1px solid #CCCCCC;
	float:			left;
	background:		#F7F7F7;
}
	
#content {
	width:			538px;
	padding:		10px;
	float:			left;
	border-left:		1px solid #B7B7B7;
	border-right:		1px solid #B7B7B7;
	border-bottom:		1px solid #B7B7B7;
}
	
#ads {
	width:			120px;
	padding:		5px;
	float:			left;
	background:		#fff;
}
	
#yellow {
	background:		#FEFFCF;
	padding:		10px;
	border-bottom:		1px solid #EBAE7F;
	margin-bottom:		15px;
}

#head {
	clear:			both;
	padding-bottom:		5px;
	padding-left:		1px;
	padding-right:		1px;
	border-bottom:		1px solid #B7B7B7;
}

#photo {
	padding:		10px;
}

#price {
	padding:		10px;
}

#summary {
	padding:		10px;
}

#reviews {
	padding:		10px;
}

#submit {
	padding:		10px;
}

#left {
	float:			left;
}

#right {
	text-align:		right;
}

#footer {
	clear:			both;
	padding-top:		5px;
	padding-right:		140px;
	height:			10px;
	text-align:		right;
	border-top:		0px solid #333333;
}

/* fonts */

.content {
	font-size:		11px;
	font-family:		tahoma;
	color:			#000000;
	text-decoration:	none;
}
.content a:link {
	font-size:		11px;
	font-family:		tahoma;
	color:			#3B5998;
	text-decoration:	none;
}
.content a:active {
	font-size:		11px;
	font-family:		tahoma;
	color:			#3B5998;
	text-decoration:	underline;
}
.content a:visited {
	font-size:		11px;
	font-family:		tahoma;
	color:			#3B5998;
	text-decoration:	none;
}
.content a:hover {
	font-size:		11px;
	font-family:		tahoma;
	color:			#3B5998;
	text-decoration:	underline;
}

.navigation {
	font-size:		11px;
	font-family:		tahoma;
	color:			#333333;
	text-decoration:	none;
}
.navigation A:link {
	font-size:		11px;
	font-family:		tahoma;
	color:			#333333;
	text-decoration: 	none;
}
.navigation A:active {
	font-size:		11px;
	font-family:		tahoma;
	color:			#333333;
	text-decoration:	none;
}
.navigation A:visited {
	font-size:		11px;
	font-family:		tahoma;
	color:			#333333;
	text-decoration:	none;
}
.navigation A:hover {
	font-size:		11px;
	font-family:		tahoma;
	color:			#333333;
	text-decoration: 	underline;
}

/* elements */

p {
	margin:			0px 0px 0px 0px;
	font-weight:		normal;
}

p.sub {
  margin: 0px 0px 5px 0px;
  font-weight: normal;
}

ul {
  margin: 10px 10px 10px 10px;
  width: 30em;
  padding: 0;
  list-style: none;
}

ul.sub {
  margin: 10px 10px 10px 10px;
  width: 45em;
  padding: 0;
  list-style: none;
}

li.sub {
  float: left;
  width: 45em;
  margin: 0;
  background-image: url(images/liarrow.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 3px 1.5em;
} 

li.man {
  float: left;
  width: 30em;
  margin: 0;
  background-image: url(images/liarrow.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 3px 1.5em;
} 

li.nav {
  list-style: square inside;
  color: black;
  margin: 3px 0px 0px 0px;
}

hr {
  color: #B7B7B7;
  background-color: #B7B7B7;
  height: 1px;
}

h1 {
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 12px;
}

h2, h3 {
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  font-size: 11px;
}

form {
  margin: 0px 0px 0px 0px;
}

input {
  color: #000000;
  font: normal 8pt Tahoma, Arial, Helvetica, sans-serif;
  font-weight: none;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid #BDC7D8;
}

textarea {
  color: #000000;
  font: normal 8pt Tahoma, Arial, Helvetica, sans-serif;
  font-weight: none;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid #BDC7D8;
}

select {
  color: #000000;
  font: normal 8pt Tahoma, Arial, Helvetica, sans-serif;
  font-weight: none;
  text-decoration: none;
  background: #FFFFFF;
  border: 1 solid #BDC7D8;
}