/* CSS Document */

body{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-image:url(../images/background.jpg);
 background-repeat:repeat-x;
 background-color:#fff;
 margin-top:0;
}

img {
	padding: 0;
	margin: 0;
}

h1 {
	color:#551e23;
	font-weight:bold;
	font-size: 16px;
	margin: 5px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #91824e;
}

h2 {
	color:#551e23;
	font-weight:bold;
	font-size: 13px;
	margin: 5px 0;
	padding: 0;
}


/* Header and Newsletter Styles */
#header{
 background-image:url(../images/logo-header.jpg);
 background-position:top left;
 width:100%;
 height:112px;
 
 color:#fff;
 font-size:10px;
}

#header input{
 
 font-size:10px;
 color:#000000;
 height:11px;
}

#header a{font-weight:bold;}

#newsletter{
 width:450px;
 float: right;
 text-align:right;
 color:#fff;
 padding:15px 0 0 0;
}


/* Containter */
#container{
	width:900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#seperator{
	width:890px;
	background-color:#91824e;
	line-height:18px;
	float: left;
	color: #3e0006;
	font-style: italic;
	font-size: 10px;
	padding-left: 10px;
}

#mid_back{
	float: left;
	background:url(../images/mid_back.gif) bottom left no-repeat #353f46;
	margin:0;
	padding:0;
	width:900px;
}

#middle_column{
	display: inline;
	float: left;
	width:672px;
	margin: 0 0 0 121px;
	background: url(../images/somerset.jpg) bottom left no-repeat #cec8b2;
	padding: 0;
}

#background_image {
	display: inline;
	float: left;
	width: 672px;
	background: url(../images/main_content_shadow_left.png) 0 0 repeat-y;
}

/* Menu  styles */
#left_column {
	float:left;
	width: 187px;
	margin: 0 0 0;
	padding: 0;
}

.menu{
	float:left;
	width: 187px;
	margin: 0;
	padding: 0;
}

.menu_down {
	float:left;
	width: 187px;
	padding: 0 0 12px 0;
	margin: 0;
	background: url(../images/tab_shadow_bottom.png) bottom left repeat-x;
}

/* Releax and assocaited styles*/
#relax{
	float: right;
	background: url(../images/relax.jpg) bottom right no-repeat #ffffff;
	width:485px;
	margin: 0;
	padding: 0 0 80px 0;
}

#mini_box{
	width:160px;
	font-size:9px;
	color:#000000;
	margin: 13px 0 0 107px;
}

#mini_box h2{
	color:#3e0006;
	font-size:10px;
	font-weight:bold;
	margin:0 0 2px 0;
	padding:0;
}

/* Nav Styles */

.menu_down #nav{
	width:187px;
	display:block;
	padding: 10px 0;
	margin: 0;
	color:#761415;
	background: #ffffff;
}

.menu #nav{
	width: 187px;
	display: block;
	padding: 10px 0;
	margin: 0;
	color: #761415;
	background: url(../images/divider.gif) bottom center no-repeat;
}

#nav li{
	list-style-type: none;
	width: 187px;
	display: block;
	padding: 0;
	margin: 0;
}

#nav li a{
	display:block;
	width: 155px;
	padding: 4px 0 4px 32px;
	font-size: 10px;
}


#nav li a#head{
	display:block;
	width: 155px;
	padding: 4px 0 4px 32px;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

#nav li a#down, #nav li a.down {
	color:#454f55;
	text-decoration: none;
}

#nav li a:hover{
	text-decoration: underline;
}

/* Link styles: red */
a.red:link    { text-decoration:none; color:#761415; }
a.red:visited { text-decoration:none; color:#761415; }
a.red:hover   { text-decoration:none; color:#454f55; }

/* Link styles: white */
a.white:link    { text-decoration:none; color:#fff; }
a.white:visited { text-decoration:none; color:#fff; }
a.white:hover   { text-decoration:underline; color:#fff; }

#lower_back{
  float: left;
  width: 900px;
  background: url(../images/lower_back.jpg) top left no-repeat;
  margin:0;
  padding:0;
  height:159px;
 }

#mid_foot{
 position:static;
 background-color:#232C31;
 background-image:url(../images/building.jpg);
 background-repeat:no-repeat;
 height:159px;
 width:672px;
 margin: 0 0 0 121px;
 
 font-size:10px;
 color:#8c8979;
}

/* Link Styles: blue */
a.blue:link {color:#119193; text-decoration:underline;}
a.blue:visited {color:#119193; text-decoration:underline;}
a.blue:hover{color:#119193; text-decoration:none;}

/* Footer Text */
#real_foot{
 float: left;
 background: url(../images/footer_background.jpg) top left repeat-x;
 width: 900px;
 height:110px;
 color:#ffffff;
 
}

#real_foot p {
	font-size: 10px;
	margin: 3px 0;
	text-align: right;
	margin-right: 120px;
}

.explain{
	padding:20px 20px 0 20px;
	color:#000000;
	font-size:12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.world_header{
color:#FFFFFF;
font-size:10px;

font-weight:bold;
}

/* The three news boxes located middle bottom */

#box1{
position:absolute;
margin-top:15px;
margin-left:225px;
width:127px;
}
#box2{
position:absolute;
margin-top:15px;
margin-left:370px;
width:127px;
}
#box3{
position:absolute;
margin-top:15px;
margin-left:510px;
width:127px;
}