* {
padding: 0px;
margin: 0px;
font-family: arial;
font-size: 12px;
outline: none;
}

body {
background-color: #333333;
text-align: center;
background-image: url(images/bg.png);
background-position: center -38px;
background-repeat: repeat-x;
}

.clear {
clear: both;
}

#main {
width: 975px;
height: 585px;
margin: 0px auto;
background-image: url(images/main_bg.png);
background-color: #ffffff;
background-repeat: no-repeat;
border: solid 5px #ffffff;
text-align: left;
padding-bottom: 20px;
}

.header {
border-bottom: solid 1px #cccccc;
margin: 15px;
margin-top: 10px;
}

h1 {
font-size: 22px;
font-weight: normal;
color: #aaaaaa;
font-family: arial narrow;
text-transform: uppercase;
padding-bottom: 5px;
margin-left: -5px;
}

h1 span {
font-size: 21px;
font-weight: bold;
margin-left: 10px;
font-family: Verdana;
color: #000000;
} 

.menu {
list-style: none;
position: absolute;
margin-left: 594px;
margin-top: -28px;
}

.menu li {
float: left;
}

.menu li .noborder {
border-width: 0px;
}

.menu li a {
display: block;
text-decoration: none;
padding-bottom: 13px;
color: #000000;
cursor: pointer;
}

.menu li a span {
font-family: verdana;
font-size: 12px;
margin: 20px 0px;
margin-top: 10px;
border-right: solid 1px #d15525;
padding: 0px 20px;
}

.menu li a:hover,.menu li .active {
border-bottom: solid 3px #d15525;
color: #d15525;
font-family: verdana;
}

.menu2 {
list-style: none;
position: absolute;
margin-top: -10px;
}

.menu2 li {
float: left;
}

.menu2 li .noborder {
border-width: 0px;
}

.menu2 li a {
display: block;
text-decoration: none;
color: #000000;
cursor: pointer;
}

.menu2 li a span {
font-family: verdana;
font-size: 12px;
border-right: solid 1px #000000;
padding: 0px 20px;
}

.menu2 li a:hover,.menu2 li .active {
color: #d15525;
font-family: verdana;
}

iframe {
width: 960px;
height: 507px;
margin-left: 3px;
margin-top: 8px;
border-width: 0px;
overflow: hidden;
}

.footer {
color: #aaaaaa;
font-family: tahoma;
font-weight: normal;
margin-top: 17px;
}

.footer .left {
float: left;
font-size: 14px;
}

.footer .right {
float: right;
}

.footer .right a {
float: right;
color: #aaaaaa;
text-decoration: none;
font-size: 14px;
}

.footer .right a:hover {
float: right;
color: #aaaaaa;
font-size: 14px;
text-decoration: underline;
}

.linkimg {
cursor: -moz-zoom-in;
}

