body {
	color: #666666;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #6495ED;
	text-decoration: none;
}

a:hover {
	color: #FF0033;
	text-decoration: none;
}

#wrapper {
	width:700px;
	margin: 15px auto;
	padding: 20px;
	border: 1px solid #6495ED;
}

#header {
	margin: 10px auto;
}

#content {
	margin: 0 auto;
	text-align: left;
}

#footer {
	height: 130px;
	margin: 10px auto;
	border-top: 1px solid #6495ED;
	font-size: 10px;
	letter-spacing: 1px;
}

#footer strong {
	font-style: italic;
	font-weight: bold;
}

#footer p {
	margin-top: 40px;
}

#navigation ul {
	width: 700px;
	margin: 0 auto;
	padding: 15px 0px;
	text-align: left;
}

#navigation ul li {
	display: inline;
	padding-right: 10px;
	font-size: 14px;
	vertical-align: middle;
}

#navigation li.current {
	color: #6495ED;
	font-size: 24px;
}

h1 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p, td {
	line-height: 22px;
}

#content a {
	border-bottom: 1px dotted;
}

#content ul {
	margin-top: -5px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 25px;
}

#content ul li {
	list-style-type: disc;
	line-height: 22px;
}

#home {
	float: left;
	margin-top: 10px;
}

#mobile {
	float: right;
	margin-top: 10px;
}