body {
	background: #69c;
	margin: 0;
	padding: 0;
	color: #494949;
	font-family: helvetica, arial;
}

#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	padding: 15px;
	padding-top: 35px;
	background: #fff;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	moz-border-bottom-right-radius: 20px;
	moz-border-bottom-left-radius: 20px;
	box-shadow: 10px 10px 10px #000;
	moz-box-shadow: 10px 10px 10px #000;
	webkit-box-shadow: 10px 10px 10px #000;	
}

#header {
	/*border: 1px solid; */
	border-bottom: 3px solid #494949;
	height: 140px;
	padding-top: 0px;
	margin-top: -20px;
	margin-bottom: 25px;
}

#header h1 {
	
}

#header img {
	float: left;
	margin-right: 50px;
}


#navagation {
	float: right;
}

#navagation ul {

	
}
#navagation li {
	display: inline;
	padding-left: 25px;
}

#content {
	word-wrap: break-word;
}

.urlForm {
	text-align: center;
	margin-top: 10em;
	margin-bottom: 10em;
}


#footer {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:960px;
	padding: 15px;
	font-size: 8pt;
}

#footer a {
	color: #494949;
	text-decoration: none;
}

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

#ad {
	margin-bottom: 25px;
}
