/************** 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: 770px;
	margin: 0 auto;
	font-size: 80%;
	background: url(../images/ContentBG.jpg) 180px 0 no-repeat;
	min-height: 650px; /*ensure the bg image is not cut off at the bottom*/
	position: relative;
}

#leftCol {
	position: absolute;
	top: 51px;
	left: 0;
	width: 150px;
		text-align:center;
}
#leftCol h2 {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	padding: 5px auto;
	
}
#leftCol h2 a{
	text-underline: none;
	
}
#contentHolder {
	padding-top: 140px;
	width: 550px;
	margin-left: 200px;
}

#content {
	width: 530px;
	margin: 0 auto;
	padding-top: 15px;
}

.separator {
clear: both;
height: 20px;
margin-bottom: 20px;
}

.separatorInvisible {
height: 2px;
}

#thumbnails {

margin: 20px auto 20px auto;
width: 130px;
}

#thumbnails img {
float: left;
text-align:center;
margin: 0 1px 2px 1px;
border: 0;
}
#imageContainer {text-align:center;
}

#imageContainer img {


}
/************** Styling Content *******************/

h1 {
	font-size: 1em;
	letter-spacing: 1px;
	padding: 2px 5px;
	text-align: center;

}
h1 a{
	text-decoration:none;
}
h1 a:hover{
	color: #6F7DA6;
}
p {
	font-size: 1em;
	letter-spacing: 1px;
	padding: 5px;
	text-align: center;
	margin: 20px auto;

}
p a{
	text-decoration:none;
}

/************** Styling LeftCol *******************/

#leftCol ul {
	list-style-type: none;

 }

#leftCol li {
	margin: 1px;
}

#leftCol li a {
	display: block;
	color: #3c4661;
	text-decoration: none;
		font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 5px;
	text-align: center;
}

#leftCol li a:hover {
	color: #6F7DA6;
}


/************** 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;
 }

