/* 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 **/
}
#top {
	position:relative;
	width:960px;
	margin:0 auto;
	}
#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	width:960px;
	background-image:url(images/background/logobg.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	padding-top:15px;
	color:#FFFFFF;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:35px;
	z-index:10;
	background-color:#203819;
	margin-top:0px;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:270px;
	width:948px;
	background-color:#3f291c;
	border:2px solid #5d3c28;
	padding:4px;
}
/* ***************************************************************************** */
/* COLUMNS */
#content {
	/*position:relative;*/
	background-image:url(images/background/contentbg.gif);
	background-repeat:repeat-y;
	background-position:top;
	background-color:#ffffff;
	height:100%;
	margin-bottom:20px;
}
#right_column {
	position:relative;
	width:212px;
	float:right;
	height:auto;
	padding-top:5px;
	text-align:center;
}
#left_column {
	position:relative;
	width:720px;
	padding:10px;
	margin:auto;
	float:left;
	height:auto;
}
.clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer_container {
	position:relative;
	margin:0 auto;
	width:960px;
	}
#footer {
	position:relative;
	background-color:#171006;
	padding:10px;
}
#plujo {
	float:right;
	color:#462f20;
	font-size:11px;
	padding-top:5px;
		}
/* ***************************************************************************** */
/* 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%;
}
/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu {
	padding:5px;
	height:20px;
	background-color:#555555;
	text-align:center;
}
.top_menu_div {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.top_menu_link {
}
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:hover,
.top_menu_link:active {
	color:#FFFFFF;
}
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;}

