html {border: 10px black solid;border-width: 10px 0 0 0;}

body
{
	background: url(../img/shadow.png) #3ebcde no-repeat bottom center;
	width: 800px;
	margin: 0 auto 35px auto;
	font-family: Verdana, sans-serif;
}

* {z-index: 99;}

a {color: inherit;}

h1,h2,h3,h4,h5
{
	font-family: Georgia, serif;
}

hr
{
	width: 100%;
	height: 15px;
	color: #012e4d;
	background: #012e4d;
	margin: 0;
	clear: both;
	border: 0;
}

ul, ol
{
	list-style-position: inside;
	margin: 10px 0;
	padding: 0;
}

li {margin: .5em 0;}

p
{
	font-size: 12px;
	color: #012e4d;
	line-height: 1.5em;
	margin: 1em 0;
}

input
{
	height: 15px;
	padding: 5px;
	font-size: 12px;
	border: 0;
	background: #c8cac5;
}

input[type=text], textarea
{
	width: 248px;
	color: #012e4d;
	background: #c8cac5;
}

textarea {height: 140px; border: 0; width: 255px;}

input[type=submit], input[type=reset] { color: white; cursor: pointer; height: 25px; font-weight: bold; float: right; margin: 5px;}

	input[type=submit]:hover, input[type=reset]:hover {background: black;}

input[type=submit] { background: #dc8938; }

img {border: 0;}

a {text-decoration: none;}

object, embed {display: block; margin: 10px auto;}