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

html, body {
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	background-color: #E6E6E6;
	background-image: url(../images/bg.jpg);
	
}

#frame {
	height:auto;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}





#header {
	height: 150px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
	height: 140px;
	width: 148px;
}


#navigation_holder {
	float: right;
	height: 140px;
	width: 820px;
}

#littlelinks {
	height: 74px;
	width: 820px;
}



.prestack {
	height: 10px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_stack1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFF;
}

.stack {
	height: auto;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_section.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #FFF;
	padding-top: 0px;
	display: block;
}

.content-container {
	float: left;
	height: auto;
	width: 333px;
	padding-top: 20px;
	margin-bottom: 35px;

}

.content {
	padding-left: 25px;
	color: #555;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
}


.content a:link, 
.content a:visited,
.content a:hover, 
.content a:active
{
	color: #09C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
}




h2.content {
	padding-left: 25px;
	color: #555;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
}







.gallery_description{
	color: #555;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
}


h3.gallery_description{
	color: #09C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}



.gallery_number

{
	color: #09C;
	text-decoration:none
	line-height: 20px;
}

.gallery_number a:link,
.gallery_number a:visited,
.gallery_number a:hover,
.gallery_number a:active
{
	color: #09C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-decoration:underline;

}











.media-container {
	float: right;
	height: auto;
	width: 620px;
	padding-top: 20px;
	padding-bottom: 0px;
}



.minortext  {
	font-family:Verdana, Geneva;
	font-size:10px;
	line-height:15px;
	color: #666;
	}
	
	.minortext h1 {
	font-family:Verdana, Geneva;
	font-size:10px;
	line-height:15px;
	color: #666;
	}
	
	.minortext a:link, .minortext a:visited{
	color:#6B3DAB;
	text-decoration:underline;
	}


	.minortext a:hover, .minortext a:active{
	color:#CC99EB;
	}


.stack-title
	{
	margin-bottom:5px;
	}




.halfcolumn
{
	width:285px;
	float: left;
	margin-left: 15px;
	margin-top: 45px;
}

.nicelist ul {
	font-family:Verdana, Geneva;
	font-size:10px;
	line-height:15px;
	font-weight: normal;
	color: #666;

}
.nicelist li {
	list-style: none;
	padding-left:30px;
	background:url(../images/bullet_tick.gif) no-repeat;
	background-position:0 0px;
	height: 35px;
	font-family:Verdana, Geneva;
	font-size:10.5px;
	line-height:18px;
	font-weight: normal;
	color: #555;

}


.content-container h1
	{
	font-family:Verdana, Geneva;
	font-size:12px;
	line-height:15px;
	font-weight: bold;
	color: #666;
	padding-left:25px;
	padding-bottom: 7px;
	}


.framed_img {
	padding: 5px;
	border: 1px solid #E0F3F9;
	margin-right: 7px;
	background-color: #FFF;
}


.thumbed_img {
	padding: 7px;
	border: 1px solid #E0F3F9;
	background-color: #FFF;
}




#footer-container{
	height:150;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	margin-top: 25px;
	}
	
	
	
	
	
.footer-text{
	font-family:Verdana, Geneva;
	font-size:9px;
	line-height:15px;
	color: #333;
	padding-left:25px
	}
	
.footer-container a:link, .footer-container a:visited{
	color:#6B3DAB;
	text-decoration:underline;
	}


.footer-container a:hover, .footer-container a:active{
	color:#CC99EB;
	}
	
	
	
	
	
.header-text{
	font-family:Verdana, Geneva;
	font-size:10px;
	line-height:15px;
	color: #09C;
	text-align: right;
	text-decoration: none;
	}
	
.header-text a:link, .header-text a:visited{
	color:#09C;

	}


.header-text a:hover, .header-text a:active{
	color:#09C;
	text-decoration:underline;
	}
