html, body {
	height: 100%;
	}

body {
	background-image: url(images/background.jpg);
	margin: 0;
	padding: 0;
}


#container
{
	width: 900px;
	height: 80%;
	margin: 0 auto;
}

#lCol {
	float: left;
	width: 240px;
	text-align: center;
	padding-top: 35px;
}

#rCol {
	float: left;
	width: 660px;
	height: 100%;
	padding: 20px 0 20px 0;
}

#footer {
	padding: 5px 0;
	width: 660px;
	text-align: left;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 20px 0 0 0;
	float: right;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}

/* NAVIGATION BUTTONS */
.cssnav	{
						position:relative;
  						font-family:"Trebuchet MS", trebuchet, Arial, Swiss, Helevetica, sans-serif;
						background-image:  url(http://www.wesleyalmond.com/images/button_hover.gif);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 170px;
						height: 32px;
						margin: 0 40px 0 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						font-size: .9em;
						width: 170px;
						height: 32px;
						display: block;
						float: left;
						color: #FFFFFF; 
						text-decoration: none;
			}

			.cssnav img {width: 170px; height: 32px; border: 0; }
#clear {
	clear: both;
}
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						right: 15px;
						top: 7px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 170px;
						height: 32px;
						text-align: right;
			}
			
				html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}

#rCol2 {
	float: left;
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.6em;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

h1 {
	font-size: 1.4em;
	font-family: "Lucida Grande", Verdana, Arial;
}
.highlight {
	color: #FF0000;
}
#container #rCol2 a {
	color: #999999;
}
#container #rCol2 a:hover {
	color: #D90E0E;
}
