/* CSS Document */

html, body{
overflow:hidden;
background:#000;
scrollbar-base-color:#993300;
}

#container{
margin:auto;
width:1000px;
background:URL(pic/bg2.jpg) fixed center no-repeat;
}

/*--header*/
#head{
margin-left:15%;
background:#000;
}

#header{
height:120px;
background:URL(pic/banner.jpg) no-repeat;
}

/*--nav bar--*/
#nav{
width:559px;
margin-top:-30px;
height:75px;
background:URL(pic/nav2.jpg) no-repeat;
color:#FFF;
font:12px/14px "Times New Roman", Times, serif;
}

#nav a{
font-variant:small-caps;
font-weight:bold;
padding:0 15px 0 15px;
color:#FFF;
text-decoration:none;
}

#nav a:hover{
/*border:#CC6600 ridge;*/
background:URL(pic/hover.jpg) no-repeat;
color:#FFFF99;
}

#nav li{
display:inline;
list-style-type:none;
}

#nav a.page{
background:URL(pic/hover.jpg) no-repeat;
color:#FFFF99;
}

/*--content--*/

#content{
position:fixed;
top:180px;
height:400px;
width:575px;
overflow:auto;
color:#993300;
font:14px/18px /*--"OCR A Extended" "Square721 BT"--*/ "Century Gothic" Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
margin-left:11.25%;
padding:20px;
}

#content a{
font-variant:small-caps;
font-weight:bold;
color:#FFF;
text-decoration:none;
}

#content img{
border:0;
padding-bottom:20px;

}

#content a:hover{
/*border:#CC6600 double;*/
background:URL(pic/hover.jpg) no-repeat;
color:#FFFF99;
}

#content h3{
background:#000;
color:#FFF;
font:18px/14px "Courier New", Courier, monospace;
padding:5px;
}

#content hr{
background:#993300;
margin-top:30px;
}

#content li{
list-style:none;
display:inline;
padding:20px;
}

#content .links a{
display:block;
}

#content #contentm{
height:100px;
width:200px;
font:10px/12px Verdana, Arial, Helvetica, sans-serif;
color:#FFFF00;
background:url(pic/contact.jpg) no-repeat;
margin-top:10px;
}

#content #contentm a{
font-weight:bold;
color:#FFF;
text-decoration:none;
}

#content object{
margin-left:100px;
}

#content #demo{
margin-left:80px;
}

#content .quote{
font:16px/18px "Times New Roman", Times, serif;
color:#FFF;
font-style:italic;
}

#home{
margin:10px;
}

#home a{
color:#993300;
text-decoration:none;
font:16px/18px "OCR A Extended" "Square721 BT" "Century Gothic" Verdana, Arial, Helvetica, sans-serif;
}