body {
	background-image: url(images/bg.jpg);
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

a:link {
	
	color: #000000;
	text-decoration: none;
}

a:visited {

	text-decoration: none;
	color: #000000;
}

a:hover {

	text-decoration: underline;
	color: #000000;
}

a:active {

	text-decoration: none;
	color: #000000;
}


.left{
	width:10px;
	background-image: url(images/left.png);
	background-repeat:repeat-y;
	vertical-align:top;
}

.left_content{
	width:686px;
	background-color: #ffffff;
	vertical-align:top;
	
}

.middle{
	width:19px;
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	vertical-align:top;
}

.right_content{
	width: 249px;
	background-color: #B5AA59;
	vertical-align:top;
	text-align:center;
	
}

.right{
	width: 10px;
	background-image:url(images/right.png);
	background-repeat: repeat-y;
	vertical-align:top;
}

.text_box{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}


.textfieldbox {
	width:135px;
	font-size: 12px;
}


.enter_button {
	width:70px;
	height:20px;
	font-size: 12px;
}

.style1{	
	font-size: 14px;
	color: #3A1D00;
}


.style2 {
	font-size: 10px;
}

.style3 {
	color: #333333;
}

.style4 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.style5 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style6 {font-family: Georgia, "Times New Roman", Times, serif}




.style8 {color: #FFFFFF}
