/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	position:relative;
	height:100%;
}
body {
	position:relative;
	height:100%;
	margin:0px;
	background-color:#2b2b2b;
}
#container_1 {
	background-color:#000000; /** Background Color **/
	background-image:url(images/styles/css_15_styles.jpg); /** Background Image **/
	background-repeat:no-repeat; /** Background Repeat **/
	background-position:top; /** Background Position **/
}
#container_2 {
	position:relative;
	width:734px;
	margin:auto;
	background-color:;
	border:none;
	background-image:url(images/styles/css_25_styles.jpg); /** Content Background **/
	background-repeat:repeat-x; /** Content Background Repeat **/
	background-position:bottom; /** Content Background Position **/
}
#container_3,#container_4 {
	position:relative;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	width:208px;
	height:40px;
	padding-bottom:210px;
}
#header_date {
	width:208px;
	padding-top:12px;
	padding-bottom:12px;
	background-color:#000000;
	color:#5cb9ed;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#header_edge {
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:183px;
	width:480px;
	background-color:#000000;
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:35px;
	border-bottom:1px dotted #999999;
	z-index:10;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* COLUMNS */
#left_column {
	position:relative;
	width:208px;
	float:left;
}
#left_menu {
	width:208px;
	background-color:#000000;
	margin-bottom:18px;
}
#left_html {
	width:208px;
	background-color:#2b2b2b;
}
#middle_column {
	position:relative;
	width:480px;
	padding:9px;
	margin:auto;
	float:right;
	background-color:#000000;
}
#content_inside {
	padding:20px;
}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	background-image:url(../images/footer_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:115px;
	width:734px;
	margin:auto;
}
#footer_logo {
	position:absolute;
	top:5px;
	left:19px;
	width:208px;
	background-color:#FFFFFF;
	height:110px;
}
#footer_logo_inside {
	position:absolute;
	top:20px;
	left:36px;
}
/* ***************************************************************************** */
/* EXCERPTS */
input,
textarea,
select {
	border:1px solid #c1c1c1;
	background-color:#000000;
	color:#c1c1c1;
	margin:0px;
}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
.breadcrumbs {
	font-size:10px;
}
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:hover,
.breadcrumbs a:active {
	font-size:10px;
	color:#ffffff;
}
/* ***************************************************************************** */
/* ERROR */
.error {
	color:#ffffff;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}