/* FORMATTING */
form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

p {
	margin: 0;
	padding: 0;	
}

#main{
	width: 940px;
	margin:0 auto;
}

#SEO{

}

#header {

}

#top-nav  {
	float:left; 
	position:absolute; 
	margin:17px 0 0 801px; 
	font-size: 11px;
	color: #2E521F;
	text-decoration:none;
	font-weight:bold;
}

#top-nav a {
	font-size: 11px;
	color: #2E521F;
	text-decoration:none;
	font-weight:bold;
}

#top-nav a:hover {
	text-decoration: underline;
}

#top-nav-links {
	width: 135px; 
	float:left; 
}

#content-background {
	border-top: 1px solid;
	border-color: #FFFFFF;
	background-color:#FFFFFF;
	background-image:url(../media/tmp_bg_side.gif);
	background-position:right;
	background-repeat:repeat-y;

}

#content-container {
	float: left;
	width: 721px;	
	background-color:#FFFFFF;
	/*min-height:600px;
	_height: 600px;*/ /*THIS IS USED SO THE MIN-HEIGHT WORKS IN IE*/
}

#content-header-image {

}

#content {	
	padding: 16px 61px 37px 51px;
	background-image: url(/media/tmp_img_shadow.jpg);
	background-position:right top;
	background-repeat: no-repeat;
}

#side-content {
	/*margin: 0 0 0 721px;*/
	width: 219px;
	float: right;
	padding:0;
	background-image:url(../media/tmp_bg_side.gif);
}

#sidenav {
	width:173px;
	margin-left: 22px;
	text-align:left;
}

.nav_row {
	background-color:#FDFDFF;
	background-image:url(/media/tmp_bg_subnav.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-right:5px;
	padding:4px 10px 0px 10px;
	width: 148px;
}

.nav_row_top {
	background-image:url(/media/tmp_bg_subnav_top.jpg);
	background-repeat:no-repeat;
	/*height:20px;*/
	padding:15px 10px 0px 10px;
	width: 160px;
}


#side-browse-gallery {
	float:left;
	position:absolute;
	margin:270px 0 0 -8px;
	text-align:right;
}

#side-apply {
	margin:195px 0 0 0;
}

#footer {
	clear: both;
	font-size: 10px;
	color: #747474;
}

#footer a {
	font-size: 10px;
	color: #747474;
	text-decoration: none;
}

#footer a:hover {
	font-size: 10px;
	color: #747474;
	text-decoration: underline;
}

#footer-links {
	width: 520px; 
	float:left; 
	text-align:right;
}

#footer-text {
	margin:0 0 0 520px;
}

#footer-leaves {
	float:left; 
	margin:0 6px 0 6px;
}

.clear {
	clear: both;
}


