/* CSS Document */

.main_table
{
	font-size:				10px;
	font-family: 			arial, helvetica,sans-serif;
	color: 					#000000;
	background-color: 		#FFFFFF;
	width:					724px;
	padding:				0;
	border-width:			4px;
	height: 				400px;
	border-right-color: 	#363636;
	border-left-color: 		#363636;
	border-left-style: 		solid;
	border-right-style: 	solid;
}


.header
{
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	color: #FFFFFF;
	background-color: #c7b299;
	font-weight: bold;
	height: 20px;
	border-width: 14px;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 0px;
}


.content
{
	width: 442px;
	background-color: #ffffff;
	/*height: 520px;*/
	border: solid #FFFFFF 14px;
	padding: 0px;
	margin-right: 0px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}

.body
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.side_menu
{
	font-size: 18px;
	font-family: arial,helvetica,sans-serif;
	color: #FFFFFF;
	width: 500px;
	background-color: #999999;
	height: 350px;
	border: solid #FFFFFF 14px;
	font-weight: bold;
	padding: 25px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.quote
{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin-top:	90px;
	text-align: left;
	color: #FFFFFF;
		
}

.link
{
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;

}

.link:hover
{
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	color: #000000;
	text-decoration: none;

}

.nav
{
	font-size: 18px;
	font-family: arial,helvetica,sans-serif;
	color: #a57c52;
	background-color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	text-decoration: none;
	vertical-align: text-top;
	padding: 10px;
	

}
.nav:hover
{
	font-family: 			arial,helvetica,sans-serif;
	color: 					#603913;
	font-size: 				18px;
	font-weight: 			bold;
	height: 				25px;
	text-decoration: 		none;
	vertical-align: 		text-top;

}

.footer
{
	font-size: 10px;
	font-family: arial,helvetica,sans-serif;
	width: 703px;
	height: 50px;
	background-color: #c7b299;
	border-width: 14px;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 0px;
}

