/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	position:relative;
	height:100%;
	background-color:#ffffff; /** Background Color **/
	background-image:url(images/background/background.gif); /** Background Image **/
	background-repeat:repeat; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin-top:100px;
}
#container_1 {
	position:relative;
	width:961px;
	margin:auto;
	}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	width:961px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
}

/* ***************************************************************************** */
/* COLUMNS */
#content {
	width:961px;
	height:400px;
}

.content_text {
	position:relative;
	padding:10px;
	width:790px;
	clear:both;
	color:#ffffff;
	margin-top:-20px;
}

.content_text_inner, .content_text_inner p {
	color:#9d8b7e;
	text-align:left;
}



.clear_column {clear:both;}
/* ***************************************************************************** */
/* FOOTER */

#footer {
	position:relative;
	background-color:#171006;
	padding:10px;
	width:790px;
	clear:both;
}

#plujo {
	float:right;
	color:#462f20;
	font-size:11px;
	padding-top:5px;
		}

p	{font-size:12px;}
:focus {outline:none;}
h1 {font-weight:normal;}
#line {border-top:1px solid #284121;height:20px;}
#content img {border:1px solid #284121;}



