@charset "utf-8";
*{margin:0;}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 101%;
	line-height: 1.5em;
	color: #03F;
	background-color: #09F;
	width: 760px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}


h1 {
	color: #F00;
	font-size: 2.15em;
	text-align: center;
	line-height: 1.1em;
	padding-top: 75px;
}
h2 {
	font-size: 1.65em;
	text-align: center;
}

h3 {
	font-size: 1.10em;
	color: #F00;
}

a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #603;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}


.container {
	background-color: #FFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 780px;
	background-image: url(../images/gear3_w.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}

.bottom-nav {
	text-align: center;
	font-size: .85em;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.container div {
	text-align: center;
}

.container .navba {
	font-size: 1.25em;
}
.container h1 strong {
	color: #03F;
	font-size: .85em;
}
