/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #2f2f2f;
}

/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	background-color: #617e73;
	min-height: 400px;
}

#header {
	min-height: 30px;
	background: url(../images/headerBG.jpg) repeat-x; 
}

#header #title {
	margin-top: 20px;
}

#header ul {
	border-bottom: 1px solid #5f5f5f;
	border-right: 1px solid #5f5f5f;
	list-style-type: none;
	margin: 13px 20px 0 20px;
	min-height: 22px;
}

#header li {
	float: right;
	padding: 2px 10px;
	border-left: 1px solid #5f5f5f;
}

#header li a {
	color: #f0d890;
	text-decoration: none;
}

#header li a:hover, 
	color: #FFFFFF;
}

li a#marker   {
	color: #FFFFFF;
}

#strap {
	height: 332px;
	border-bottom: 1px solid #789;
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 25px;
	padding-bottom: 25px;
	position: relative;
}

#innercontent {
	background-color: #b0985f;
	border: 1px solid #5f5f5f;
	min-height: 200px;
	margin-left: 170px;
	padding: 1px 10px 10px 10px;
	width: 345px;
}

#whatson {
	background-color: #9c854e;
	border: 1px solid #5f5f5f;
	min-height: 100px;
	margin-left: 20px;
	padding: 1px 10px 10px 10px;
	width: 470px;
}

.twocol #innercontent {
	width: 525px;
}

#rightcol {
	min-height: 150px;
	float: right;
	background-color: #374842;
	border: 1px solid #b0985f;
	width: 175px;
}

.twocol #rightcol {
	display: none;
}

#rightcol img {
	display: block;
	margin: 6px auto 5px auto;
	border: 1px solid #5f5f5f;
}

#leftcol {
	float: left;
	width: 170px;
	min-height: 200px;
	
}

#leftcol ul {

}

#leftcol li {

}

#leftcol li a {
	
}

#leftcol li a#here {
	background-color: #b0985f;
	width: 155px;
	color: #FFFFFF;
}

.imageleft {
	float: left;
	margin-right: 10px;
	border: 1px solid #374842;
	margin-top: 5px;
}

.imageright {
	float: right;
	margin-left: 10px;
	border: 1px solid #374842;
	margin-top: 5px;

}

.imageborder {
	border: 1px solid #374842;

}

#footer {/* Begin laying out and styling the footer div */
	background-color: #fff;/*sets a background colour for the footer*/
	width: 770px;/*Sets the footers width*/
	border-top: 1px solid #000;/*sets the top border to define the beginning of the footer*/
	font-size: 80%; /* sets the footer text size */
	text-align: right;/* aligns the text to the right*/
	margin-top: 5px; /* Adds a margin to the top of the footer*/
}

#footer p {
	background-color: #E4E4E4;/*sets the background colour for the p element when it is in the footer div*/
	padding: 4px 4px 4px 10px;/* sets the padding values*/
	margin: 0;/*zeroes off the margins */
	color: #000000;
}


#footer p.designer {/* Styles the bottom P in the footer that gives the validation and designer info */
	background-color: #374842;/*sets the background colour*/
	padding: 4px 4px 4px 10px;/*sets the padding values*/
	margin: 0;/*zeroes off the margins*/
	color: #000000;/*sets the text colour to white*/
	border-top: 1px solid #000;/*gives a top border to separate it from the other content in the footer, this should be the last item in the footer */
}

#footer a {/* Styles the links within the footer */
	color: #fff;/*sets the text to white*/
	text-decoration: underline; /*keeps the underline*/
}

#footer a:hover, #footer a:focus {
	text-decoration: none;/*removes the underline*/
}

form {
width: 480px;
margin: 0 auto;
}

form div {
margin-bottom: 3px;
}

label {
float: left;
width: 150px;
clear: left;
}



/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0 5px 18px;
	font-size: 150%;
	font-family: "bell gothic std light", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1 {
	color: #fff;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 20px;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #374842;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

 /*\*//*/
 #innercontent {
 	width: 180px;
 }
	
	.twocol #innercontent {
 	width: auto;
 }
 
 
 #header ul {
	height: 22px;
	margin-bottom: 5px;
}

/**/
#wrapper #bottomstrap {
	background-color: #E6D193;
	height: 140px;
}

