
/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #E5DA91;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial;
	margin-top: 100px;
}

.page {
	/* Page width: */
	width: 60%;
}

#contentbox {
	background-color: #E5DA91;                
	margin: 0 auto;
	text-align: left;
	width: 637px;	
}

/* menu: */

#menu {
	width: 485px; 
	height: 20px;
	margin: 0 auto;
	text-align: left;
	color: #676329;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #676329;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #676329;
	text-decoration: underline;
}

#innerpage {
	background-color: #E5DA91;
	background-image: url('ceny.jpg');
	background-repeat: no-repeat;
	padding: 0em;
	width: 637px; 
	height: 404px
}

#padding {
	padding: 70px;
	width: 10px; 
	height: 10px;
}


/*
 Styles that apply to the 
 content area:
*/

#distance {
	height: 55px;
	padding: 0px;
}


#content {
	align: center;
	width: 480px; 
	height: 200px;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 0.9em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #F58500;
}

#content h2 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #000000;
}

/* link colors */
#content a:link {
	color: #7D4800;
	text-decoration: none;

}

#content a:hover, #content a:active {
	color: #7D4800;
	text-decoration: underline;
}

#content a:visited {
	color: #7D4800;
	text-decoration: none;
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}