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


body {
	background: transparent url(images/web-bg.jpg) no-repeat fixed 0;
	background-color: #c6daf1;
	background-position: center bottom;
	font-family: Lucida Sans Unicode, Lucida Grand, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

a {
	color: #B12C3F;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}


#wrapper { 
	width: 980px;
	margin: 0px auto;
				 }
				 
#header {
	width: 100%;
	margin:0;
	padding:0;

	
}

#leftwrap {
	width: 600px;
	float: left;
}


#leftcontent {
	background-color: rgba(255,255,255,0.85);
	padding: 7px;
	
	
}

#right {
	float: right;
	width: 350px;
	
	

	
}

#footer {
	background-color: rgba(255,255,255,0.85);
	padding: 14px 7px 7px 7px;
	clear: both;
	width: 966px;
	margin-top: 10px;
	font-size: 90%;
	
}

#footer-left {
	width: 600px;
	float: left;
	padding-right: 16px;
	font-size: 85%;
}

#footer-right {
	width: 335px;
	float: right;
	font-size: 85%;
	font-style: italic;
	padding-left: 5px;
	border-left: 1px solid #B12C3F;
}


#clear {
	width: 100%;
	float: none;
	display: block;
	clear: both;
}

#twitterfeed {
	width: 350px;
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	color: #000;
	background-color: rgba(255,255,255,0.85);
	
}

#twitterfeed-inside {
	padding: 10px;
	margin: 0 auto;
}



#nav {
	width: 100%;
	float: left;
	margin: 0 0 .9em 0;
	padding: 0;
	text-align: center;
	background-color: #B12C3F;
	
	  }
	
#nav ul {
	list-style: none;
	width: 100%;
	margin: auto;
	padding: 0; 
	text-align: center;
}
	
#nav li {
	float: left;
	 }
	
#nav li a {
	display: block;
	padding: 10px 10px 10px 8px;
	width: 100px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: none;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1px; }
	
#nav li:first-child a {
	border-left: none }
	
#nav li a:hover {
	text-decoration: none;
	color: #c6daf1;
	}

.smaller {
	font-size: 85%;
}

	