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

body {
	position:relative;
	height:100%;
	background-color:#ffffff;
	background-image:url(images/background/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top center; 
	margin:0px;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	/*border:1px solid #999999;*/
}
/* ***************************************************************************** */
/* Top */
#top {
	position:relative;
	height:36px;
}
#name {
	position:relative;
	float:left;
	padding-top:10px;
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;	
	color:#ffffff;
	font-size:18px;
}	
#search {
	position:relative;
	float:right;
	padding-top:5px;
}
form {
	padding:0px;
	margin:0px;
}
input.top {
	background-color:#ffffff;
	color: #3f5c82;
	border: 1px solid #999999;
	height:16px;
	font-size:11px;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	width:960px;
	height:132px;
	margin-top:5px;
	text-align:left;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:26px;
	z-index:10;
}
/* ***************************************************************************** */
#content {
	position:relative;
	padding:15px 0px;
}
#content h1 {
	text-transform:uppercase;
	}
#left_column {
	position:relative;
	float:left;
	width:800px;
}	
#right_column {
	position:relative;
	float:right;
	width:135px;
	padding-top:46px;
}
#right_content{
	font-size:11px;
	line-height:normal;
}
#right_content p{
	font-size:11px;
	line-height:16px;
}


/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	border-top:1px solid #d2d2d1;
	padding:10px 0px;
}
#plujo {
	float:right;
	font-size:11px;
	color:#797b7c;
	}
/* ***************************************************************************** */
/* MISCELLANEOUS*/
#clear_column {clear:both;}
h1 {font-weight:normal}
:focus {outline:none}