html, body{
    background: #000;
    font-family: Verdana;
}
/*Text styles*/
h1{
	font:20px Verdana, bold; color: #fff; margin: 0px 0 0 0px;
}
h2 {
	font:30px Verdana, Serif; color: #fff; margin: 15px 0 0 45px;
}
h3 {
	font:30px Verdana, Serif; color: #fff; margin: 0 0 0 45px;
}

p {
	font:15px verdana, arial, sans-serif; color: #fff; margin: 15px 0 0 0;	
}
/*Links*/
a:link {
    color: #ffffff;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #ffffff;
}
a:hover {
    text-decoration: none;
    color: #ffffff;
}
img{
    border:none;
}
/* page built*/
div#page-wrap{
    margin:0 auto;
    width:1000px;
    height:1000px;
}
div#header{
    width:1000px; height:243px;
    background:url(images/header.png) no-repeat;
}
div#content{
    width:1000px; height:370px;
}
div#footer{
    width:1000px; height:246px;
    background:url(images/footer.png) no-repeat;
}
/* begin css tabs */
ul#menu { /* general settings */
text-align: left; /* set to left, right or center */
list-style-type: none;
padding: 182px 0px 3px 300px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#menu li { /* do not change */
display: inline;
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
text-decoration: none;
border:none;
/* end css tabs */
}
div#flashobj{
    padding:50px 0 0 300px;
}
div#flash{
    text-align:center;
    padding:1px;
    background:url(images/flashbg.png);
    width:458px;
    height:350px;
}
div#mapl{
    text-align:center;
    float:left;
    padding:50px 0 0 100px;
    width:400px; height:300px;
}
div#mapr{
    text-align:center;
    float:right;
    padding:50px 100px 0 0;
    width:400px; height:300px;
}
div#bottomtxt{
    padding:30px 0 0 0;
    text-align:center;
    width:1000px;
}
div#enter{
    padding:300px 0 0 250px;
    width:500px;
    text-align:center;
}
