/************** 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: url(../images/bodyBG.jpg) #fff repeat-x;
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #3a3f55;
}

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

#wrapper {
	width: 800px;
	margin: 0 auto;
	font-size: 80%;
	background: url(../images/ContentBG.jpg) 0px 0 no-repeat;
	min-height: 650px; /*ensure the bg image is not cut off at the bottom*/
	position:relative
}

#leftCol {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 151px;
	padding-top: 0px;
}


#contentHolder {
	padding-top: 0px;
	width: 800px;
	margin-left: 	0px;
}

#content {	
	width: 560px;
	margin: 0 auto;
	padding-left: 100px;
	padding-top: 100px;
}


/************** Styling Content *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 5px 0;
	font-size: 180%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 30px 0;
}

/************** Styling LeftCol *******************/

#leftCol ul {
	list-style-type: none;
	border: 1px solid	hidden
 }

#leftCol li {
	margin: 1px;
}

#leftCol li a {
	display: block;
	color: #3c4661;
	text-decoration: none;
	padding: 2px 5px;
}

#leftCol li a:hover {
	color: #cdcfcc;

}


/************** Generic Styling 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: #9096b0;
	text-decoration: underline;	
}

a:hover {
  color: #242d39;
 }

