/************** 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 {
	background-color: #999999;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #334050;
}

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

#wrapper {
	margin: 0 auto;
	font-size: 80%;
	width: 770px;
	
}

/* holds the content background image */
#innerwrapper {
	background: url(../imgs/ContentBG.jpg) repeat-y;
	margin: 0 auto;
}

#navwrapper {
	background-color: #334050;
}
#navinner {
	width: 770px;
	margin: 0px auto;
}

#nav {
	min-height: 70px;
	width: 250px;
	margin-left: 520px;
}



#nav ul {
	padding-top: 35px;
	padding-bottom: 15px;
	text-align: center;
}

#nav li {
	display: inline;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 90%;
}

#content {
	padding: 1px 0 0 0;
	margin-left: 280px;
	margin-right: 30px;
}

#footer {
	background: url(../imgs/FooterBG.jpg) no-repeat;
	min-height: 30px;
	clear: both;
}

#outerfooter p {
	float: right;
	color: #334050;
	font-size: 85%;
}

#header {
	background: #334050;
	height: 140px;
	clear: both;
}

#header img {
	display: block;
	margin: 0 auto;
}

#leftcol {
	float: left;
	width: 210px;
	margin-left: 25px;
	background: url(../imgs/hand.jpg) repeat center bottom;
}

/*Setting the image to block and then setting the left and right 
margins to auto allows us to centre the image in the column*/
#leftcol img {
	display: block;
	margin: 15px auto;
}
#leftcol p {
	text-align: left;
	margin-left: 5px;
}
#leftcol h3 {
	margin-top: 5px;
}


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

/*padding is already zeroed, you can quickly add any required padding to
your h elements here*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 150%;
	color: #334050;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 0;
}


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

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

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

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

a img {
	border: none;
}

a {
	color: #334050;
}

a:hover {
	color: #c79a66;
}

#nav li a {
	padding: 5px 8px;
	text-decoration: none;
	background-color: #334050;
	color: #999999;
}

#nav li a:hover {
	background-color: #999999;
	color: #27266C;
}


/* just for the ie5 mac beastie, no other browsers can see these rules*/
 /*\*//*/
 #footer {
 	height: 30px;
 }
 
 #nav {
	height: 70px;
}
/**/
.copyright {
	font-size: 80%;
	color: #FFFFFF;
}
li a#marker   {
	color: #fd9a01;
}
