body{
	margin: 0px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}


.maintable {
width: 100%;
text-align: center;
}

.contenttable{
	text-align: left;
	font-size: 11px;
	padding-left: 10px;
}

.bottom{
	background-image: url(images/css/bottom.jpg);
	background-repeat: no-repeat;
	height: 66px;
}

/* BOX **********************************************************************/
.box_top_left{
	background-image: url(images/css/corner_left_top.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 39px;
}
.box_top_middle{
	background-image: url(images/css/top_middle.jpg);
	background-repeat: repeat-x;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
}
.box_top_right{
	background-image: url(images/css/corner_right_top.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 39px;
}
.box_left_middle{
	background-image: url(images/css/middle_left.jpg);
	background-repeat: no-repeat;
}
.box_center_middle{
	background-image: url(images/css/middle_center.jpg);
	background-repeat: repeat-x;
	padding: 5px;
}
.box_right_middle{
	background-image: url(images/css/middle_right.jpg);
	background-repeat: no-repeat;
}
.box_bottom_left{
	background-image: url(images/css/corner_bottom_left.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 22px;
}
.box_bottom_middle{
	background-image: url(images/css/bottom_middle.jpg);
	background-repeat: repeat-x;
}
.box_bottom_right{
	background-image: url(images/css/corner_bottom_right.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 22px;
}

#container {
	float: left;
	width: 100%;
	margin: 1em 10% 10px;
} 
#div1 { 
    float:left; 
	 width: 300px;
     
} 
#div2 { 
    margin-left:2.5em;
	float: left;
     
} 
#div3 { 
    margin-left:0em; 
	float: right;
     
}
#div4 {
	float: left;
	margin-left: 30px;
} 

#div5 { 
    margin-left:2.5em;
	float: left;
}

a:link {color:orange; text-decoration:underline}
a:visited {color:orange; text-decoration:underline}
a:active {color:orange; text-decoration:underline}
a:hover {color:orange; text-decoration:underline;
background-color: #E4FBAD}

.input_1 {
	background-color: transparent;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	width: 300px;
}

.input_2 {
	background-color: transparent;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	width: 300px;
}
.input_3 {
	background-color: transparent;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	width: 150px;
}

