/* --------------------------------------------- LAYOUT ITEMS ------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------*/
.clear{
	clear:both;
}


body {
	text-align:center;
	background-color:#7F9067;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color:#666666;
}

#container {
	width:700px;
	height:auto;
	margin: 0 auto;
	background-image:url(../images/background.gif);
	background-attachment:inherit;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-align:left;
}

#nav{
	width:680px;
	height:113px;
	margin-left:20px;
}

#leftspacer{
	width:350px;
	height: 500px;
	float:left;
}

#rightcolumn{
	width:300px;
	padding:15px;
	background-color:#FCF3F9;
	float:left;
}


/* --------------------------------------------- END OF LAYOUT ITEMS ------------------------------------------

/* Fonts and styles.... */
a:visited, a:link{
color:#F199AD;
text-decoration:underline;
}

a:hover{
color:#000000;
text-decoration:underline;
}
