/*---------- Main Document ----------*/
* {
	margin: 0px;
	padding: 0px;
	}

body {
	/*background: url(../images/layout/stripe_background.jpg) repeat-x #b5e4f9;*/
	background: url(../images/layout/bg1.png);
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	color: #3e3919;
	font-size: .9em;
	}

#gallery{
	background: #49362f;
	}
	
#topNav {
	background: #4e3e35;
	color: #30231c;
	border-bottom: 4px solid #f6efce;
	padding: 10px;
}
	
#topNav li{
	list-style: none;
	
	display: inline;
	border-right: 1px solid;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	}

#container {
 align: center;
 }