body { 
margin: 0px;
background-color: #111111;

}

img { border: none; }



table, td {

border: none;

}


.base { 
width: 800;
height: 100%;

}

.box1 {
width: 100%;
Height: 154;
background-color: #000000;


}

.box2 {
width: 100%;
height: 50;
background-color: #000000;
background-image: url(../images/box2_bg.jpg);
background-position: top right;
background-repeat: no-repeat;


}

.box3 {

width: 197;
height: 23;
background-color: #000000;
background-image: url(../images/box3_bg.jpg);
background-position: bottom right;
background-repeat: no-repeat;


}

.box4 {
Width: 800;
height: 23;
background-color: #000000;
background-image: url(../images/box4_bg.jpg);
background-repeat: repeat-x;


}

.box5 {

width: 197;
height: 100%;
background-color: #000000;

background-image: url(../images/box5_bg.jpg);
background-repeat: repeat-y;
background-position: right;


}

.box6 {
width: 800;
height: 100%;
background-color: #d4d3d3;


}


.contact_td {
background-color: #000000;
height: 28;
width: 100%;
color: white;
font-family: Verdana;
font-size: 8pt;
background-image: url(../images/contact.jpg);
background-position: left;
background-repeat: no-repeat;
padding-left: 20px;
}

.dropmenu {
	border: 1px solid black; 
	width: 190px; 
	height: 18px; 
	background-color: rgb(149, 0, 0); 
	text-align: center; 
	font-family: Verdana; 
	font-size: 12pt; 
	color: rgb(222, 176, 176);
}
