body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #ffffff url(/img/bg.gif) repeat-x 0 80px;
}

#start {
	width: 960px;
	margin: auto;
}

.header {
	margin: 0 0 20px 0;
}

#menu {
	float: right;
	margin: 25px 0;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0 60px 0 0;
}

#menu a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#wwd {
	float: left;
	margin: 30px 0 0 350px;
	font-style: italic;
}

* html #wwd {
	margin: 30px 0 0 250px;
	white-space: nowrap;
}

a {	
	color: #00f;
}

.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cf {
    display: inline-block;
}

html[xmlns] .cf {
    display: block;
}

* html .cf {
    height: 1%;
}

.lg img {
	border: 0;
	float: left;
}

#ftr {
	text-align: center;
	margin: 40px 0;
}
