/*
      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: 14px;
	background-color: #666666
	
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	height: 130px;
	margin: 10px 0px 0px;
	background: #FFFFFF;
}
#navigation {
	float: left;
	width: 900px;
	color: #CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	background: #90021C;
	text-transform: none;
	letter-spacing: .2em;
	word-spacing: normal;
	font-weight: 500;
	text-decoration: none;
}
#leftcolumn {
	border: 1px solid #ccc;
 background-image:url(../images/hair.jpg)
 margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 370px;
	width: 220px;
	float: left;
}
#rightcolumn {
	float: right;
	color: #333;
	border: 1px solid #ccc;
	background: #F2F2E6;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 350px;
	width: 678px;
	display: inline;
	background-image: url(images/Red-Background-2.jpg);
}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	border: 1px solid #ccc;
	background: #90021C;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 500;
	color: #CCCCCC;
	text-decoration: none;
}
.nav:hover { color:#FFFFFF;
}
.footerTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCCCC;
}
