/*
*************
Main Page Styles
*************
*/

body {
overflow:scroll;
font-family: "Times New Roman","TSCu_Comic";
font-style: normal;
}

a {
text-decoration: none;
color: #76a6af;
}

a:hover {
color: #000000;
}

#box {
width: 150px;
height: 300px;
position: absolute;
bottom: -2px;
right: -2px;
border: 2px black;
border-style: none solid solid none;
}

.header {
padding-left: 3px;
margin: 25px 0 40px 35px;
font-size: 15pt;
font-weight: normal;
width: 475px;
border-bottom: solid 2px #FEE677;
#border-left: solid 2px black;
}

#main {
width: 645px;
margin: auto;
}

#banner {
text-align: left;
padding-top: 125px;
padding-left: 11px;
background: url('http://www.silhouettedesigns.net/images/banner.gif') no-repeat;
width: 645px;
height: 30px;
}

#cont {
position: relative;
top: -8px;
width: 582px;
padding: 12px;
border: 2px black;
border-style: none dotted dotted dotted;
min-height: 435px;
font-family: Minon,Georgia,Tahoma,"Times New Roman";
}

.default {
margin: auto;
margin-top: 7px;
text-indent: 20px;
width: 500px;
font-family: Minon,Georgia,Tahoma,"Times New Roman";
}

.default:first-letter {
font-weight: bold;
}

#offline {
margin: auto;
padding-top: 50px;
text-align: center;
width: 300px;
font-family: Tahoma;
}

em.ul {
font-style: normal;
}

/*
*************
Main Menu Styles
*************
*/

#menu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 610px;
}

#menu ul li{
position: relative;
display: block;
float: left;
white-space: nowrap;
}

#menu ul li a{
font-variant: small-caps;	
height: 10px;
width: 2%; /*Width of top level menu link items*/
padding: 0 15px;
text-decoration: none;
font-weight: bold;
color: #000000;
text-align: center;
font-size: 16px;
}

#menu ul li a:hover {
color: #76A6AF;
}

/* Holly Hack for IE \*/
* html #cont {
height: 460px;
}
* html #menu ul li { 
float: left; 
height: 1%; }
* html #menu ul li a { 
display: block;
height: 1%; }
/* End */

/*
*************
Page Specific Styles
*************
*/

#cframe {
margin: auto;
width: 500px;
font-family: Minon,Georgia,Tahoma,"Times New Roman";
}

#cframe a {
font-variant: normal;
}