body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(../images/web-designs-bk.jpg);
	background-repeat: repeat-x;
}
.container {
	margin:0px auto; 
	position:relative;
	z-index:12;
	}
	
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	left:600px;
	z-index:1;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height:310px;
	width:458px;
	background:#515151 url(../images/birdy.jpg) no-repeat 241px 11px;
	border:1px solid #929191;
	display:none;
	color:#fff;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(../images/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span {
	display:none;
	font-size:12px;
	line-height:13px;
	padding-left:6px;
	color:#FFCC99;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	height:47px;
	width:211px;
	background:url(../images/contact_me.png);
	position:absolute;
	left:200px;
	bottom:-44px;
	cursor:pointer;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
h1 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	color: #517681;
	font-weight: lighter;
	line-height: 1.2em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	color: #6F7C1D;
}
h3 {
	font-size: 1.2em;
	font-weight: bolder;
	color: #9E6813;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7A8270;
}	
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:200px;
	background:#6d6d6d url(../images/contact_input.png) repeat-x top;
	color:#fff;
	border:1px solid #8a8a8a;
	height:15px;
	padding:2px 2px 0px;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border:2px solid #FFFFFF;
	background:#e5e5e5;
	text-transform:uppercase;
	color:#5C7076;
	font-weight:bold;
	height:37px;
	width:100px;
	cursor:pointer;
	float:left;
	margin-top:190px;
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 7px;
	padding-left: 16px;
	margin-left: 20px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {
	padding-left:4px;
	font-weight:bold;
	font-size: 10pt;
}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:204px;}

#dummycontent {padding-top:100px; height:900px; position:relative;}
.bottomlink {position:absolute; bottom:0;}
