/* www.andynguyen.net */
* { margin: 0; padding: 0; color: black; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; }
a { color: #005578; font-weight: bold; text-decoration: none; }
a:hover { color: black; }
a img { border: none; vertical-align: text-bottom; text-decoration: none; }

html, body { background: white; height: 100%; }
.clear { clear: both; }
.error { color: red; font-weight: bold; }

/* 100% height - http://www.xs4all.nl/~peterned/examples/csslayout1.html */
#container { background: white; width: 800px; 
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	margin: 0 auto;
	position: relative;
}

#header { background: white url(images/header.jpg); height: 100px; width: 800px; }

#menu_container { background: #231f20; }
#menu { color: #d2232a; padding: 10px 0; margin: 0 auto; width: 800px; }
	#menu a { color: #e4b54b; font-size: 14px; font-weight: bold; padding: 0 5px; }
	#menu a:hover { color: #736356; }
	

#content { height: auto; margin: 0 20px; padding-bottom: 60px; }
	#content p { margin-bottom: 20px; }
	#content h1 { color: #005578; font-size: 20px; font-weight: bold; margin-bottom: 10px; }

#footer {
	background: #d2232a;
	bottom: -88px;
	height: 20px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 700;
}

