﻿/*
      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: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #4D0000;
}
a img, :link img, :visited img {border: 0}
a {
	color: #000000;
	outline: none;
	font-weight:600;
	font-style: normal;
	text-decoration: none;
    	
}
	a:hover {
	color: #811701;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	background-color: #F2F2E6;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #811701;
	border-right-color: #811701;
	border-bottom-color: #811701;
	border-left-color: #811701;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
a:active   {

	border-style: none;
}

#wrapper {
	margin: 0 auto;
	width: 922px;
 background: #F2F2E6;
}
#header {
	color: #F2F2E6;
	float: none;
	padding: 0px;
	border: 0px solid #ccc;
	margin: 0px;
	background: #530000;
	background-position: center;
	background-image: url('images/mustangs-free2.jpg');
	height: 290px;
	background-repeat: no-repeat;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 min-height: 600px;
 width: 678px;
 float: left;
}

.lref {
	color: #000000;
	outline: none;
	font-weight:600;
}
.lref hover {
	color: #FFFF00;
	font-weight: 600;

}


#rightcolumn {
	float: right;
	color: #333;
	border: 1px solid #ccc;
	background: #D3B49A;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	min-height: 800px;
	width: 200px;
	display: inline;
}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	border: 1px solid #ccc;
	background: #D3B49A;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

.BullitLine {
	text-align: center ;
	width: 678px;
	min-width: 678px;
	background: #D3B49A;

}
