body 
{ 
background-color:#000000;
}

#header {
	border-style:solid;
	border-color:#ffffff;
	border-width:2px;
	border-weight: bold;
}

.foot 
{
font-size: 14px;
color: #ffffff;
text-align:	center;
border: 1px  solid  #000000;
min-width:1025px;
max-width:1025px;
}



/**************** drawline **********************/
.drawline { 
display: block;
background-color: #d1d1d1;
height: 1px;
border-style:solid; 
}


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

.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}


/********* display text next to the image ************/

.img-txt
{
	float:left;
}

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

/**************** nav bar *********************/
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:#000000;
color:#ffffff;
border-color: #;
border-style: outset;
}

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

#navbar li a:active 
{
background-color:#cb864f;
color: #000000;
border-color: #0000000;
border-style: double;
}



/************** drawtd ******************/

.drawtd4h {
padding: 10px  10px  10px  10px;
border: 2px  solid  #d1d1d1;
background: #ffffff;
color: #000000;
font-family:"Century Gothic";
font-size:16px;
font-weight:;
}

.drawtd4k {
padding: 10px  10px  10px  10px;
border: 2px  solid  #000000;
background: #000000;
color: #ffffff;
font-family:"Century Gothic";
font-size:16px;
font-weight:;
}

.drawtd4l {
padding: 10px  10px  0px  10px;
border: 2px  solid  #000000;
background: #000000;
color: #ffffff;
font-family:"Century Gothic";
font-size:30px;
font-weight:;
}

.drawtd4m {
padding: 10px  10px  0px  10px;
border: 2px  solid  #ffffff;
}

.drawtd-head {
color: #cb864f;
font-family:"Century Gothic";
font-size:24px;
}


