body {
	margin:0 0 20px 0;
	padding:0;
	color:#ccc;
	background:url("images/bg_top.jpg");
	}
	
a, a:hover, a:visited {
	text-decoration:none;
	}
img {
	margin:0;
	padding:0;
	border:none;
	}
	
/*----------------------*/

#top {
	width:100%;
	height:230px;
	background:url("images/bg_top.jpg");
	min-width:1081px;
	}
	#header {
		width:562px;
		height:230px;
		}
	#menu {
		width:256px;
		height:78px;
		padding:0 0 0 220px;
		}
#top_border {
	width:100%;
	height:12px;
	background:url("images/bg_darkbrown.jpg");
	min-width:1081px;
	}
#main {
	width:100%;
	min-width:1081px;
	height:auto;
	background:url("images/bg_main.jpg");
	}
	#container {
		width:1081px;
		height:auto;
		min-height:570px;
		}
		#left_column {
			width:485px;
			float:left;
			height:auto;
			text-align:left;
			padding:78px 0 55px 70px;
			}
			#form_holder {
				width:400px;
				margin:8px 40px 0 0;
				}
			.field {
				font-size:12px;
				font-family:trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
				line-height:20px;
				color: #DDB06C;
				background-color:#492B23;
				height:24px;
				border:1px solid #492B23;
				margin: 0 0 10px 0;
				}
			.message {
				font-size:12px;
				font-family:trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
				line-height:15px;
				height:187px;
				width:400px;
				color: #DDB06C;
				background-color:#492B23;
				border:1px solid #492B23;
				overflow:auto;
				}
	
			.send {
				font-size:12px;
				font-family:trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
				line-height:15px;
				background:url("images/buttons/default/trimitere.jpg");
				border:none;
				height:36px;
				width:119px;
				margin:5px 0 0 0;
				}

			.send:hover {
				font-size:12px;
				font-family:trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
				line-height:15px;
				background:url("images/buttons/hover/trimitere.jpg");
				border:none;
				height:36px;
				width:119px;
				margin:5px 0 0 0;
				cursor:pointer;
				}
			#message_status {
				width:260px;
				float:left;
				font-family:Arial, Helvetica, sans-serif;
				color:#DDB06C;
				font-size:14px;
				font-weight:600;
				text-align:left;
				margin:10px 0 3px 0;
	            }
		#right_column{
	 		width:481px;
			float:right;
			height:462px;
			background:url("images/bg_right_column.jpg") no-repeat top left;
			}
			#title {
				width:142px;
				height:50px;
				margin:65px 0 0 50px;
				}
			#photo {
				width:395px;
				height:316px;
				border:#fff 5px solid;
				background:#000;
				margin:15px 0 0 60px;
				}
			#contact_details {
				width:310px;
				height:auto;
				margin:35px 0 0 62px;
				}
	.regulator {clear:both;}
#bottom_border {
	width:100%;
	height:5px;
	background:url("images/bg_darkbrown.jpg");
	min-width:1081px;
	}
#footer {
	width:100%;
	height:81px;
	background:url("images/bg_footer.jpg");
	min-width:1081px;
	clear:both;
	}
	#f_holder {
		width:900px;
		height:50px;
		padding:25px 0 0 75px;
		}
	#f_menu {
		width:135px;
		height:33px;
		float:left;
		}
	#f_notes {
		width:360px;
		height:30px;
		margin:5px 0 0 0;
		float:right;
		}
		
/*-------------------------------------------------------------*/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#DDB06C;
	font-size:13px;
	line-height:17px;
	font-weight:200;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#DDB06C;
	font-size:15px;
	}
h3 {
	margin: 0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#DDB06C;
	font-size:15px;
	line-height:17px;
	font-weight:600;
	}	
	
label {
	float: left;
	text-align: right;
	margin-right: 2px;
	width: 136px;
	padding-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#DDB06C;
	font-size:18px;
}
.field_name_message {
	font-family:Arial, Helvetica, sans-serif;
	color:#DDB06C;
	font-size:14px;
	font-weight:500;
	text-align:left;
	margin:0 0 3px 0;
	}
.f_notes_style {
	font-family:Arial, Helvetica, sans-serif;
	color:#492B23;
	font-size:11px;
	line-height:13px;
	}
.f_notes_style a, a:visited {
	color:#492B23;
	}
.f_notes_style a:hover {
	color:#492B23;
	border-bottom:#492B23 1px dotted;
	}
	IEroot .f_notes_style a:hover {
		color:#492B23;
		text-decoration:underline;
		}