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

html{
	
}
	
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	background-color: #414b56;
	margin: auto;
}

a 
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: none;
	color: #ff0000;
}

img{
	border: none;
}

p {
	margin: 0 0 0 0;
}

li{
	margin-left: -10px;
}

h3 {
	margin: 0;
}

#header{
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	height: 191px;
	width: 1024px;
	/*background-color: grey;*/
	
}

#logo{
	width: 212px;
	background-color: transparent;
	float: left;
}

#top{
	width: 812px;
	height: 40px;
	background-image: url(../images/top-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	float: right;
}

#menu{
	width: 812px;
	height: 19px;
	background-image: url(../images/menu-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	float: right;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	
}


#menu ul
{
	margin: 0 0 0 0;
	list-style: none outside none;
	list-style-type: none;
	text-align: justify;
	vertical-align: middle;
	padding-left: 100px; 
	width: 600px;
}

#menu li 
{
	display: inline; 
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

#menu a 
{
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

#menu a:hover
{
	text-decoration: none;
	color: #ff0000;
}


#top_content{
	width: 812px;
	height: 132px;
	background-image:url(../images/top-content-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	float: right;
	
}

#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	min-height: 243px;
	width: 1024px;
	background-image: url(../images/content-bg.png);
	background-position: top;
	background-repeat: repeat-y;
	/*background-color: white;*/
}

#footer{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	min-height: 214px;
	width: 1024px;
	background-image: url(../images/footer-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	/*background-color: black;*/
}
