/* ---------- common elements ----------*/

body{
	background: #CB454E url('GFX/backdrop.jpg') repeat-y; 
	margin: 30px 0px 40px; /* 4ie6 vertical margins set on body instead of mainn */
	font-family: verdana;
	color: black;
}

#mainn {
	position: relative;/*to allow absolute positioning of the clipped divs*/
	width: 750px;
	margin: 0px auto;
	background-color: #F5F2C5;
	border: 3px solid #A08C02;
}

#headerr {
	height: 119px; 
	overflow: hidden; /*4ie6 otherwise 4px bottom margin coz img is inline*/
}

#navv {
	height: 36px;
	border-top: 1px solid #A08C02;
	border-bottom: 1px solid #A08C02;
}

#nav1 { left:300px; }
#nav2 { left:410px; }
#nav3 { left:520px; }
#nav4 { left:630px; }

.clippednav {
	position:absolute;
	top:67px;
	clip:rect(53px 119px 89px 0px); /*CSS2 requires commas but ie6 doesnt like them*/
}

.unclippednav {
	position:absolute;
	top:65px;
	clip:rect(0px auto 91px auto); /*CSS2 requires commas but ie6 doesnt like them*/
}

.currentnav {
	position:absolute;
	top:35px;
}

#contentt {
	padding: 30px 40px 30px 40px;
}

#floatstopper {
	clear: both; 
	/*margin-bottom: 30px; 4ie6 - setting height causes bug where nav don't render*/
}

.floatleft {
	float: left;
	margin: 20px 40px 20px 0px; 
}

.floatright {
	float: right;
	margin: 20px 0px 20px 40px; 
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}



/* ---------- inline elements ----------*/

p, ul {
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0px;
}

ul {
	padding-left: 30px;
}

h1 {
	font-size: 20px;
	font-family: georgia, verdana;
	font-weight: normal;
	color: #AF3314;
	line-height: 30px;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 18px;
	font-family: georgia, verdana;
	font-weight: normal;
	color: #AF3314;
	line-height: 30px;
	margin: 40px 0px 20px 0px;
}

h6 {
	text-align: center;
	width: 750px;
	margin: 5px auto;
	font-size: 10px;
	font-weight: normal;
	color: #F5F2C5;
}

a{ color: #AF3314; font-weight: bold; }
a:hover { color: #E13A11; }
h6 a { color: #F5F2C5; font-weight: normal; text-decoration:none; }
h6 a:hover { color: #F5F2C5; text-decoration:underline; }

.firstletter:first-letter {
	font-family: georgia, verdana;
	font-size: 20px;
	color: #AF3314;
}

img {
	border: none;
}



/* ---------- page specific ----------*/

#picblock {
	float: left; 
	position: relative; left: -5px;
	padding: 15px 0px 20px 0px;
	border: 0px solid black;/**/
}

#textblock {
	width: 460px;
	float: right; 
	position: relative; left: 10px;
	padding: 30px 0px 0px 0px;
	border: 0px solid black;/**/
}

#imglink {
	display: block; /*displayblock + horizontal margin to make...*/
	margin: 25px 216px 15px; /*...the link border display properly in ie6 + ff*/
	border: 3px dashed;
	padding: 0px;
}

