@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}

#wrapper {
	width:800px;
	margin:0px auto;
}

#topLeft {
	float:left;
	width:300px;
	font-size:16pt;
	margin-top:20px;
	color:#333333;
	text-transform:uppercase;
}

#topLeft a {
	text-decoration:none;
	color:#333333;
}

#topLeft a:hover {
	text-decoration:none;
	color:#ff3333;
}

#topRight {
	float:right;
	width:500px;
	margin-top:22px;
	font-size:12pt;
	text-transform:lowercase;
	text-align:right;
}

#topRight a {
	text-decoration:none;
	color:#333333;
	line-height:25px;
}

#topRight a:hover {
	text-decoration:none;
	color:#ff3333;
}

#main {
	clear:both;
	margin-top:20px;
}

#content {
	margin-bottom:10px;
}

#contentLeft {
	float:left;
	margin-bottom:10px;
	margin-top:20px;
	width:350px;
}

#contentRight {
	float:left;
	margin-bottom:10px;
	margin-top:20px;
	margin-left:20px;
	width:430px;
}

h1 {
	font-size:12pt;
	font-weight:bold;
}

#bottom {
	clear:both;
	margin-top:1px;
	font-size:8pt;
	color:#333333;
}