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

body {
	font: 13px/15px Gerogia;
	text-align: center;
	margin:0;
	padding:0;
	background: white;
}

a { 
	color: black;
	outline: none;
	text-decoration: none;
}
	
h1 {
	font: 55px/0 Gerogia;
	letter-spacing: normal;
	font-stretch: narrower;
	text-shadow: 30;
	text-align: center;
}

h2	{
	font: 19px Gerogia;
	letter-spacing: 7px;
	text-align: center;
	border-top: 2.5px solid black;
	border-bottom: 2.5px solid black;
}

h3	{
	font: 13px Gerogia;
	letter-spacing: 5px;
	text-align: center;
	border-top: 2.5px solid black;
	border-bottom: 2.5px solid black;
}

h4	{
	font: 15px Gerogia;
	letter-spacing: 4px;
	text-align: center;
}

h5 {
	font: 25px Gerogia;
	text-align: center;
	margin:0;
	padding:0;
	background: white;
}

h6	{
	font: 18px Gerogia;
	letter-spacing: 7px;
	text-align: center;
}

#head{
	width: 840px;
	display: inline;
	text-align: center;
	white-space: nowrap;
	position: relative;
	margin-bottom: -12px;
}


#contentwrapper{
	float: left;
	width: 100%;
	margin-top: -12px;
}

#maincontainer{
	width: 840px;
	margin: -22px auto 0; 
}

#contactcontainer{
	width: 300px; 
	border: dotted;
	margin-left: 45px;
	margin-right: 45px;
}

#topsection{
	height: auto;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#leftcolumn{
	float: left;
	width: 400px; 
	text-align: left;

}

#rightcolumn{
	float: right;
	width: 400px; 
	text-align: left;
}

#footer{
	clear: both;
	width: 840px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 35px;
}

.innertube{
	margin: 0px;
	margin-top: 0;
}

#images img {
	padding: 10px;
}

img {
	border-style: none;
}

#container_bigpic {
	display:none;
}

#facebook {
	text-align: center;
}


	
	
	

	


	
