﻿/*
      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-attachment: fixed;
	background-image: url(../images/230040_l.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-align: justify;
}
#wrapper { 
 margin: 0 auto;
 width: 819px;
}
#header {
	width: 799px;
	color: #333;
	height: 303px;
	background-image: url(../images/countryclubcondos02_02.png);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header-home {
	width: 799px;
	color: #333;
	height: 303px;
	background-image: url(../images/countryclubhomes_02.png);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#navigation {
 width: 799px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
}
#homelogo{
	position: relative;
	top: 75px;
	left:60px;
	clear:both;
	height: 125px;
	width: 150px;
}
#content {
	width: 799px;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
	float:left;
	background-image: url(../images/countryclubcondos02_04.png);
	background-repeat: repeat-y;
}
#footer {
	width: 799px;
	height:142px;
	color: #333;
	background-image: url(../images/countryclubcondos02_05-cc.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear:both;
}
#footer a{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
}

div#box{
	width: 50em;
	padding: 20px;
	margin:0 auto;
	color:#000;
	background-color: #F0F0F0;
}
div#box2{
	width: 50em;
	padding: 20px;
	margin:0 auto;
	color:#FFF;
	background-color: #FEBF01;
	font-size: 13px;
	font-weight: bold;
}
div#box2 a{
	color: #356AA0;	
}


div#menu{
	float:left;
	width: 100%;
	padding-top:75px
}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{margin-left: 320px;width:650px}
ul#nav li{float:left;margin-right: 3px;text-align: center}
ul#nav a{float:left;width: 7em;padding: 5px 0;background: #E7F1F8;text-decoration:none;color: #666}
ul#nav a:hover{background: #FFA826;color: #FFF}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #003}

.border{
	border: 2px solid #FEBF01;
}

.border-red{
	border: 2px solid #C00;
}

#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 500px;
 width: 60%;
 float: left;
}
#rightcolumn {
	float: right;
	color: #333;
	padding: 10px;
	height: auto;
	width: 280px;
	display: inline;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.floatleft {
	float:left;
	margin:10px;}
	
	
#opt {
	text-align:center;
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	}
