body	{
	font-family:Verdana, sans-serif;
	background-color:#000;
	margin:0;
	padding:0;
}

a	{
	font-weight:bolder;
}

#headmast{
	background-color:#000;
	width:100%;
	text-align:center;
	font-size:2em;
	color:#FF0;
	font-family: tripper-rough,sans-serif;
	font-weight: 400;
	font-style: normal;
}

#menu{
	width:100%;
	background-color:#FF0;
	color:#000;
	padding:0px;
	margin:0px;
	font-size:1em;
}

#menu ul {
	list-style-type:none;
	width:100%;
	height:45px;
	color:#000;
	margin:0;
	padding:0;
}

#menu ul li	{
	float:left;
	text-align:center;
	width:25%;
	height:100%;
	vertical-align:middle;
	padding:10px 0px 10px 0px;
}

#menu ul li:hover{
	background-color:#000;
}

#menu ul li a	{
	text-decoration:none;
	height:100%;
	color:#F00;
	padding:0;
	margin:0;
}

#menu ul li a:hover{
	color:#FF0;
}

#mainPage{
	width:80%;
	margin-left:10%;
	margin-top:0;
	background-color:#333;
	color:#FFF;
}

#content{
	color:#FFF;
	background-color:#333;
}

#content a	{
	color:#FFF;
}

#content h2{
	background-color:#333;
	text-align:center;
	font-style:italic;
}

#content h3{
	margin-left:25px;
	font-size:1.5em;
}

#content p{
	margin-left:10px;
	margin-right:10px;
	font-size:1em;
}

#content ul{
	font-size:.75em;
}

#sidebar{
	float:left;
	background-color:#000;
	color:#FF0;
	margin-right:15px;
}

#sidebar h3{
	margin-left:10px;
}

#sidebar ul{
	list-style-type:none;
	margin-left:10px;
	padding:0;
	font-size:.75em;
}

#comparisonTable{
	background-color:#333;
	color:#FFF;
	font-size:.5em;
	width:80%;
	margin-left:auto;
}

comparisonTable table{
	width:100%;
	font-size:1.25em;
}

#comparisonTable td{
	padding:5px;
}

#comparisonTable tr:nth-child(odd){
	background: #555;
}

.productTable	{
	width:100%;
	font-size:.5em;
}

.productTable td	{
	padding:5px;
}

.productTable a	{
	color:#FFF;
}

.productTable tr:nth-child(odd)	{
	background:#555;
}

.productTable tr:nth-child(even)	{

}

.tableSpecHeader{
	text-align:left;
}

.badNews{
	color:#F00;
	background-color:#000;
	font-weight:bolder;
}

#pagePhoto{
	float:right;
	border-style:solid;
	border-color:#FFF;
	border-width:thin;
	width:24%;
	height:auto;
	padding:10px;
}

#pagePhoto img	{
	width:100%;
	height:auto;
}

#pagePhoto{
	font-style:italic;
	color:#FF0;
}