@charset "UTF-8";
/* CSS Document */


html, body {
	margin: auto 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #dad3dc url(images/background.jpg) repeat-x;
	color: #333333;
	font-size: 11px;
	

}


#pagecontainer {
	margin: 0 auto;
	padding: 0;
	width:	935px;

}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 198px;
	width: 935px;
}



#navigation {
	background: url(images/navigation.jpg) no-repeat;
	width: 935px;
	height: 37px;
}


#navigation li{
	margin: 0;
	padding: 0;
	display: inline;
}

#navigation ul {
	margin: 0;
	padding-top: 5px;
}


#navigation li a {
	padding: 0 10px 0 15px;
	text-decoration: none;
	color: #43204d;
	font-weight: 700;
	font-size: 11px;

}

#navigation li a:hover {
	color: #ffffff;
}

#subheader {
	background: url(images/subheader.png) no-repeat;
	height: 165px;
	width: 935px;

}

#contentcontainer {
	width:	935px;
		background: url(images/content-bg.png)

	
}


#imagegallery {
	float: right;
	width: 390px;
	margin: 25px;
	border: 1px solid #999;
	padding-left: 3px;
	padding-top: 3px;
	height: 338px;
}



#contentfooter {
	background: url(images/corners.png) no-repeat;
	height: 85px;
	width: 935px;
	clear: both;
}


/******* headers ****/

h1 {
	color: #43204d;
	font-weight: 700;
	font-size: 16px;
	padding-left: 20px;
	text-transform: capitalize;
}

h2 {
	color: #43204d;
	font-weight: 700;
	font-size: 14px;
	padding-left: 20px;
		text-transform: capitalize;

}



h3 {
	color: #43204d;
	font-weight: 700;
	font-size: 12px;
	padding-left: 20px;
	text-transform: capitalize;

}


/**** text and styles ***/

#contentcontainer p {
	padding-left: 20px;
}


#contentcontainer a {
		color: #9c75aa;

	text-decoration: none;
}

#contentcontainer a:hover {
	color: #43204d;

}

.padding {
	padding: 25px;

}


/*** site info ***/

#siteinfo {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 13px 25px;
	line-height: 18px;
	margin-top: -25px;
	margin-right: 40px;
}

#siteinfo #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

#siteinfo a {
	color: #999999;
	text-decoration: none;
}

#siteinfo a:hover {
	color: #db6d16;
}


#tableright {
	float: right;
	clear: right;
	width: 250px;	
}

#tableleft {
	float: left;	
		width: 250px;
		margin-right: 45px;	

}


