/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	position:relative;
	height:100%;
}
body {
	position:relative;
	height:100%;
	background-color:#000000;
	margin:0px;
}
#container_1 {
	position:relative;
	width:100%;
	margin:auto;
	background-image:url(../images/background_content.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#container_2 {
	position:relative;
	width:100%;
	margin:auto;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#container_3 {
	position:relative;
	width:100%;
	margin:auto;
	background-image:url(../images/background_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#container_4 {
	position:relative;
	margin:auto;
	width:708px;
	padding:5px;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:210px;
	width:700px;
	background-color:#666666;
	margin:auto;
}
/* ***************************************************************************** */
/* COLUMNS */
#middle_column {
	position:relative;
	width:680px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin:auto;
}
#clear_column,
.clear {
	clear:both;
	height:15px;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	margin-top:0px;
}

input, textarea {
	border:1px solid #6c9289;
	background:#cccccc;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}