body {
	margin:60px 0px;
	padding:0px;
	/* Need to set body margin and padding to get consistency between browsers. */
	text-align:center;
	/* Hack for IE5/Win */
	background : Gray;
}
	
#logoContent {
  width:795px;
	margin:0px auto;
	/* Right and left margin widths set to "auto" */
	
	/* Counteract to IE5/Win Hack */
	padding:0px;
	background-color: black;
	background : black;
}			

#menuContent {
width:794px;
	margin:0px auto;
	/* Right and left margin widths set to "auto" */
	text-align:left;
	/* Counteract to IE5/Win Hack */
	padding: 0px 0px 0px 0px;
	background : grey;
	border-left : 1px solid Yellow;
	border-right : 1px solid Yellow;
}				
#headerContent {
	width:794px;
	margin:0px auto;
	/* Right and left margin widths set to "auto" */
	text-align:left;
	/* Counteract to IE5/Win Hack */
	padding: 4px 0% 0px;
	background-color:black;
	border-left:1px solid yellow;
	border-right:1px solid yellow;
	
}			

#Content {
	width:795px;
	margin:0px auto;
	/* Right and left margin widths set to "auto" */
	text-align:left;
	/* Counteract to IE5/Win Hack */
	padding:0px;
	background :black;
	border-right:1px solid yellow;
	 
}
#footerContent {
	width: 794px;
	margin:0px auto;
	/* Right and left margin widths set to "auto" */
	text-align:left;
	/* Counteract to IE5/Win Hack */
	padding:0px;
	background-color: black;
	border-bottom : 1px solid Yellow;
	border-left : 1px solid Yellow;
	border-right:1px solid Yellow;
}

.footertext {
	font-family : "Courier New", Courier, monospace;
	font-size : 8pt;
	font-variant : normal;
	font-weight : bold;
	letter-spacing : 0.5px;
}

#leftcontent {
	float:left;
	width:15%;
	background:black;
	margin-right:16px;
	padding-bottom:520px;
	padding-left:13px;
	border-left:1px solid yellow
}

	#rightcontent {
	background-color : #4682B4;
	border-top : 1px solid yellow;
	border-left:1px solid yellow;
	border-bottom: 1px solid Yellow;
	
}
		
	p,h1,pre {
		margin:0px 30px 10px 30px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#rightcontent p {
		font-size:10px;
		margin-left:0px;
		margin-bottom:10px;
		}
		
.textblurb{
	background-color:#4682B4;
	font-family : "Century Gothic";
	font-size : smaller;
	font-weight : bolder;
	margin-left : 20px;
	margin-right : 20px;
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 20px;
	border-width : 1px;
	
}

.thumbimages {
	border : 1px solid Yellow;
}
a {
	color:white;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:white;}
a:visited {color:red;}
a:hover {color:yellow;}
}

.phonemenu {
	color: #FFFF66;
	font-weight : bold;
	font-size : 12pt;
	padding: 0px 0px 0px 0px;
}

.topmenu {
	color:white;
	font-weight : bold;
	padding: 0px 0px 0px 0px;
	font-size : 12pt;
}

.product_text {
	color:white;
	font-weight : bold;
	font-size : 12pt;
	font-variant : normal;
	font-family : "Courier New", Courier, monospace;
}
.header_text {
	color:black;
	font-weight : bold;
	font-size : 24pt;
	font-variant : normal;
	font-family : "Arial Black";
}