﻿body	{
	background-image: url('images/bg.png');
}

#container	{margin: 0 auto;
	width: 1380px;
	min-width: 1000px;
}

#header	{
	margin: 0 auto;
	min-width: 1200px;
	height: 200px;
	margin-top: 30px;
	margin-left: 30px;
	z-index: 2;
	position: relative;
}

#menu	{
	width: 1000px;
	margin: 0 auto;
	min-height: 600px;
	position: relative;
	z-index: 1;
	top: -40px;
}

#menu-top	{
	background-image: url(images/menutop.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 87px;
}

#menu-header	{
	padding-top: 37px;
	font-family:"Times New Roman", Times, serif;
	color:#fffef1;
	font-size: 30px;
	padding-left: 50px;

}

#menu-middle	{
	width: 1000px;
	min-height: 500px;
	background-image: url(images/menumiddle.png);
	background-repeat: repeat-y;
}

#navigation	{
	width: 800px;
	margin-left: 40px;
	height: 46px;
	padding-top: 10px;
	
	
}

#menu-bottom {
	width: 1000px;
	height: 44px;
	background-image: url(images/menubottom.png);
	background-repeat: no-repeat;

}

#slider	{
	width: 971px;
	min-height:388px;
	margin-left:22px;
	margin-top: 5px;
	
	
}

#subheader	{
	color: #ff0000;
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	margin-left: 45px;
	border-bottom: 2px red solid;
	margin-top: 20px;
	width: 400px;
	padding-bottom: 5px;
	font-weight:bold;
		
	
}

#homeContent	{
	margin: 0 auto;
	width: 900px;
	min-height: 20px;
	margin-left: 55px;
	margin-top: 20px;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	
}

#footer	{
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	color: red;
	font-size: 10px;
	margin-bottom: 20px;
	
}

#footer a{
	font-family:"Comic Sans MS"
}

.menuheader	{
	height: 47px;
	background-color: #ff0000;
	border: 3px solid #fffee2;
	width: 439px;
	
	
}

.lines	{
	height: 37px;
	border-top: 1px solid #fffee2;
	border-bottom: 1px solid #fffee2;
}

.menuHeaderText	{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color: #fffee2;
	margin-top:3px;
	text-align: center;
}

.headerSubtext	{
	text-align: center;
		color: #FF0000;
		font-size: x-small;

}

.menuItems	{
	font-family:Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	padding: 10px;
}