@charset "utf-8";
/* CSS Document */

* {

margin: 0;

padding: 0;

}




a {
color:#666666;
text-decoration:underline;
}


body {

color: #333;

background-color: #ffffff;

font-family: "Arial", "Helvetica", sans-serif;

font-size: .75em;

text-align: center;

}

#flash{
width:700px;
height:600px;
margin:0px auto;
}

#shadow {
margin: 0px auto;
width:720px;
height:650px;
background-image:url(../images/shadowBG.jpg);
background-repeat:repeat-y;
}

#top{
width:100%;
height:70px;
}

#header{
width:100%;
height:85px;
background-image:url(../images/headBG.jpg);
background-repeat:repeat-x;
border-bottom:2px solid #999999;
}

#home{
text-align;left;
float:right;
height:87px;
width:200px;
background-image:url(../images/littlesun.png);
background-position:left;
background-repeat:no-repeat;
}

#home a{
text-decoration:none;
}
#home a:hover{
text-decoration:none;
color:#006699;
}

#home-in{
width:700px;
margin:0px auto;
}

#home h4{
padding-top:30px;
font:2.0em Verdana, Arial, Helvetica, sans-serif;
color:black;
}

#title{
height:60px;
width:100%;
background-image:url(../images/headerBG.gif);
background-repeat:repeat-x;
background-position:bottom;
}
#title h1{
text-align:left;
margin-left:65px;
font:3em Verdana, Arial, Helvetica, sans-serif;
color:black;
}

#content{
width:700px;
height:650px;
margin:0px auto;
}

#about{
float:right;
width:200px;
}

#about p{
text-align:left;
font:12px Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}

#advertise{
text-align:left;
margin-left:50px;
width:400px;
}

#advertise p{
padding:10px 0 10px 0;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
font:12px Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}

#about h3{
font:1.25em Verdana, Arial, Helvetica, sans-serif;
color:black;
}

#about a{
color:#006699;
}
#about a:hover{
color:white;
}


#copy{
margin-top:0px;
width:450px;
}

#copy p{
margin-left:45px;
text-align:left;
font:20px Verdana, Arial, Helvetica, sans-serif;
color:black;
}

#footer{
height:147px;
background-image:url(../images/footerBG.jpg);
background-repeat:repeat-x;
width:100%;
}

#moreinfo{
text-align:center;
width:700px;
margin:0px auto;
height:125px;
}

#moreinfo h2{
padding-top:35px;
font:1.50em times;
color:white;
}
#moreinfo h3{
font:1.35em times;
color:white;
}

#bottom{
width:700px;
margin:0px auto;
}

#bottom p{
font:14px tahoma;
color:#999999;
}
