/* CSS Document */

body
{ 
	background: #27297c ;
	margin-left: auto; 
	margin-right: auto;
}

.nav {
	background-image: url(../images/home_04.jpg); BACKGROUND-REPEAT: no-repeat; background-position: top center;
	height: 180px; 
	width: 167px; 
	top:0px;
	}	

#side {
	background-image: url(../images/home_06.jpg);  BACKGROUND-REPEAT: repeat-y; background-position: top center;
	min-height:50px; 
 	height:auto;
	width: 167px; 
	top:0px;
	}
/* for Internet Explorer */	
* html #side {
	background-image: url(../images/home_06.jpg);  BACKGROUND-REPEAT: repeat-y; background-position: top center;
 	height: 50px;
	width: 167px; 
	top:0px;
	}
	
	
/* TEXT */	
body {
	font-family: "Times New Roman", Times, serif;
	color: #C8842D;

}
a {
	color: #FFCC33;
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	color: #D7AE5B;




}

#nav1{
	margin:0px;
	padding:0px;}
