@charset "UTF-8";
/* <BETH MORGAN> LAYOUT CSS */

/* Reset default browser styling */

* {
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
	color:#000000;
}

img {
	border:0;
}

ul, li {
	list-style:none;
}

body {
	font-size:62.5%;
	font-family:"Times New Roman", Times, serif;
	background-image:url(../images/browserBackground.jpg);
	background-position:top;
	background-repeat:repeat;
	}

/* End Reset default browser styling */


#container {
	position:relative;
	float:none;
	clear:both;
	width:1005px;
	margin:0px auto;
	background-image:url(../images/browserBackgroundGrad.png);
	background-position:top;
	background-repeat:repeat-y;
	}
	
#pageBackground, #stdPageBackground {
	position:relative;
	float:none;
	clear:both;
	width:955px;
	margin:0px auto;
	background-image:url(../images/homepageBackground.jpg);
	background-position:top;
	background-repeat:repeat;
	}
	
#pageHolder {
	position:relative;
	float:none;
	clear:both;
	width:955px;
	margin:0px auto;
	background-image:url(../images/pageEdges.png);
	background-position:top;
	background-repeat:repeat-y;
	padding-bottom:10px;
	}
	
#homepageContent{
	position:relative;
	float:none;
	clear:both;
	margin:0px auto;
	width:654px;
	padding-top:5px;
	}
	
#footer {
	position:relative;
	float:none;
	clear:both;
	width:955px;
	height:30px;
	}
	
	
	
/* HOMEPAGE */
	
#homepageNav {
	position:absolute;
	float:none;
	clear:both;
	height:50px;
	top:80px;
	left:0px;
	width:955px;
	}

#homepageBodycopy {
	border-top:1px solid #000000;
	position:relative;
	clear:both;
	width:600px;
	margin:10px auto;
	}

#homeBodyLeft	 {	
	position:relative;
	margin-top:20px;
	float:left;
	clear:left;
	width:280px;
	}
	
#homeBodyRight	 {	
	position:relative;
	margin-top:20px;
	float:right;
	clear:right;
	width:280px;
	}
	
/* STANDARD PAGE */

#stdPageBackground{
	position:relative;
	float:none;
	clear:both;
	width:955px;
	margin:0px auto;
	background-image:url(../images/stdPageBackground.jpg);
	background-position:top;
	background-repeat:repeat-y;
	}


#left {
	position:relative;
	width:410px;
	float:left;
	clear:left;
	margin-left:50px;
	}
	
#right {
	float:right;
	clear:right;
	position:relative;
	width:380px;
	margin-right:50px;
	margin-top: 25px;
	margin-bottom: 20px;
	}


	
#left1 {
	float:left;
	clear:left;
	position:relative;
	width:180px;
	}

#left2 {
	float:right;
	clear:right;
	position:relative;
	width:200px;
	margin-bottom: 20px;
	margin-right:15px;
	}
	
#vertNav {
	position:relative;
	width:210px;
	margin-left:-30px;
	min-height:300px;
	margin-top: 20px;
	}

#smallPara {
	position:relative;
	width:160px;
	margin-left:20px;
	margin-top: 90px;
	margin-bottom: 20px;
	}

#stdPageHolder {
	background-image:url(../images/stdPageBackground.jpg);
	background-position:top;
	background-repeat:repeat-y;
	}
	
	
#detail {
	float:left;
	position:relative;
	margin:10px 0px 0px 0px;
	padding-top:10px;
	border-top:1px solid #000000;
	width:380px;
	}
	
#detailCopy, #colours {
	position:relative;
	width:180px;
	}
	
#detailCopy {
	float:left;
	clear:left;
	}
	
#colours {
	float:right;
	clear:right;
	}
	
	
#flashBanner {
	width:594px;
	height:288px;
	margin:0px auto;
	}