/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	position:relative;
	height:100%;
}
body {
	position:relative;
	height:100%;
	background-color:#ceca96; /** Background Color **/
	background-image:url(../images/bg_top.jpg); /** Background Image **/
	background-repeat:repeat-x; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin:10px; /** Site Margin **/
}
#container_1 {
	position:relative;
	width:812px;
	margin:auto;
	background-color:#FFFFFF;	
}
#container_2,#container_3 {
	position:relative;
}
#container_4 {
	position:relative;

}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:56px;
	width:100%;
	background-color:#FFFFFF;
	margin-bottom:0px;
	text-align:center;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:32px;
	z-index:10;
	margin-bottom:0px;
}
/* ***************************************************************************** */
/* COLUMNS */
#left_column {
	position:relative;
	width:688px;
	height:auto;
	text-align:left;
	float:left;
	background-image:url(../images/gradientback.jpg); /** Background Image **/
	background-repeat:repeat-x;
	padding:15px;
	padding-top:30px;
}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding:0px;
	margin-top:10px;
	margin-bottom:0px;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	width:150px;
	height:60px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding-bottom:30px;
	color:#FFFFFF;
}
#content {
	margin:auto;
	width:688px;
}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu {
	padding:5px;
	height:20px;
	background-color:#555555;
	text-align:center;
}
.top_menu_div {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.top_menu_link {
}
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:hover,
.top_menu_link:active {
	color:#FFFFFF;
}