/* LAYOUT STYLES */

html, body {
	height:100%;
}

body {
	font-family:Georgia, Times, Serif;
	background-color:#000000;
	background-image: url(../img/bg2.jpg);
	background-repeat:repeat-x;
	line-height:0;
}

#pagewrap {
	width:960px;
	margin:0 auto;
}
	
.container_12 {
	float:left;
}

#top_corners, #bottom_corners {
	width:960px;
	height:30px;
}

#top_corners, #bottom_corners, #content {
	text-align:left;
}

#top_corners {
	margin-top:10px;
	background-image:url('../img/top-corners.png');
}

#bottom_corners {
	margin-bottom:10px;
	background-image:url('../img/bottom-corners.png');
}

#content {
	background-color:#ffffff;
	line-height:1;
}

/* TEXT STYLES */

p.intro {
	font-size:1.2em;
	margin-bottom:1em;
}

a:link {
	color:#ff0000;
}

a:visited {
	color:#2F0903;
}

a:hover, a:active {
	color:#FD7719;
}

/* TOP AREA */

#logo {
	margin-top:0;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}

#slogan, #menu {
	margin:5px 0;
}

#logo {
	width:620px;
	height:124px;
	text-align:left;
}

#slogan {

}
	
/* MENU STYLES */

#menu {
	width:960px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#ffffff;
	background:#5D0D02 url('../img/menu.jpg') repeat-x;
}

#menu-list {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	border-left: 1px solid #974635;
	border-right: 1px solid #470000;
	background:url('../img/menu-fade.jpg') repeat 0 0;
}

#menu ul li a:hover {
	background-position:250px 0;
	color: #ffffff;
}

/* HOME PAGE CONTENT AREA */

#news {
	padding:10px 0;
	line-height:1.5;
}

#homepage_picture {
	width:460px;
	height:307px;
	border:2px solid #6F1E0D;
	margin-top:15px;
}

/* TWITTER WIDGET */

#twitter_news {
	padding:10px 0;
	line-height:1.5;
}

.sidebar-title {
	font-size:0.8em;
	font-weight:bold;
}

#twitter_update_list li {
	font-size:0.8em;
	margin-bottom:1em;
}

#twitter-link {
	font-size:0.6em;
}

/* FOOTER */

#footer {
	margin-top:20px;
	padding-top:10px;
	line-height:1.5;
	text-align:center;
	border-top:1px solid #dedede;
}

.footer_text {
	margin:0 auto;
	font-size:0.8em;
	color:#6F1E0D;
}