/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	background-color:#000000; /** Background Color **/
	background-image:url(images/styles/css_11_styles.jpg); /** Background Image **/
	background-repeat:repeat-x; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin-top:20px;
	margin-bottom:50px;
}
form {
	margin:0px;
	padding:0px;
}
#container_1 {
	position:relative;
	width:820px;
	margin:auto;
	background-color:#FFFFFF;
	border:1px solid #999999;
	background-image:url(images/styles/css_22_styles.jpg); /** Content Background **/
	background-repeat:repeat-x; /** Content Background Repeat **/
	background-position:bottom; /** Content Background Position **/
}
#container_2,#container_3 {
	position:relative;
}
#container_4 {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	width:800px;
	height:159px;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:absolute;
	top:0px;
	right:0px;
	height:115px;
	background-color:#005395;
}
#text {
	position:absolute;
	top:125px;
	left:0px;
	width:800px;
	height:44px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	z-index:10;
	background-image:url(../images/menu-background-off.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#menu_inside {
	height:40px;
	width:760px;
	margin:auto;
}
/* ***************************************************************************** */
/* COLUMNS */
#content {
	position:relative;
}
#left_column {
	position:relative;
	width:180px;
	padding:10px;
	float:left;
}
#middle_column {
	position:relative;
	width:595px;
	padding:10px;
	margin:auto;
	float:right;
}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding:10px;
	margin-top:10px;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:115px;
}
/* ***************************************************************************** */
/* 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%;
}
