html,body{
	margin: 0;
	
	background-image: url(../../images/bg_page.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #631002;
}

img{
	border: 0;
}
	
a{
	color: #631002;
	cursor: pointer !important; 
	cursor: hand;
}

a.toolbar_links{
	color: #ffff00;
	text-decoration: none;
}

a.link_nounderline{
	text-decoration: none;
}
	
div#container_main{
	background-color: #FFFFFF;
	margin: auto;
	
	width: 1000px;
}

div#main_toolbar{
	height: 27px;
	padding: 8px 25px 0 25px;
	
	border-bottom: 1px #ffff00 dotted;
	background-color: #014101;
	color: #ffff00;
}

div#main_title{
	font-size: 27px;
	background-color: #014101;
	color: #ffff00;
	font-weight: bold;
	
}

div.title_content{
	padding: 10px 0 15px 40px;
}

div#main_header{
	height: 150px;
}

div#main_header_fade{
	border-bottom: 1px #631002 dotted;
	height: 150px;
	
	background-image: url(../../images/bg_header.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	
	display: none;
}

div#main_content{
	margin: 35px 30px 0 30px;
}

div#content_left{
	border-right: 1px #631002 dotted;
	width: 200px;

	float: left;
	clear: left;
}

div#bottom_spacer{
	height: 40px;
	clear: both;
}

div.left_menu{
	font-size: 15px;
	line-height: 130%;
	margin: 0 0 25px 0;
}

div.left_content{
	margin: 0 0 25px 0;
}

div#content_right{
	width: 710px;
	
	float: right;
	clear: right;
}

div#main_copyright{
	clear: both;
	
	text-align: center;
	padding: 35px 0 10px 0;
	
	color: #c7a9a4;
	font-size: 10px;
}

a#main_copyright{
	color: #c7a9a4;
}

div.harmonica{
	margin: 0 0 0 20px;
	font-style: italic;
	display: none;
}

div.toolbar_left{
	float: left;
	clear: left;
}

div.toolbar_right{
	float: right;
	clear: right;
}

div.content_title{
	font-size: 20px;
	
	margin: 0 0 15px 0;
}

div.content_pointer{	
	margin: 20px 0 0 0;
	text-align: right;
}

.left_address{
	font-size: 11px;
	font-style: italic;
}

div.contentAnnouncement{
	color: #FF0000;
	font-weight: bold;
}

.clearElement{
	width: 1px;
	height: 1px;
	clear: both;
}

/* Plugins CSS */
div.plugin_page_pageinfo{
	margin: -35px 0 0 0;
	float: right;
	
	color: #c7a9a4;
	font-style: italic;
}

a.plugin_page_pageinfo{
	color: #c7a9a4;
}

div.plugin_user_container{
	padding: 10px 0 10px 25px;
}

div.plugin_user_label{
	clear: left;
	float: left;
	
	width: 200px;
	
	font-weight: bold;
}

div.plugin_user_value{
	clear: right;
	float: left;
	margin: 0 0 0 25px;
}

div.plugin_user_signature{
	clear: both;
}

div.plugin_contactform_formLabel{
	font-weight: bold;
}

input.plugin_contactform_formField{
	margin: 0 0 10px 0;
	border: 1px dotted #631002;
	width: 400px;
	padding: 3px;
}

textarea.plugin_contactform_formField{
	margin: 0 0 10px 0;
	border: 1px dotted #631002;
	width: 400px;
	height: 200px;
	padding: 3px;
}
