/* CSS Document */

html{
/* Fixes background nastiness when a sidebar is open in Firefox */
	min-width:800px;
}

body{
	text-align:center;
}

/*=====[ Set up container divs and add background tiles ]=====*/

#pageheadContainer{
/* 100% so we can create the fullscreen width backgrounds */
	width:100%;
}

#pageheadContainer{
	background: #FFFFFF;
}

#contentContainer{
	background: #FFFFFF;
/* Float left to prevent floated child divs(#article & #subContent) overflowing . aka the FnE method http://www.orderedlist.com/articles/clearing_floats_fne */
	float:left;
}

#footContainer{
	background:#FFFFFF;
	clear:both;
}

#pagehead,
#content,
#foot{
/* Set widths for "sub" container divs and center on the screen . fluid you say? I think not sir, you are quite mad! */
	width:800px;
	margin:0 auto;
	z-index: auto;
/* Position relative so we can position children absolutley but keep them relative to their parents and not the document root - confused? Me too! */
	position:relative;
/* Shove the content back where it should be now we have convinced IE5 that center aligned websites are, infact, groovy (see body{}) */
	text-align:left;
}

#pagehead{
	width: 665;
	height:151px;
	background: url(../images/top_back.gif) repeat;
	float:left;
}

#articlehome{
	font:.80em Verdana, Arial, Helvetica, sans-serif;
	color: #775335;
	width:625px;
	padding:30px 20px 0px;
	float:right;
}

#article{
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	color: #775335;
	width:625px;
	padding:50px 20px 0px;
	float:right;
}
#article2{
	font:normal .65em Verdana, Arial, Helvetica, sans-serif;
	color: #775335;
	width:625px;
	padding:60px 20px 20px;
	float:right;
}

#article3{
	font:normal .65em Verdana, Arial, Helvetica, sans-serif;
	color: #775335;
	width:625px;
	padding:15px 20px 15px;
	float:right;
	border-top: thin dotted #775335;
}

#article4{
	font:normal .75em Verdana, Arial, Helvetica, sans-serif;
	color: #775335;
	width:625px;
	padding:15px 20px 15px;
	float:right;
	border-top: thin dotted #775335;
}

#other{
	width:665px;
	height:150px;
	float:right;
}

#leftside{
	width:124px;
	float:left;

}

#nav {
	width: 669px;
	height: 36px;
	left: 122px;
	top: 144px;
	font: .90em Verdana, Arial, Helvetica, sans-serif;
	z-index: 3;
	position: absolute;
}

#thumb{
	float: right;
	position: relative;
	text-align: left;
	padding: 0 0 0 10px;
	margin-left:15px;
	border: 0px;
	font-size: .80em;
}

#thub{
	float: left;
	position: relative;
	text-align: left;
	padding: 0 0 0 10px;
	margin-right:15px;
	border: 0px;
	font-size: .80em;
}

#thumb2{
	position: relative;
	text-align: left;
	padding: 0 0 0 0px;
	margin-left:15px;
	border: 0px;
	font-size: .80em;
}


/* Main navigation list */

#nav ul{
	display:block;
	top:4px;
	width: 639px;
	height: 25px;
	list-style: none;
	position: absolute;
	overflow: hidden;
	left: 22px;
}

#nav li{
	display:block;
	float:left;
	margin-left:3px;
	border-right: thin solid #775335;
}

#nav li a{
	display:block;
	height:23px;
	text-align:center;
	color:#775335;
	font-size:.85em;
	font-weight:bold;
/* Line height same as height, which puts the text vertically centered, hoorah! */
	line-height:23px;
	text-decoration:none;
	text-transform:lowercase;
}


#nav li.one a{
	width: 50px;
}

#nav li.two a{
	width: 170px;
}

#nav li.three a{
	width: 85px;
}

#nav li.four a{
	width: 110px;
}

#nav li.five a{
	width: 65px;
	border-right: none;
}

#nav a:hover{
	color:#996633;
}

#side {
	width: 124px;
	clear: both;
}

#foot {
	width: 785px;
	font:.60em Verdana, Arial, Helvetica, sans-serif;
	color:#775335;
	padding: 10px 10px 20px 5px;
	border-top: thin solid #775335;
}

a {
	color:#775335;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#996633;
}

h1 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
