html {
}

body {
	background: white url(images/topcorner.jpg) no-repeat;
	text-align: right;
	font-family: Arial,sans-serif;
}

.main {
	background: white url(images/background.jpg) repeat-y;
}

.protect1 {
	width: 180px;
	height: 60px;
	float: left;
	clear: left;
}

.protect2 {
	width: 390px;
	height: 120px;
	float: left;
	clear: left;
}

.protect3 {
	width: 240px;
	height: 150px;
	float: left;
	clear: left;
}

h1 {
	margin: 30px 30px 30px 30px;
	text-align: right;
	font-family: Verdana,sans-serif;
	font-size: 36pt;
	color: #584;
	letter-spacing: 0.2em;
}

h2 {
	margin: 30px 30px 30px 30px;
	text-align: right;
	font-family: Verdana,sans-serif;
	font-size: 20pt;
	color: #8b7;
}

h3 {
	margin: 30px 30px 20px 30px;
	text-align: right;
	font-family: Verdana,sans-serif;
	font-size: 16pt;
	color: #473;
}

table {
	margin: 30px 30px 20px auto;
	text-align: right;
}

td {
	padding: 10px 0px 10px 30px;
}

img {
	border: 0;
}

a {
	font-variant: small-caps;
	text-decoration: none;
}

p,li {
	margin: 20px 30px 10px 30px;
	text-align: right;
}

table {
	clear: both;
}

#navbar ul {
	margin: 30px 30px 30px 30px;
	text-align: right;
	list-style-type: none;
	white-space: nowrap;
}

#navbar ul li {
	display: inline;
}

#navbar a {
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
}

#navbar1 a:hover, #navbar a:focus, #navbar a:active {
	background-color: #b70f00;
	color: white;
}

#navbar1 li#current {
	background-color: #ddd;
	color: black;
}

.nowrap {
	white-space: nowrap;
}
