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

body {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#888888;
	text-align:center;
}

A:link {

	font-style:italic;
	color:#a8aaac;
	text-decoration:underline;

}

A:visited {

	font-style:italic;
	color:#a8aaac;
	text-decoration:none;

}

p {
	
	margin:.9em 0 .9em;
	
}

.title {

	line-height:2em;
	padding-top:36px; 
	padding-left:24px; 
	padding-right:45px;
	font-size:1em;

}

.gallery {

	line-height:2em;
	text-align:left;
	font-size:12px;
	padding-left:99px;

}

.smalltext {

	font-size:11px;
	line-height:2em;
	text-align:left;
	
}

.largetext {
	
	line-height:2em;
	font-size:13px;

}

hr {
	
	color:#BCBEC0;
	background-color:#BCBEC0;
	padding-left:20px;
	border: 0;
	height: 1px;
	text-align: left;

}


h1 {
	
	color:#7793A1;
	font-size:13px;
	padding:0;
	margin:0;
	padding-bottom:5px;

}

h2 {

	color:#7793A1;
	font-size:15px;
	letter-spacing:2px;
	padding-top:0px;
	padding-bottom:13px;
	font-style:normal;
	font-weight:100;

}

#wrapper {

	width: 882px;
	margin: 0 auto 0 auto;
	text-align: left;

}

#header {

	width:882px;
	height:69px;
	margin-top:106px;
	float:left;

}

#leftcolgallery {
	
	float:left;
	width:300px;
	height:481px;
	background-image:url(graphics/galfooterleft.png);
	background-position:bottom;
	background-repeat:no-repeat;

}

#rightcolgallery {
	
	float:left;
	width:582px;
	height:481px;
	background-image:url(graphics/galfooterright.png);
	background-position:bottom;
	background-repeat:no-repeat;

}

#leftcol {
	
	float:left;
	width:477px;
	height:481px;
	background-image:url(graphics/footerleft.png);
	background-position:bottom;
	background-repeat:no-repeat;

}

#newsleft {
	
	float:left;
	width:86px;
	height:481px;
	background-image:url(graphics/newsfooterleft.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#newsright {
	
	float:left;
	width:789px;
	height:381px;
	padding-top:28px;
	padding-bottom:72px;
	background-image:url(graphics/newsfooterright.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#rightcol {
	
	float:left;
	width:405px;
	height:481px;
	overflow:auto;
	background-image:url(graphics/footerright.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#footer {
	
	clear:both;

}