/* CSS Document */


body,td,th {
	font-family:"Times New Roman", Times, serif;
	color: #CCCCCC;
	background-color: #000000;
}


#banner{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	width: 800px;
	height: 116px;
}

h2{
	text-align:center;
	font-size: 28px;
	color:#CCCCCC;
	font-family:"Times New Roman", Times, serif;
}

h1{
	text-align:center;
	font-size: 32px;
	color:#CCCCCC;
	font-family:"Times New Roman", Times, serif;
}


/* Yellow bar divisions */
.header {
	background: #FFCC00 url(../assets/headerBarBkg.jpg) no-repeat right top;
	font-size: 24px;
	line-height: 110%;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	height: 30px;
	width: auto;
	padding-left: 5px;
	margin: 0;
	text-align:left;
}
/* Text descriptions beneath bars */
.description {
	font-size: 16px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	background-color: #000000;
	padding-left: 5px;
	width: auto;
}

#photoContainer{
	width:200px;
	height:auto;
	float: left;
}

.photo{
 margin-bottom:15px;
}

#productInfo{
	font-size: 16px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	background-color: #000000;
	float:right;
	width:590px;
}

#title{
margin-left:10px;

}
#spec a:link{
	margin-left:10px;

}



a:link {
	color: #6699FF;
	line-height: 150%;
	font-size: 14px;
}
a:visited {
	color: #999999;
}
/* Center all body content */
#wrapper {
	width:800px;
	margin: 0 auto;
	height: auto;
}

#footer {
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	width:800px;
	margin: 0 auto;
	padding-top: 5px;
	height: 50px;
	clear:both;
	text-align: center;
}

