/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */

body {
	position:relative;
	height:100%;
	background-color:#000000;
	margin:0px;
}
#main {
	position:relative;
	background-color:#ffffff;
	background-image:url(images/background/background.jpg); /** Background Image **/
	background-repeat:repeat-x; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin:0px;
	padding:0px;
}
#header_container {
	position:relative;
	width:1080px;
	margin:0 auto;
	
}
#header {
	width:960px;
	margin:0 auto;
}
#content_container {
	position:relative;
	width:960px;
	margin:auto;
	margin-bottom:0px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	width:940px;
	height:30px;
	background:url(images/background/menubg.jpg) top center no-repeat;
	padding-left:20px;
	z-index:500;
}
#subMenu {
	height:25px;
	border-top:1px solid #afa35e;
	border-bottom:1px solid #afa35e;
	width:950px;
	margin-left:0px;
	padding-top:5px;
	}
/* ***************************************************************************** */
/* LOGO */
#logo {
	float:left;
	width:290px;
	padding-left:30px;
	padding-top:46px;
	text-align:center;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	float:right;
	width:580px;
	padding-right:12px;
	padding-top:37px;
}
/* ***************************************************************************** */
/* COLUMNS */
#left_column {
	position:relative;
	width:80px;
	padding-top:10px;
	float:left;
}
#right_column {
	position:relative;
	width:880px;
	padding-top:10px;
	margin:auto;
	float:left;
}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* CONTENT */
#content p {
	line-height:20px;
	}
#content {
	min-height:500px;
	height:auto !important;
	height:500px;
	}

/* ***************************************************************************** */
/* FOOTER */
#footer_container {
	background:url(images/background/footerbg.gif) top center no-repeat;
	height:165px;
	margin:0px;padding:0px;
	}
#copy {
	position:relative;
	width:960px;
	position:relative;
	clear:both;
	padding-bottom:10px;
	}
#footer {
	position:relative;
	margin:0 auto;
	width:960px;
	padding-top:160px;
	}
#plujo {
	float:right;
	color:#ffffff;
	font-size:11px;
	padding-top:2px;
	}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	width:340px;
	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;
}
/*MISCELLANEOUS*/
:focus {outline:none;}
h1	{font-weight:normal;}
#line {border-top:1px solid #00663a;padding-bottom:6px;}

/*SESSIONS*/
a.sessions:link,
a.sessions:visited,
a.sessions:hover {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	cursor:pointer;cursor:hand;
	}
.line {height:2px;margin:2px;border-bottom:1px solid #cccccc;}
.form-heading {margin:2px 0px;padding:2px;border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;background-color:#f0f8ff;color:#2f4b29}
input, textarea {border:2px solid #e4e5e7}

.button{
   padding:0 .25em 0 .25em;
   width:auto;
   overflow:visible;
}
 

