* { 
  margin:0; 
  padding:0;
}

html,body {
	height:100%;
	font-family:arial,sans-serif;
	font-size:small;
	background:#ddd;
}

#wrapper {
	position:relative;
	width:736px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treats as min-height*/
	min-height:100%;        /* real browsers */
	margin:0 auto;
}

#header {
	margin-bottom:12px;
	width:736px;
	background:#20590c url('images/logo.gif') 5px 5px no-repeat;
	border:3px double #999;
	height:108px;
}


#header ul {
	padding:66px 12px 12px 266px;
	text-align:right;
}

#header li { display:inline; }

#header a {
	padding:54px 12px 0;
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
}

#header a.home { background:url('images/spades_nav.gif') top no-repeat; }
#header a.congress { background:url('images/hearts_nav.gif') top no-repeat; }
#header a.contact_us { background:url('images/diamonds_nav.gif') top no-repeat; }
#header a.links { background:url('images/clubs_nav.gif') top no-repeat; }
#header a:hover { text-decoration:underline; }

#middle {
	overflow:hidden;
	width:736px;
	padding:0 0 54px 0;
	font-size:105%;
	text-align:justify;
}

#content {
	width:450px;
	padding:12px;
	float:left;
	overflow:hidden;
	border:3px double #1d500b;
	color:#444;
	background:#eee;
}

#content h1 {
	margin-bottom:1em;
	line-height:1em;
	font-size:1.6em;
	font-weight:normal;
}

p {
	margin:0 0 1.6em 0;
	font-size:1em;
	line-height:1.6em;
}

em {
	font-weight:bold;
	font-style:normal;
}

#sidebar {
	width:214px;
	margin-left:12px;
	padding:12px;
	float:left;
	color:#eee;
	background:#20590c;
	border:3px double #999;
}

#sidebar h1 {
	margin-bottom:1em;
	text-align:right;
	line-height:1em;
	font-size:1.6em;
	font-weight:normal;
}

#sidebar p {
	margin:0 0 2em 0;
	font-size:0.9em;
	line-height:2em;
}

#sidebar a {
	color:#eee;
	}

#footer {
	position:absolute;
	bottom:0;
	width:712px;
	height:12px;
	padding:12px;
	color:#eee;
	background:#20590c;
	border:3px double #999;
	overflow:hidden;
}

#footer ul { text-align:center; }

#footer li { display:inline; }

#footer a {
	color:#eee;
	text-decoration:none;
	padding:6px;
}

#footer a:hover { text-decoration:underline; }