/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	background-color:#ffffff; /** Background Color **/
	background-image:;
	background-repeat:repeat-x;
	background-position:top;
	margin:1px; /** Site Margin **/
	margin-bottom:10px;
}
#container_1 {
	position:relative;
	width:699px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background-color:#FFFFFF;
	z-index:2;
}
#container_2 {
	width:699px;
	position:relative;
	padding:0px;
	margin:0px;
}
#container_3 {
	position:relative;
	width:693px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	border:none;
	border:3px solid #b8b6db;
	z-index:1;
}
#container_4 {
	width:693px;
	position:relative;
	margin:auto;
	background-color:#FFFFFF;
	background-image:url(../images/fade_top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	border:1px solid #ffffff;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:270px;
	width:699px;
	padding:0px;
	margin:0px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:39px;
	z-index:10;
	background-image:url(../images/background_menu.jpg);
	padding:0px;
	margin:0px;
}
/* ***************************************************************************** */
/* COLUMNS */
#left_column {
	position:relative;
	float:left;
}
#middle_column {
	position:relative;
	width:445px;
	padding:10px;
	margin:auto;
	float:left;
	border-right:1px dotted #999999;
}
#right_column {
	width:200px;
	padding:5px;
	float:right;
}
#clear_column {
	clear:both;
}
#content {
	padding:5px;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding:15px;
	margin-top:10px;
	background-image:url(../images/background_footer.jpg);
	height:58px;
}
/* ***************************************************************************** */
/* 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%;
}
