body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	text-decoration: none;
}
#logo{
	width:380px;
	height:71px;
	float: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	margin-left:-120px;
}
#tag{
	width:450px;
	height:71px;
	float: right;
	background-image: url(images/motto.jpg);
	background-repeat: no-repeat;
	margin-right:30px;
}
#top{
	width:1000px;
	height:80px;
	display:block;
        margin: 0px auto;
	padding: 0px;
}
#main {
	width:100%;
	height:476px;
	display:block;
	background-color:#262978;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
}
#mainmenu {
	width:100%;
	height:40px;
	background-color:#29166f;
}
#menu{
	width:800px;
	margin: 0px auto;
	padding: 0px;
}

#navigation {
font-size: 14px!important;
padding: 0px;
margin: 0 auto;
list-style-type: none;
font-weight:bold;
}
#navigation li {
position: relative;
float: left;
margin: 12px 1px 0px 0px;
}
#navigation li a {
display: block;
padding: 5px 35px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-right: 5px;
background-color:#29166f;
color: #ffffff;
text-decoration: none;
}

#navigation li ul {
position: absolute;
left: 0px;
top: 0px;
display: none;
padding: 0px;
margin: -3px 0 0 0 ;
list-style-type: none;
font-weight:bold;
}

#navigation li.over {
top: 1px;
}

#navigation li.over a {
background: #dedede;
color:#29166f;
}

#navigation li.over ul {
padding: 5px!important;
display: block;
background: #dedede;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-right: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-bottom-top-right: 5px;
}
#navigation li.over ul li {
float: none;
margin: 0px!important;
top: 0px;
}
#navigation li.over ul li a {
font-size: 14px!important;
padding: 3px 30px;
background: none;
white-space: nowrap;
}
#navigation li.over ul li a:hover {
background: #29166f;
color: #fff;
font-weight:bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#mml{
	width:39px;
	height:39px;
	display:block;
	float:left;
	background-color:#fff;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
}
#mmr {
	width:39px;
	height:39px;
        display:block;
	float:right;
	background-color:#fff;
}
#flash{
	width:1000px;
	height:490px;
	margin: 0px auto;
	padding: 0px;
	z-index: 50;
}
#mmml{
	width:34px;
	height:476px;
	display:block;
	float:left;
	background-color:#fff;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 128;
}
#mmmr {
	width:34px;
	height:476px;
	display:block;
	float:left;
	background-color:#fff;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 128;
        right:8;
}
#footer {
	width:100%; 
	height:31px;
	position:fixed; 
	bottom:0px; 
	z-index:999; 
	background-color:#000000; 
	left:0;
}
#footer table{
	width:1000px;
	color:#fff;
	z-index:999;
	margin: 10px auto;
	padding: 0px;
	font-size: 11px;
}
#frame{
	width:940px;
	height:476px;
	margin: 0px auto;
	padding: 0px;
	
}
#spacer{
    height:40px;
}