* {
	
}

body { 
	text-align: center;
	min-width: 790px;
}

#page {	
	width:730px;
	margin: 0 auto;
}

#header {	
	margin : 		20px 0 0 0;	
	width:			760px;
	height: 		140px;	
	text-align: center;		
}

#header p {
	margin: 0px;
	padding-top: 110px;
	text-indent: 10px;
}

#header a {
	color: black;
	text-decoration: none;
}

#header a:hover {
	color: #666;
	text-decoration: underline;
}

#content {	
	background: #f8f2e2 url('/img/content_left.gif') repeat-y top left;
	width: 750px;
	border: 1px solid black;	
	text-align: left;
	position: relative;		
}



#content_header {
	background: url('/img/content_header_upper.gif') repeat-x top left;			
	height: 48px;	
	width: 100%;
	text-indent: 131px;	
	position: absolute;
	z-index: 1;
	left: 0px;
}

#content_header p {
	font-size: 1.1em;
	margin-top: 0.5em;
	display: inline;	
	position: absolute;
	top: 0px;
	text-indent: 0px;
	padding: 0px;
}

#content_header p.date {
	font-size: 0.9em;
	margin-top: 0.7em;
	display: inline;	
	position: absolute;
	top: 0px;	
	right: 1em;
}

#menu {
	background: url('/img/menu_bg.gif') no-repeat top left;
	font-size: 0.9em;
	
	height: 200px;
	width: 139px;		
	padding: 0px;	
	padding-top: 5px;
	margin: 0px;
	line-height: 1.4em;		
	position: absolute;
	top: 0px;	
	left: 0px;
	z-index: 2;
}
#menu a {
	color: #444;
	text-decoration: none;
	display: block;	
}

#menu a:hover {
	color: #000;
	
}

#menu li {
	margin-left: 20px;	
	
}

#menu .lighten { 
	color: #444;
}

#menu .lighten input {
	color: #666;
}

#menu li p {
	color: #666;
	font-size: 0.75em;
	line-height: 1em;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	width: 100px;	
}

#menu li input {
	width: 100px;
}

#menu .separator {
	list-style-type: none;
}

#shadow_container {	
	background: url('/img/shadow_right.gif') repeat-y top right;
	width: 760px;
}

#content_inner {	
	background: url('/img/content_header_lower.gif') repeat-x top left;
	margin-left: 140px;
	margin-bottom: 20px;
	top: 48px;
	position: relative;
	width: 578px;
	padding: 1em;
	
}

.image {
	border: 1px solid black;
	margin: 0 1em;
}