@charset "utf-8";
/* CSS Document */

* {
	margin: 	0; 
	padding: 	0;
	border:		0;
}
	
h1 { font-size: 1.3em; }
h2 { font-size: 1.0em; }
h3 { font-size: 1.0em; font-weight: normal; }
h1, h2, h3 { margin: 0.5em 0; }
p { margin: 0.25em 0; font-size: 0.9em }
#content h3 { text-indent: 2em; }

body {
	background:     url(../images/background.gif) repeat-x #b46846;
	font-family:	Arial, Helvetica, sans-serif;
	line-height:    1.2em;
	margin:         0;
	padding:        0;
	font-size:		1em;
}

#container {
	width:       	750px;
	position:    	absolute;
	left:        	50%;
	margin-left: 	-375px;
	background:		#ffffce;
	border-left:	2px solid #333;
	border-bottom:	2px solid #333;
	border-right:	2px solid #333;
}

#header {
	margin-top:	10px;
	background: url(../images/header.jpg);
	clear:		left;
	height:		175px;
}

#content {
	padding:	20px;
	clear:		left;
	text-align:	justify;
}

#footer {
	text-align:		center;
	line-height:	1.3em;
	clear:			left;
	font-size:		0.8em;
	padding:		5px;
}

#footer span { padding: 0 10px; }

blockquote { padding: 10px; }

.bar { 
	background:	url(../images/background.gif);
	padding:	5px;
}

.red { color:#CC0000; }

.location ul { clear: left; }

.location ul li {
	list-style-type:	none;
	padding:			5px 5px 15px 5px;
	float: 				left;
}

.location img { border: 1px solid #333; }