/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Body - General Layout Structure	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	margin: 10px;
	padding:0px;
	background-color: #336600;
	font-family: Verdana, Arial, geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	background-image: url(assets/bg/bg1.jpg);
	background-position: 50% 50%; 
	background-repeat: repeat-x;

	
}

h1{
	font-family: Verdana, Arial, geneva, sans-serif;
	font-size: 12px;
	color: #336600;
	text-align: center;
	font-weight: bold; 
	text-transform: uppercase;
	}
	
	
h2{
    font-family: Verdana, Arial, geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	font-weight: bold; 
}
	

.footer{
	font-family: Verdana, Arial, geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	}
   

A {font-size: 10px; text-align: center;}
A:link {color: #FFFFFF; font-weight: bold; text-decoration: underline;}
A:active {color:#FFFFFF; font-weight: bold; text-decoration: underline;}
A:visited {color: #FFFFFF; font-weight: bold; text-decoration: underline;}
A:hover {color: #336600; font-weight: bold; text-decoration: underline;}


