/* 	
	Layout CSS
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Body - General Layout Structure	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */   
body {
	margin: 0px;
	padding:0px;
	background-color: #945101;
	font-family: Verdana, Arial, geneva, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	background-image: url(graphics/bg_leather.jpg);
	background-repeat: repeat;
}

A {font-size: 10px;}
A:link {color: #006699; font-weight: bold; text-decoration: none;}
A:active {color:#006699; font-weight: bold; text-decoration: none;}
A:visited {color: #006699; font-weight: bold; text-decoration: none;}
A:hover {color: #FFFFFF; font-weight: bold; text-decoration: none; background-color: #006699;}

