@charset "utf-8";

	body
		{ background:#333333; margin:0 auto;
		}
	div.header
		{
	margin:30px auto; 
	width:300px; height:200px; background-image:url(img/logo2.jpg);
	 			}
	#mainbox 
		{ margin:40px auto;
		width:1200px; }
	#buttonbox
		{ margin:20px ; width:150px; height:300px; float:left ;	}
	#mb{margin:5px; width:20px; height:300px; float:left}
	#picbox
		{
	margin-left:20px ;
	height:300px;
	width:800px;
	float:left;
	border:10px  solid #000;
}
	h2 {color: #09F; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-style:italic; text-align:left}	
	
	div#menu {	
    height: 50px;
    width: 150px;
}
	#menu li {
	height: 50px;
	width: 150px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align: center;
	line-height: 200%;
	list-style-type: none;
	background-image: url(img/button_02.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: left;
	visibility: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
div#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
div#menu li a:link {
    color:blue;
}
div#menu li a:visited {
    color:white;
}
div#menu li a:hover {
    font-weight: bold;
    color: red;
} 

div#menu li a:active {
    font-weight: bold;
    color: red;
    background-image: url(images/buttonface-down.jpg); 

    background-repeat: no-repeat;
}

	p{ color:#D8CA7A;}
	div{ color:#D8CA7A;}