@charset "utf-8";
/* CSS Document */

body {

font-family: Verdana, Arial, sans-serif;
font-size: .85em;

margin: 0;
padding: 0;

}

img {

border: none;

}


#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


#header {

margin-top: 25px;
height: 30px;

}

#title {

text-align: center;
font-size: 2em;
color: #FF9900;
display: none;

}

#subtitle {

margin-top: 10px;
font-weight: bold;
font-size: 1em;
text-align: center;
line-height: 1em;
height: 1em;

}

#left {

width: 400px;
float: left;
text-align: center;
margin-top: 30px;


}

#right {

width: 385px;
margin-left: 400px;
margin-right: 15px;
margin-top: 60px;
display: none;

}

#footer {

clear: both;
height: 95px;

}

#footer-left {

width: 50%;
float: left;
margin-left: 15px;
margin-bottom: 15px;

}

#footer-right {

margin-top: 30px;
width: 40%;
float: right;
text-align: right;
}


#master-nav {

position: relative;

}

#current-nav {

position: relative;
display: none;

}

#nav-wrapper {

overflow: hidden;

}



