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

* {
	margin:0px;
	padding:0px;
}
body {

	background-color:#2f2f2f;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
	width:1129px;
	height:625px;
	margin-left:auto;
	margin-right:auto;

}
#banner{
	background-image:url(images/bgLogo.jpg);
	background-repeat:no-repeat;
	width:335px;
	height:211px;
	margin-left:auto;
	margin-right:auto;
	
	}
#menu {
	background-image:url(images/bg_menu.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:556px;
	height:173px;
	margin-left:-105px;
	padding-top:15px;
	font-family:Arial;
}
#content { 
	margin-left:auto;
	margin-right:auto;
	width:670px;
	margin-top:33px;

}
#menu ul {
	padding-top:5px;
	font-size:12px;
	text-transform:uppercase;
	list-style-type:none;
}
#menu li {
	display:block;
	float:left;
	margin-top: 0px;
	text-align:center;
	background-image:none;
}
#menu a {
	color:#000000;
	text-decoration:none;
}
#menu a:hover {
	color:#4d4d4d;
	text-decoration:underline;
}
.menu0 {
	margin-left:25px;
}
.menu1 {
	margin-left:30px;
}
.menu2 {
	margin-left:34px;
}
.menu3 {
	margin-left:32px;
}
.logo {
	margin-left:55px;
}
a img {
	border:0px;
	}
	object:active, div:active
{
outline: none;
}

object:focus, div:focus
{
-moz-outline-style: none;
}
