/************** 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: #BBAF8F;
	font: 100.01%/120% "Trebuchet MS", Arial, sans-serif;
	color: #1E4E58;
	background-image: url("canvas.jpg");
	background-repeat: repeat;
}

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

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

/* holds the content background image */
#innerwrapper {
	background:  url("pageBG.gif") repeat-y;
	margin: 0 auto;
}

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

#footer {
	  background:  url("footBG.gif") no-repeat;	
	  min-height: 30px;
	  clear: both;
}

#outerfooter p {
	color: #1E4E58;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

#header {
  height: 172px;
}

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

#leftcol {
	float: left;
	width: 210px;
	margin: 0 0 0 25px;
}

/*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: 0px auto;
	border: none;
}
/************** 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 12px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #1E4E58;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 12px;
}

p {
	margin: 10px 0;
}

#content ul, #content li {
    margin: 0 0 0 12px;
}

#content ul {
	margin-bottom: 12px;
}

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

.photo {
	border: 1px solid #1E4E58;
}

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

.Rt {
	float: right;
	margin: 5px 0 0 30px;
}
.Lt {
	float: left;
	margin: 5px 26px 0 0;
}

.vertical {
	width: 200px;
}

.vertical p {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #652C43;
	text-decoration: none;
}

a:hover {
	color: #652C43;
	text-decoration: none;
	border-bottom: 1px solid #1E4E58;
}
#outerfooter a {
	color: #652C43;
	text-decoration: none;
}
#outerfooter a:hover {
	color: #652C43;
	text-decoration: none;
	border-bottom: 1px solid #1E4E58;
}

/* just for the ie5 mac beastie, no other browsers can see these rules*/
 /*\*//*/
 #footer {
 	height: 30px;
 }
 
/**/

