body 
{
background-color:#000000;
background-image:url(photos/home.png);
background-repeat:no-repeat;
background-position:top center;
}

/**************** set defaults **********************/

*{margin:0;padding:0}

/**************** wrapper **********************/
#wrap
{
margin: 0 auto;
padding: 0 1px;
min-width:1025px;
max-width:1025px;
}

.home-size-font { font-size:12px;}
.success-size-font { font-size:14px;}
.contact-size-font {font-size:16px;}
.contact-size-color {font-size:16px; color:#a2cade}
/**************** boxes ******************************/
.boxtop
{
margin-right: 0px;
margin-left: 0px;
margin-top: 30px;
}


.p-size-menu {
	font-size: 36px;
}


/**************** middle ******************************/
#middle 
{
background-color:#00000;
font-size: 16px;
font-weight: bold; 
color: #f4d177;
font-family:"Century Gothic";
min-width:1025px;
max-width:1025px;
}



/**************** footer ******************************/
#foot 
{
font-size: 12px;
color: #f4d177;
text-align:	center;
border: 1px  solid  #000000;
min-width:1025px;
max-width:1025px;
}


/**************** nav bar 2 text ******************************/

#navbar2 {
    width: 586px;
    height: 45px;
    font-size: 16px;
	font-family:"Century Gothic"; 
    font-weight: 500;
    text-align: center;
    text-shadow: 2px 2px 2px #c06352;
}

#navbar2 ul {
    height: auto;
    padding: 4px 0px;
    margin: 0px;
}

#navbar2 li { 
	display: inline; 
	padding: 10px; 
}

#navbar2 a {
    text-decoration: none;
    color: #f4d177;
    padding: 8px 8px 8px 8px;
}

#navbar2 a:hover {
    color: #f4d177;
    background-color: #c06352;
}


/**************** nav bar 1 menu******************************/

ul#navbar
{
text-align:center;
margin-left: 0;
padding-left: 0;
margin-top: -31px;
white-space:nowrap;
font-family:"Century Gothic"; 
font-size:14px;
font-weight:700;
}

#navbar li 
{
display: inline;
list-style-type: none;
padding-right: 0px;
}

#navbar li a
{
padding: 2px 15px;
text-decoration:none;
background-color:#f4d177;
color:#c06352;
border-color: #deeaff;
border-style: outset;
}

#navbar li a:link
{
}

#navbar li a:visited 
{
}


#navbar li a:hover 
{
background-color:#f4d177;
color: #e5883a;
border-color: #000000;
border-style: double;
}

#navbar li a:active 
{
background-color:#000000;
color: #f4d177;
border-color: #00000;
border-style: outlet;
}

.drawtd {
padding: 5px;
border: 2px  solid  #f4d177;
background: #c06352;
color: #f4d177;
font-family:"Century Gothic";
font-size:20px;
}




