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

body{
	background:#a50505;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
}

#wrapper{
	width:960px;
	margin:auto;
}

#background-top{
	background:url(images/background-top.png) top center no-repeat;
	width:971px;
	height:85px;
	margin-top:25px;
}

#background-middle{
	background:url(images/background.png) top center repeat-y;
	width:971px;
}

#background-bottom{
	background:url(images/background-bottom.png) top center no-repeat;
	width:971px;
	height:92px;
	margin-bottom:25px;
}

#left-content{
	float:left;
	clear:none;
	width:450px;
	margin-left:50px;
	margin-top:-30px;
}

#logo{
	text-align:center;
}

#right-content{
	float:left;
	clear:none;
	width:440px;
	margin-top:-30px;
}

#menu{
	float:left;
	clear:none;
	background:url(images/menu.png) top left no-repeat;
	width:190px;
	height:325px;
	margin-left:-15px;
	padding-top:30px;
	padding-left:10px;
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li{
	margin:0px;
	padding:0px;
	text-align:center;	
}

#menu ul li a{
	display:block;
	text-decoration:none;
	font-size:16px;
	cursor:pointer;
	color: #000000;
	text-align:center;
}

#menu ul li a:hover{
	color:#a50505;
	font-weight:bold;
}

#welcome{
	float:left;
	clear:none;
	width:200px;
	margin-left:20px;
}

#welcome-title{
	margin-bottom:10px;
}

#welcome-divider{
	float:left;
	clear:none;
	background:url(images/red-divider.gif) bottom left repeat-x;
	width:128px;
	height:18px;
}

.more-btn{
	float:right;
	clear:none;
}

#gallery{
	width:388px;
	margin-left:25px;
	margin-top:50px;
}

#gallery-title{
	float:left;
	clear:none;
	margin-left:140px;
}

#main-img{
	margin-left:5px;
}

.title{
	background:#fff200;
	font-size:18px;
	float:left;
}

#story-divider{
	float:left;
	clear:none;
	background:url(images/red-divider.gif) bottom left repeat-x;
	width:285px;
	height:18px;
}

.news{
	float:left;
	clear:none;
	width:100px;
	margin-top:5px;
}

.news-title{
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
}

.read-more{
	margin-top:15px;
}

.read-more a{
	color:#a50505;
	font-weight:bold;
}

.v-divider{
	background:url(images/v-divider.gif) top left repeat-y;
	width:2px;
	height:200px;
	float:left;
	clear:none;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
}

#footer{
	font-size:12px;
	color:#999999;
	margin-left:90px;
	padding-top:30px;
}
