/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

body {
	background: #CE9E6B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	scrollbar-base-color: #CE9E6B;
	scrollbar-arrow-color: #CE9E6B;
}
.form_field {

	background: #CE9E6B;
	direction:rtl;
	border: #CE9E6B;
	}

/*---------------- Main structure --------------*/

#container {
	width: 885px;
	font-size: 1.2em;
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/header.jpg);
	height: 288px;
	margin-top: 0px;
}

#sideheader {
	background-image: url(images/sideheader.jpg);
	height: 576px;
	width: 145px;
	position: absolute;
	left: 740px;
	top: 0px;
}

#left_column {
	width: 180px;
	margin-top: 0px;
	float: left;
	background-image: url(images/left_column.jpg);
	background-repeat: no-repeat;
	margin-left: 70px!important;
	margin-left: 35px;
}

.left_column_boxes {
	border: 1px dotted #AA8661!important;
	border: none;
	padding: 3px;
	margin-bottom: 20px;
}

#content {
	padding-right: 150px;
	margin-left: 295px;
}
			
#footer {
	padding: 20px;
	clear: both;
}
			
/*-----------TEXT FORMATTING------------- */

p {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #814F2C;
}
   
p.center {
	text-align: center;
	font-size: 0.8em;
}

h1 {
	font-size: 44px;
	color: #55311B;
}


   
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	color: #55311B;
	text-align: center;
}

h4 {color: #55311B;
margin-bottom: 15px;
}





dl {
	font-size: 0.8em;
	margin-top: 0px;
}

dt {
	font-size: 1.2em;
	margin-bottom: 3px;
	color: #666600;
}

dd {
	margin-bottom: 15px;
	color: #814F2C;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
}



/*-------------- Navigation --------------*/

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color:#55311B;
	text-decoration: none;
}


.sub {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color:#55311B;
	text-decoration: none;
}
.sub:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#000000;
}


.book {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color:#55311B;
	text-decoration: none;
}
.book:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color:#000000;
}

/*------------ Contact form -----------------*/

label {
	font-style: italic;
}

form.contact_us {
	width: 170px;
}

input.fields_contact_us {
        display: block;
        width: 170px;
        background: url(images/menu_hover.png)!important;
		background: none;
		border-top: 1px solid #C0935C;
		border-left: 1px solid #C0935C;
		border-bottom: 1px solid #D9B17D;
		border-right: 1px solid #D9B17D;
		margin-top: 3px;
	    margin-bottom: 3px;
}

.textarea {
          width: 170px;
          background: url(images/menu_hover.png)!important;
		  background: none;
		  border-top: 1px solid #C0935C;
		  border-left: 1px solid #C0935C;
		  border-bottom: 1px solid #D9B17D;
		  border-right: 1px solid #D9B17D;
		  display: block;
          margin-top: 3px;
}

.submit_button_contact {
	margin-top: 15px;
	width: 100%;
	padding: 2px;
	background: none;
	cursor: pointer;
	color: #55311B;
	border: none;
	font-size: 1.8em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}


td {
	border-width: 1px;
	padding: 5px;
	border-style:solid;
	border-color:#946139;
}
.th {
	border-width: 1px;
	padding: 5px;
	border-style:solid;
	border-color:#946139;
}
.main_heading {
	font-size: 44px;
	color: #55311B;
}
   
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	color: #55311B;
	text-align: center;
}
.sub_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #55311B;
}
.tag_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #55311B;
	background-color:#CE9E6B;
}

