/*COLORS*/
/*Light Beige: #fdfaef*/
/*Dark Beige: #f6e7ba*/
/*Dark Brown: #2f2a16*/

* {margin:0; padding:0;}
a:active,a:focus {outline: none;}
html {height: 100%;}
body {background:#fdfaef; height:100%; text-align:center;}
* html #main {height: 100%;}

#main
	{background:#f6e7ba url("images/main_gradientbackground.gif") repeat-x bottom; margin-left:auto; margin-right:auto; max-width:1000px;  min-height:100%; position:relative;	
	/*IE Hack:*/ width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1000 ? "1000px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 770 ? "760px" : "99.7%")); }

#container 
	{overflow:auto; width:100%; margin-top:10px;}

#header 
	{background:#fff url("images/header_photobackground.jpg") no-repeat top left; height:100px; position:relative; text-align:left;}
	
#logo 
	{height:130px; margin-left:10px; margin-top:40px; position:absolute; width:230px; z-index:1000;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/logo.png',sizingMethod='image');}
	html>body #logo {background:url(images/logo.png) no-repeat;}

#navigation 
	{background:#f6e7ba url("images/navigation_gradientbackground.gif") repeat-x; height:35px; padding-left:180px;}
#navigation ul 
	{display:inline;}
#navigation ul li 
	{display:inline; float:left; overflow:hidden; padding-left:5px; text-align:center;}
#navigation ul li a.navigation,a:visited.navigation 
	{background:#f6e7ba url("images/navigation_normal.gif") no-repeat center top; color:#65533e; display:block; font:16px Georgia,"Times New Roman",Times,serif; height:35px; padding-top:10px; text-decoration:none; width:140px;}
#navigation ul li a:hover.navigation 
	{background:url("images/navigation_active.gif") no-repeat center top;	color:#000;}
	
#main_column
	{padding:20px 50px 5em 300px; text-align:justify; }

#left_column 
	{float:left; padding:20px; text-align:justify; width:235px;}
	
#footer
	{background:#fdfaef url("images/footer_shadowbottom.gif") repeat-x;	height:2em; margin-top:-2.1em; margin-left:auto; margin-right:auto;	max-width:1000px; position:relative; text-align:right;
	/*IE Hack:*/ width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1000 ? "1000px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 770 ? "760px" : "99.7%")); }
#footer .footertext 
	{bottom:0; color:#963; font:0.75em Georgia,"Times New Roman",Times,serif; position:absolute; display:block; right:0;}


