

body {
	color: #FFF;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url('../images/background.jpg') #000 no-repeat top center;
}

#wrapper {
	width: 700px;
	padding: 10px;
	margin: 50px auto;
	margin-bottom: 5px;
	border: 1px solid #AAA;
	text-align: left;
	background-color: #111;
}

#inline {

}

.left {
	width: 200px;
	float: left;
}

.right {
	float: right;
	width: 470px;
	height: 450px;
}

.right-bottom {
	height: 115px;
	width: 450px;
	background-color: #222; /* #181818 */
	float: right;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #000;
	overflow: hidden;
	text-align: center;
}

.copyright {
	color: #CCC;
}

.logo {
	margin: 5px;
	border: 1px solid #000;
}

h1 {
	font-family: Georgia;
	font-size: 5em;
	color: #00F;
	margin-bottom: 0;
	margin-top: 30px;
}

h2 {
	font-family: Georgia;
	font-size: 2em;
	color: #AAA;
	border-bottom: 1px solid #00F;
	text-align: right; 
}

h3 {
	text-align: center;
	font-size: 1.8em;
}

p {
	font-size: 1.4em;
	text-align: justify;
}

a, a:visited {
	font-weight: bold;
	color: #00F;
	text-decoration : none;
}

a:active, a:hover {
	font-weight: bold;
	color: #CCC;
	text-decoration : none;
}

.small {
	font-size: 1em;
	line-height: 12px;
	text-align: right;
	padding: 2px;
}