@charset "utf-8";
/* Copyright 2009-10 ZenoArt. All rights reserved. */
html {
	margin-bottom: 1px;
	height: 100%;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0098cd;
	background-color: #ffffff;
	font-size: 0.75em;
	background-image: url(gfx/background.png);
	background-repeat: repeat-x;
}
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
#header {
	margin-bottom: 5px;
}
#left {
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0098CD;
	text-align: right;
	width: 115px;
}
#content {
	margin-left: 156px;
	padding-top: 20px;
}
#content img {
	float: right;
	border: 1px solid #0098CD;
	margin-right: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#copyrite {
	font-size: .75em;
	font-style: italic;
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 20px;
}

.grey {
	color: #cccccc;
}




a {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	color: #0098cd;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
a:active {
	color: #0098cd;
}
h1 {
	font-size: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.125em;
	margin-left: 0px;
}
h2 {
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}
p {
	margin: 0px;
}
.marginLeft {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
