*{
	margin:5px 0 0;
	padding:0;
}

html{

	min-width:770px;
}

body{

	background:white url(../images/background.png) 0 0 repeat;
	text-align:center;
}

/*=====[container divs and add background tiles ]=====*/

#pageheadContainer,
#contentContainer,
#footContainer{

	width:100%;
}

#pageheadContainer{
	background:transparent url(images/pageheadBackground.png) 0 100% repeat-x;
}

#contentContainer{
	background:#F7F7F7 url(../images/contentBackground2.png) 50% 100% repeat-y;
	float:left;
}

#footContainer{
	background:transparent url(../images/footBackground.png) 0 0 repeat-x;
	clear:both;
}

#pagehead,
#content,
#foot{

	width:770px;
	margin:0 auto;
	position:relative;
	text-align:left;
}

#pagehead{
	height:265px;
}

#foot{
	height:150px;
}


#pagehead{
	background:transparent url(../images/pageheadBackground3-copy.png) 0 100% repeat-x;
}

#content{

	background:transparent url(../images/contentBackground.png) 0 0 no-repeat;
	min-height:300px;
	
}

#foot{
	background:transparent url(../images/footBackground2.png) 100% 0 repeat-x;
}

/*=====[two column layout ]=====*/

#article{
	width:450px;
	float:left;
	padding:40px 0 20px 0;
	margin-left:50px;
	
}

#subContent{
	display:inline;
	width:180px;
	float:left;
	padding:40px 0 20px 0;
	margin-left:30px;
	color:#8B725A;
	font-size:.9em;
}

/*=====[ Navigations ]=====*/

#pagehead h1 a{
	display:block;
	text-indent:-9999px;
	width:230px;
	height:150px;
	text-decoration:none;
	float:left;
}

#pagehead a:hover{
	background:transparent;
}

#pagehead h1{
	position:absolute;
	top:0;
	left:0;
}

/* Main navigation */

#pagehead ul{
	display:block;
	position:absolute;
	top:215px;
	left:409px;
	height:27px;
}

#pagehead li{
	display:block;
	float:left;
	width:80px;
	margin-left:3px;
}

#pagehead li a{
	display:block;
	height: 27px;
	text-align:center;
	color:#4B271B;
	font-size:1.4em;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
	text-transform:lowercase;
}

#pagehead li.odd a{
	background:#CBA181;
}

#pagehead li.even a{
	background:#B67357;
}

#pagehead a:hover{
	color:#FFE;
}

/* Foot navigation and FIR */

#foot ul{
	position:absolute;
	top:45px;
}

#foot li{
	list-style-type:none;
}

#foot #foot1{
	width:200px;
	position:absolute;
	left:250px;
}

#foot #foot2{
	width:200px;
	position:absolute;
	left:555px;
}

/* This is the anchor top button at bottom of page */
#foot #pageTop{
	position:absolute;
	left:482px;
	top:-40px;
}

#foot #pageTop a{
	display:block;
	width:26px;
	height:26px;
	text-indent:-9999px;
	text-decoration:none;
	background:transparent url(../images/pageTop.png) 0 0 no-repeat;
	float:left;
}

/*=====[ General params and typography ]=====*/

body{
	font:normal 67.5%/1.2em Arial, Helvetica, sans-serif;
}

#content ul{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	list-style-type:square;
}

ol{
	margin:0.8em 0 0.6em 2em;
	padding-left:1em;
	list-style-type:lower-roman;
}

blockquote{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	font-style:italic;
	border-left:4px solid #E2D7CF;
}

/* Frame images */
img{
	padding:2px;
	border:1px solid #F2F2F2;
}

/*Set font size for content area */
#content{
	font-size:1.25em;
}

p{
	margin:0.3em 0 0.6em 0;
	border-bottom-color: #FFFFFF;
}

a{
	color:#9D6141;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	background:#9D6141;
	color:#FFE;
}

#article{
	line-height:1.7em;
	color:#635141;
	border: none;
}

h1,
h2,
h3,
h4{
 font-family:Georgia, "Times New Roman", Times, serif;
}
h1{
	color:#98533B;
	margin-bottom:.5em;
	line-height:1.7em;
	font-size:1.7em;
}

h2{
	margin-bottom:.5em;
	line-height:1.5em;
	font-size:1em;
}

h3{
	margin:0.8em 0 0.6em 0;
	font-size:1.3em;
}

h4{
	margin:0.8em 0 0.6em 0;
	font-size:1.1em;
}

/* Sub Content */

#subContent h2{
	font-size:1.3em;
}

#subContent h3{
	font-size:1.1em;
}

