body {
	background-color: #4E5F6C;
	background-image:url("/images/bg.gif");
	background-position:center;
	background-repeat:repeat-y;
}

body,p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	text-align:left;
}

#main {
	width: 750px;
	height:100%;
}

#flashcontent {
	width: 480px;
	height: 360px;
	margin-top:35px;
	border: 1px solid black;
}

#content {
	padding:20px;
}

h1 {
	font-size:1.3em;
}

h2 {
	font-size:1.1em;
}