/* CSS Document */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font: 62.5%/1.6 Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_strip_repeat.jpg);
}

h1 {
  font-size: 1.8em;
  color: #3E2933;
  font-weight: normal;
}

h2 {
  font-size: 1.6em;
  font-weight: normal;
  color: #3E2933;
}

h4 {
  font-size: 1.6em;
  font-weight: normal;
  color: #3E2933;
  border-bottom: thin;
  border-bottom-style: solid;
  border-bottom-color: #3E2933;
}


h1, h2, h4 {
  margin-bottom: .2em 0;
}

p {

  padding: 5px 0;
  line-height: 18px;
}


#branding {
  height: 105px;
  background-image: url(images/masthead.jpg);
  background-repeat: no-repeat;
}

#mainNav {
  list-style: none;
  background-image: url(images/menu_bg.jpg);
  height: 40px;
}

#image_holder {
  background-image: url(images/image_holder.jpg);
  height: 239px;
  padding-left: 14px;
}

#section {
  background: url(images/section_bg.jpg) no-repeat;
  height: 44px;
}

#main_area {
  background-image: url(images/main_background.jpg);
  background-repeat: no-repeat;
  height: 362px;
}

#menus {
	width: 150px;
	background-color: #5D3D4C;
	padding: 10px;
	float: right;
	color: #CCCCCC;
	font-size: 12px;
	margin: 5px 0 0 5px;
}
#menus h2 {
font-size: 12px;
text-align: center;
color: #FFFFFF;
margin: 0;
padding: 0 0 5px 0;
}

#menus p {

text-align: center;
color: #FFFFFF;
padding: 0 0 5px 0;
margin: 0;
}

#menus a {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: underline;
}

#menus a:link, #menu a:visited {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: underline;
}

#menus a:hover   {
	text-decoration: none;
}
/* The Core Technique
================================= */


#wrapper {
  width: 820px; 
  margin: 0 auto; 
  text-align: left;
  background: #fff;
}



#content_wrap { 
  width: 786px;
  height: 360px;
  margin: 0 auto;
}

#content_left {
	width: 220px;
	float: left;
}

#content_right {
	width: 550px;
	float: right;
}

.clear_float {
  clear: both;
}

#content { 
  width: 736px;
  margin: 0 auto;
  height: 285px;
}


#text_area {
	margin-top: 10px;
	width: 525px;
	position: absolute;
	height: 282px;
	overflow: auto;
	padding: 7px;
	
}

#text_area_image {
	margin-top: 10px;
	width: 730px;
	position: absolute;
	height: 300px;
	overflow: auto;
	padding-left: 20px;
}

#text_area p {
	font-size: 1.2em;
}

#content_wrap_main { 
  width: 760px;
  height: 360px;
  margin: 0 auto;
}

#text_area_main {
	margin-top: 10px;
	width: 720px;
	position: absolute;
	height: 310px;
	overflow: auto;
	padding: 7px 20px;
	
}

#text_area_main p {
	font-size: 1.2em;
}


#mainNav li { 
 font-size: 12px;
 color: #FFFFFF;
} 


/** Navigation **/
#mainNav ul {
	margin: 0 0 0 44px;
	padding: 0;
	list-style: none;
	height: 40px;
	background-repeat: no-repeat;

}

#mainNav ul li {
	float: left;
	text-align: center;
	
}


#mainNav ul a {
	display: block;
	color: #330000;
	padding: 0 13px;
	line-height: 40px;
	background: url(images/bg_nav.gif) no-repeat;
	text-decoration: none;
}

#mainNav ul a:hover {
	background: url(images/bg_nav_ov.gif) no-repeat;
	color: #FFFFFF;
}


#footer { 
  background: url(images/footer_bg.jpg) no-repeat;
  height: 51px;
} 

#text_change {
 width: 820px;
 margin: 0 auto;
 padding: 2px 0 0 12px;
 color: #FFF;
 text-align: center;
}

#text_change p {
 margin: 0;
 padding: 0;
}

#text_change a {
  font-size: 1em;
   color: #999999;
}

#text_change a:link, #text_change a:visited {
 text-decoration: none;
 
}

#text_change a:hover {
  text-decoration: underline;
  color: #fff;
  
}
#topleft {
position: absolute;
left: 0;
top: 0;
display: block;
height: 150px;
width: 150px;
background: url(../images/festive.png) no-repeat;
text-indent: -999em;
text-decoration: none;
}