body {
	font-family: Weiss, Times New Roman, Palatino Linotype, Arial, Helvetica, sans-serif;
	background-color:#C2CFAB;
	font-size:.9em;color:#000;
	background-image:url('../img/bodybg5.gif');
	background-repeat:no-repeat;
	background-position:top center;
}

.Page_Container {
	width:1000px;
	background-position:center 250px;
	margin:1em auto;
	padding:.5em;
	overflow:visible;
}

.content_bg {
	width:900px;
	margin:1em 0em 1em 3.2em;
	background-image: url('../img/white_transparent.png'); 

}

.content {
	width:843px;
	padding:0em 1.5em 1em 1.5em;
}

.page_nav {
	font-family:Papyrus,Palatino Linotype,Arial,Helvetica,sans-serif;
	font-size:1.2em;
	float:left;
	margin: 1em 0 .5em 3.5em;
	color:#B00C29;
	width:900px;
	
}

.link {color:#b00c29; text-decoration:underline;font-size:.8em;float:right;}

.page_nav a {
	color:#000;
	font-size:.9em;	
}

.page_nav a:hover {
	text-decoration:underline;
	color:#B00c29;
}

.clearfloat {
	clear: both;
	font-size:1px;
	line-height:0;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.history_img {
	border:1px solid #B6C59B;
	float:right;
	font-family:Papyrus,Palatino Linotype,Arial,Helvetica,sans-serif;
	margin:0 0em 1em 2em;
	padding:10px;
	text-align:center;
	top:0;
}

.history_img p {
	margin:.5em 0 0 0;
	font-size:.9em;
}

.img_bg {
	padding: 10px; 
	border: 1px solid #b6c59b; 
	top:0; 
	text-align:center;
	float:left;
	margin:0 2em 1em 0em;
	font-family:Papyrus,Palatino Linotype,Arial,Helvetica,sans-serif;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color:#000;
	z-index:1000;
}

.page_title {
	background-image: url('../img/Brown_Transparent.png'); 
	background-repeat:repeat;
	height:42px; 
	margin-top:0em;
	margin-bottom:1em;
}

.page_title h1 {
	font-weight:normal;
	font-family: Weiss, Times New Roman, Palatino Linotype, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:1.5em;
	letter-spacing:2px;
	width:1000px;
	padding: .35em 0 0 1em;
}

h1 {
	font-family: Weiss, Times New Roman, Palatino Linotype, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:2em;
	letter-spacing:2px;
	width:300px; 
}

h2 {
	font-weight:normal;
	font-family: Weiss, Times New Roman, Palatino Linotype, Arial, Helvetica, sans-serif;
	color:#4a240c;
	font-size:1.5em;
	letter-spacing: 1px; 

}

h3 {
	font-weight:normal;
	font-family: Weiss, Times New Roman, Palatino Linotype, Arial, Helvetica, sans-serif;
	color:#4a240c;
	font-size:1.2em;
	letter-spacing: 1.1px; 
	margin-left:2em;
	border-bottom:solid 1px #4a240c;
	width:750px;
}

p {
	font-family:Papyrus,Palatino Linotype,Arial,Helvetica,sans-serif;
	font-size:1.1em;
}

.accentlink {
	color:#B00C29;
	text-decoration:underline;
	font-family:Papyrus,Palatino Linotype,Arial,Helvetica,sans-serif;
	font-size:1.1em;

}

.galleryImgContainer {
	float:left;
	margin: .5em .5em 2em 2.9em;
	border: 1px solid #fff;
	padding:5px;
	height: 145px;
	width:145px;
	text-align:center;
}

.align {	
	text-align:center;
}


.presslink {
color:#B00C29;
font-family:Papyrus,Palatino Linotype,Arial,Helvetica,sans-serif;
font-size:1em;
text-decoration:none;
}



/* the overlayed element */ 
div.overlay { 
     z-index:10000;
    /* growing background image */ 
    background-image:url(../img/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:470px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 

/* black */
div.overlay.black {
	background:url(../img/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../img/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}
