/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	background-color:#ffffff; /** Background Color **/
	margin:1px; /** Site Margin **/
}
/* ***************************************************************************** */
/* HEADERS */
.h1 {
	margin-top:15px;
	margin-bottom:10px;
	border-bottom:2px solid #1766ff;
	height:29px;
	line-height:18px;
	background-color:#ffffff;
}
.h1 td {
	background-position:top;
	background-image:url(../images/header_background.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
/* ***************************************************************************** */
/* HEADER */
#header_1 {
	position:relative;
	height:250px;
	width:100%;
	background-color:#464646;
	border-bottom:3px #282828 solid;
	z-index:10;
}
#header_2 {
	position:relative;
	height:260px;
	width:920px;
	margin:auto;
}
#logo {
	position:absolute;
	top:15px;
	left:5px;
}
#phrase {
	position:absolute;
	left:500px;
	top:55px;
	text-align:right;
	width:400px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	margin:0px;
	padding:5px;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:absolute;
	top:10px;
	height:190px;
	width:910px;
	margin:auto;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:absolute;
	width:910px;
	height:40px;
	top:210px;
	margin:auto;
	z-index:10;
}
/* ***************************************************************************** */
/* CONTAINERS */
#container_1 {
	position:relative;
	width:910px;
	margin:auto;
	background-color:#FFFFFF;
	z-index:1;
	margin-top:10px;
}
#container_2,#container_3,#container_4 {
	position:relative;
}
/* ***************************************************************************** */
/* COLUMNS */
#right_column {
	position:relative;
	width:250px;
	padding:10px;
	float:right;
	background-image:url(../images/dotted.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
#middle_column {
	position:relative;
	width:610px;
	padding:10px;
	margin:auto;
	float:left;
}
#clear_column {
	clear:both;
}
#page_content {
	padding:15px 15px 15px 0;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	border-top:3px solid #282828;
	margin-top:10px;
	background-image:url(../images/footer_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
}
.side_snippet {
	padding:15px;
}
:focus {outline:none;}
