@charset "utf-8";
/* CSS Document */

img{
	border:0px;	
}

body {
	/*background-color:#442219*/;
	/*background-color:#3F0D19;*/
	
	font-family: Tahoma, Arial;
	font-size:12px;
	line-height: normal;
	color: #333;
	margin:auto;
	padding:0px;
	background: url(../images/rest-name-background.jpg) repeat-x;
	background-color: #701711;
}

a{
	color: #333;
	text-decoration: none;
	font-size: 1em;
	border:0;
}

a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color:#000;
}
a:active {
	color: #333;
}

a.footer:link {
	color: #CCC;
}
a.footer:visited {
	color: #CCC;
}
a.footer:hover {
	color:#FFF;
}
a.footer:active {
	color: #CCC;
}

h1{
	font-size:16px;	
}



ul{
	list-style:none;
	text-align:right;
	padding-right:20px
}

li{
	padding:10px;	
}

#main_container{
	width:900px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
}

#top_container{
	height:115px;
}



#top_container h1{
	font-size:28px;
	font-weight:bold;
	margin:0px;
	padding-left: 5px;
	color: #FFF;
}
#top_container h3{
	font-size:14px;
	font-weight:normal;
	padding-left: 5px;
	color: #FFF;
	margin: 0px;
	text-indent:-9999px;/*Hide address and SEO*/
	padding-top: 5px;
}

#top_container h2{
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding-left: 5px;
	color: #FFF;
}
#middle_container{
	height:370px;
}

#middle_left_cont{
	width:300px;
	height:370px;
	float:left;
	background: white;
}

#nav{
	padding-top:30px;
	height: 315px;
}

#middle_right_cont{
	width:600px;
	height:370px;
	float:left;
	background-color: #CCC;
}


#bottom_container{
	height:300px;
}

#bottom_left_cont{
	width:300px;
	height:300px;
	float:left;
	background-color: #B5ABA1;
	background-image:url(../images/news-background.jpg);
	font-weight: bold;
}

#bottom_left_cont p {
	color:#333;
	border-bottom: white solid 1px;
	padding: 5px;
	padding-top: 0px;
	margin-top: 0px;
	border-top: 0px;
	margin-bottom: 8px;
}
#bottom_left_cont h1 {
	color:#333;
	border-bottom: white solid 1px;
	padding: 12px;
	margin-top:0px;
	/*height:25px;*/
	font-size: 20px;
	padding-top: 13px;
}
#bottom_right_cont{
	width:600px;
	height:300px;
	float:left;
	background-color: #FFF;
}

#main_text{
	width:390px;
	float:left;
	clear:both;
	height: 260px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	
}


#bottom_right_cont p {
	margin: 0;
	margin-top:10px;
	
}

#bottom_right_cont h1{
	margin:0px;
}

.right_links{
	float:right;
	width:120px;
	height:45px;
	margin-right:15px;
	margin-top:10px;
	/*margin-bottom:10px;*/
	clear:none;
	background-color: #BDBDBD;

}

#links_container{
	height:300px;
	float:right;
	padding-top: 5px;
	width: 140px;
}

.link_text{
	width: 65px;
	padding-top: 5px;
	padding-left: 5px;
	cursor: inherit;
	float: left;
}

.link_pic{
	float:left;	
}

#slogan{
	float: left;
	color: #666;
}

#slogan h1{
	font-style:italic;
	margin:0px;
	padding-left:2px;
	font-size: 16px;
}



#footer{
	padding:10px;
	font-size:10px;
	color:#CCC;
}
