/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: "Century Gothic";
	font-size: 13px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	color: #FFF;
}
#wrapper {
	margin: 0 auto;
	width: 979px;
	background-image: url(../images/wrap-shadow.png);
}
#header {
	width: 979px;
	height: 435px;
	background-image: url(../images/hightek-auto_02.png);
}
#menu {
	width: 979px;
	color: #333;
	height: 95px;
	margin-bottom: 0px;
}
#content {
	width: 879px;
	height: auto;
	background-image: url(../images/content-repeat.png);
	padding-right: 50px;
	padding-left: 50px;
}
#footer {
	width: 979px;
	color: #FFF;
	background-image: url(../images/hightech-auto-footer_03.png);
	height: 69px;
	margin-top: 15px;
	clear:both;
}
#leftcolumn { 
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: auto;
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: right;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: auto;
 width: 625px;
 display: inline;
 position: relative;
}

#rightcolumn a {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	color: #7A0C25;
	text-align: left;
}
#opt a {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
#opt a:hover {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}

.bodytxt{
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
h2 {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #FF0;
	text-align: left;
}

h1 {
	background-image: url(../images/bullet.png);
	text-indent: 26px;
	background-repeat: no-repeat;
	background-position: 3px;
}

#leftcolumn a {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #FF0;
	text-align: left;
}
#footerpos  {
	padding-top:8px;
}
#footerpos a {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}


