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

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(images/back.jpg);
	color:#333;
	font-size:1.1em;
	line-height:120%;
}

#top {
	position:absolute;
	background-color:#231f20;
	top:0px;
	left:0px;
	height:50px;
	width:100%;
	color:#fff;
	margin:0px auto;
	text-shadow:0 1px 0 #000;
}

#nav { 
	margin:0px auto;
	width:950px;
	margin-top:17px;
	
}

#wrapper { 
	margin:0px auto;
	width:984px;
	height:531px;
	margin-top:100px;
	text-shadow:0 1px 0 #fff;
	background-image:url(images/main_big.jpg);
	background-repeat:repeat-x;
}

#social {
	position:absolute;
	width:450px;
	height:72px;
	margin-left:484px;
	margin-top:298px;
	padding-left:30px;
	padding-right:20px;
}

#cont {
	position:absolute;
	width:494px;
	margin-left:440px;
	margin-top:370px;
	padding-left:30px;
	padding-bottom:80px;
}

#footer {
	background-image:url(images/top_back.png);
	left:0px;
	margin-top:50px;
	height:68px;
	width:100%;
	position:fixed; bottom:0px; left:0px;
}

#footer_text {
	margin:0px auto;
	width:950px;
	font-size:0.8em;
	margin-top:43px;
	color:#999;
	text-shadow:0 1px 0 #000;
	padding-left:45px;
}

h1{font-size: 1.3em}
h2{font-size: 1.0em; font-weight:bold; color:#515151}

.padding { 
	padding-left:45px;
	color:#fff;
	font-size:1.1em;
	text-shadow:0 1px 0 #000;
}

.georgia {font-family:Georgia, "Times New Roman", Times, serif}

.shadow {  	
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.shadow2 {  	
	-moz-box-shadow: 0px 0px 5px #9e9e9e;
	-webkit-box-shadow: 0px 0px 5px #9e9e9e;
	box-shadow: 0px 0px 5px #9e9e9e;
}
.shadownav { text-shadow:0 0 7px #bababa; }

a:link {
	color: #a2a2a2;
}
a:visited {
	color: #a2a2a2;
}
a:hover {
	color: #999;
	text-decoration:none
}
a:active {
	color: #999;
}
