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

@font-face {
    font-family: 'RingbearerMedium';
    src: url('fonts/ringm-webfont.eot');
    src: url('fonts/ringm-webfont.eot?iefix') format('eot'),
    	 url('fonts/ringm-webfont.woff') format('woff'),
         url('fonts/ringm-webfont.ttf') format('truetype'),
         url('fonts/ringm-webfont.svg#webfontFpJFuMzy') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
#welcome_body {
	background:url(images/Pale-Ink.png);
	margin: 0 auto;
	}
	
#header {
	background-image:url('images/header.png');
	background-repeat:no-repeat;
	position: absolute;
	z-index:1;
	width:1000px;
	margin-left, margin-right:auto;
	margin-top:-30px;
	color:#FFF;
}

#header h1{
	font-size:6em;
	font-family:Leander;
}

#welcome_content {
	position: relative; 
	background:#EFEFEF;
	width: 1100px; 
	height:1000px;
	padding: 5px 10px 10px;
	margin-left:-60px;margin-top:50px;margin-bottom:auto;
	color:#039;
}


#welcome_content table img {
	text-decoration:none;
	border:none; 
}
	

#welcome_content_left {
	float:left;
	width:500px;
	margin-left:75px;
	margin-top:-30px;
}

#welcome_content_right_1 {
	float:right;
	width:325px;
	padding-top:20px;
	
}

#welcome_content_right_2 {
	margin-left:-245px; 
	width:300px;
}

#welcome_content_left h2 {	
	font-family:"Leander";
	font-size:4em;
	line-height:1em;
	}

#welcome_content .menu a {
	color:#FFF;
	font-weight:bold;
}

#news {
width:300px;
box-shadow: 10px 10px 5px #888;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
margin-bottom:50px
}

#news h3 {
	font-family:"Leander";
	font-size:2em;
	line-height:1em;
}
	
#news ul{
	list-style-image:url("images/Star-full-icon.png");
	font-size:1em;
	font-weight:bold;
	color:#C00; 
}

#news li a{
	text-decoration:none;
	font-size:1.75em;
	font-weight:bold;
	color:#C00;	
}

#more {
	font-size:1.5em;
	font-weight:bolder;
	padding-left:40px;
		
}
	
#more a {
	color:#039;
}	

.twtr-tweet-text {
font-size:50%;
    }
	