* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	color: white;
} 
 
 body {
 	background: url('IMG/bkgd_Texture.jpg') no-repeat top;
 	background-color: black;
 }
 
 
a:link {color:#992220;}      /* unvisited link */
a:visited {color:#992220;}  /* visited link */
a:hover {color:#e0b824;}  /* mouse over link */
a:active {color:#992220;}
 
 
 #RedRibbon {
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	width: 620px;
 	height: 258px;
 	background-image: url('IMG/bkgd_RedRibbon.png');
 }
 
	#Container {
	 	position: absolute;
	 	margin-left: -350px;
	 	left: 50%;
	 	width: 700px;
	 	/*height: 100%;*/
	 	/*background-color: white;*/
	 	/*overflow: hidden;*/
	 }
	 
	h4 {
	 	padding-bottom: 4px;
	 }
	 
	p {
	 	padding-bottom: 20px;
	 }
	 
	 
	 #Header {
	 	position: relative;
	 	float: left;
	 	width: 700px;
	 	height: 110px;
	 	padding-bottom: 50px;
	 }
	 
	 #Header img.display {
	 	display: block;
	 	margin-left: auto;
	 	margin-right: auto;
	 	margin-top: 14px;
	 }
	 
	 
	 #LeftCol {
	 	position: relative;
	 	float: left;
	 	width: 350px;
	 }
	 
		 #LeftCol h3 {
		 	font-size: 11pt;
		 	font-weight: bold;
		 	color: #e0b824;
		 }
		 
		 #LeftCol p {
		  	font-size: 11pt;
		 	font-weight: normal;
		 	padding-bottom: 30px;
		 }
		 
		 #LeftCol p.smaller {
		 	font-size: 9pt;
		 }			 
		 
		 h3 {
			text-indent: 6px;
			padding-top: 10px;
		 }
		 
		 
		 h3.About {
		 	width: 350px;
		 	height: 40px;
		 	background: url('IMG/sct_About.jpg')no-repeat left top;
		 }
		 
		 h3.Services {
		 	width: 350px;
		 	height: 40px;
		 	background: url('IMG/sct_Services.jpg')no-repeat left top;
		 }
		 
		 
		 h3.Catalog {
		 	width: 350px;
		 	height: 40px;
		 	background: url('IMG/sct_Catalog.jpg')no-repeat left top;
		 }
		 
		 
		 h3.Contact {
		 	width: 350px;
		 	height: 40px;
		 	background: url('IMG/sct_Contact.jpg')no-repeat left top;
		 }	
		  		 		
		 
		 
	 
	 #RightCol {
	 	position: relative;
	 	float: left;
	 	width: 270px;
	 	padding-left: 80px;
	 }
	 
	 
		  #RightCol h4 {
		 	font-size: 10pt;
		 	font-weight: bold;
		 	color: #e0b824;
		 }
		 
		  #RightCol p {
		  	font-size: 9pt;
		 	font-weight: normal;
		 }
		 
		 #Why {
		 	border-top: #992220 solid 1px;
		 	border-bottom: #992220 solid 1px;
		 	margin-bottom: 20px;
		 }
		 
		 #Why p {
		 	font-size: 12pt;
		 	text-align: center;
		 	padding: 4px 0px;
		 }
		 
		 
		 
	#Footer {
	 	position: relative;
	 	float: left;
	 	width: 700px;
	 }
	 
	 #Footer p {
	 	text-align: center;
	 	font-size: 8pt;
	 	color: #992220;
	 	padding-top: 50px;
	 
	 }
		 
