/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	font-size: 12px;
	color: #821b00;
	background: #ffffff;
	text-align: center;
}

.hidden {
	display: none;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

h2 {
	font-size: 150%;
	color:#FFFFFF;
}
h2 a {
	font-size: 15px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}


h3 {
	font-size: 130%;
	font-weight: bold;
}

/* PAGE CONTAINER */
#page-container {
	width: 1000px;
	margin: auto;
	text-align: left;
}



/* HEADER */
#header {
	width:1000px;
	height: 333px;	
	background:url(../images/pixel_top_right.jpg);
}
#header_a_left {
	float: left;
	width: 260px;
}
#header_a_right {
	margin-left: 260px;
}
#header_a_b_left {
	float: left;
	width: 720px;
}
#header_a_b_right {
	margin-left: 720px;
}



/* PAGE CONTENT */
#pag_content {
	width:1000px;
	background:#fcf6f0;
}
#pag_content_a_left {
	float: left;
	width: 260px;
	background:url(../images/back_menu.jpg);
}
#pag_content_a_left .padding {
	padding:20px 5px 10px 25px;
}
#pag_content_a_right {
	margin-left: 260px;
}
#pag_content_a_b_left {
	float: left;
	width: 720px;
}
#pag_content_a_b_left .padding {
	padding:5px 5px 5px 25px;
}
#pag_content_a_b_right {
	margin-left: 720px;
}


/* FOOTER */
#footer {
	clear: both;
	height:150px;
	background:url(../images/back_footer.gif);
	text-align:center;
}

#footer a {
	color: #e4bdae;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;	
}
#footer_links_div {
	padding:32px 0px 0px 0px;
	color:#e4bdae;
}
#footer_webdesign_div {
	padding:32px 0px 0px 0px;
	color:#e4bdae;
}

.link_menu_bold {
	color:#9b2206;
	font-weight:bold;
	text-decoration:none;
}
.link_menu_bold:hover {
	color:#f18007;
	text-decoration:underline;
}
.div_link_menu {
	color:#9b2206;
	text-decoration:none;
	padding:3px 0px 0px 30px;
}
.div_link_menu2 {
	color:#9b2206;
	text-decoration:none;
	padding:3px 0px 0px 50px;
}
.link_menu {
	color:#9b2206;
	text-decoration:none;
}
.link_menu:hover {
	color:#f18007;
	text-decoration:underline;
}
.titlu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}
.back_home_jos{
	background:url(../images/back_home_jos.jpg);
	width:700px;
	height:189px;
}
.img_border {
	border:1px #FFFFFF solid;
}
.td_color_padding {
	color:#FFFFFF;
	padding:0px 0px 0px 14px;
}
.td_link {
	color:#FFFFFF;
	text-decoration:none;
}
.td_link:hover {
	color:#f18007;
	text-decoration:underline;
}
.next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.next1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.fieldx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
}
.submitx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #80b608;
	border: 1px solid #d1d1d1;
}
