/* CSS Document */
body
{
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}
/***** width *****/
#width
{
	width: 100%;
	min-width: 600px;
}
/***** minwidth *****/
* html #minwidth
{
	padding-left: 600px;
}
* html #container
{
	margin-left: -600px;
	position: relative;
}
/*Target Win IE\*/
* html #minwidth, * html #container, * html #layout
{
	height: 1px;
}
/*End Target*/
/***** links *****/
a img
{
	border: 0px;
}
a
{
	color: #000000;
}
/***** header *****/
#header
{
	display: block;
	height: 100px;
	margin: .3em;
	padding: 0px;
	background-color: #000000;
	border: .2em solid #000000;
}
#header img
{
	
}
/***** menu *****/
#menu
{
	background-color: #000000;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url('images/menu_background.jpg');
	color: #FFFFFF;
	min-height: 400px;
	margin: .3em;
	margin-top: 0em;
	border: .2em solid #000000;
	padding: .5em 0em;
	float: left;
	display: block;
	width: 12em;
}
* html #menu
{
	margin: 0em;
	margin-left: .2em;
}
#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li
{
	text-align: center;
	font-size: large;
}
#menu li a, #menu li a:visited, #menu li a:active
{
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover
{
	background-color: #666666;
	color: #FFFFFF;
}
#menu a img
{
	border: 0px;
}
.underline
{
	text-decoration: underline;
}
#content
{
	background-color: #FFFFFF;
	color: #000000;
	min-height: 400px;
	margin: .3em;
	margin-left: 13em;
	border: .2em solid #000000;
	padding: .5em;
}
/*#content:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}*/
/* Target Win IE \*/
* html #menu, * html #content {height: 400px;}
/* End Target */
/***** pictures page *****/
.image_detail
{
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 400px;
	margin: 5px;
}
.image_detail a, .image_detail a:visited
{
	text-decoration: none;
	display: block;
	width: 100%;
	background-color: #eeeeee;
}
.image_detail a:hover, .image_detail a:active
{
	background-color: #00CCFF;
}
.image_description
{
	display: block;
}.image_detail img
{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 100px;
}
