@font-face {
	font-family: 'Kremlin';
	src: local('Kremlin'), local('Kremlin'), url('../fonts/kremlin.ttf') format('truetype');
}

td {
	vertical-align: top;
	border: 0px dotted red;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: 0px;

}

hr {
	height: 1px;
	background: #eca;
	margin-bottom: 15px;
	margin-top: 15px;
	}

h1 {
	font-family: 'Cabin Sketch', arial, sans-serif; 
	font-size:30px;
	margin-bottom: 16px;
	line-height: 30px;
	color: darkred;
}
h3 {
	font-family: 'Cabin Sketch', arial, sans-serif; 
	font-size:18px;
	margin-bottom: 10px;
	line-height: 16px;
	color: darkred;
}

h2 {
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

div,td {
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
body {
	background: url('../img/bg.jpg') #a28e87 repeat-x top left;
}

a {
	text-decoration: none;
	color: #c30100;
}
a:hover {
	color: darkorange;
	text-decoration: underline;
}
ul {
	margin-left: 14px;
}

ol {
	margin-left: 14px;
	}

#logo {
	float: left;
	margin-right: 30px;
}

#menu {
	margin-top: 10px;
	margin-bottom: 60px;
}

#menu a {
	font-family: Anton;
	font-size: 20px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 10px;
}

#menu a:hover {
	background: #c30100;
	color: lightyellow;
}

#container {
	margin-left: 300px;
}

#content {
	width: 700px;
	background: url('../img/contentbg.png') #ffe9cc top left repeat-y ;
	padding: 20px;
}
#footer {
	width: 700px;
	background: #333;
	color: white;
	text-align: center;
	padding: 10px 20px 10px 20px;
	margin-bottom: 30px;
	font-size: 10px;
	font-style: italic;	
}
#footer a {
	color: white;
}

.sponsors {
	text-align: center;
	}

.lostfound h1 {
	color: red;
}









