body 	{
	font-family	:	arial, sans-serif;
	margin-top	:	10;
	padding		:	0;
	background-color:	black;
	font-color	:	white;
}

#container {
	width		:	980px;
	margin		:	0 auto 0 auto;
	background-color:	black;
	overflow	:	hidden;	
}

#menu	{
	margin-top	:	0px;
	width		:	980px;
	height		:	55px;
	background	:	white;
}

#logo	{
	width		:	980px;
	padding		:	10px;
	background-color:	black;
	height		:	120px;

}

#maincontent {
	margin-top	:	0px;
	padding		:	0px;
	background	:	grey;
}

#onecol	{
	padding		:	0px 20px 20px 20px;
	background	:	white;
	width		:	940px;
}

#leftcontent	{
	float		:	left;
	background	:	white;
	width		:	620px;
	height		:	600px;
	padding		:	0px 20px 20px 20px;
}

#rightcontent	{
	background-color:	white;
	height		:	600px;
	width		:	280px;
	margin-left	:	660px;
	padding		:	0px 20px 20px 20px;
	text-align	:	right;
}

#footer	{
	font-size	:	60%;
	color	:	red;
	text-align	:	center;
}




.oselogo {
	display		:	inline;
	margin-left	:	140px;
}


h1	
	{
	margin-left	:	0px;
	display		:	inline;
	font-size	:	500%;
	color		:	white;
	font-style	:	italic;	
	}

h1.redtext	{
	margin-left	:	30px;
	color		:	red;
}

h2	{
	font-size	:	150%;
	margin-top	:	0px;
}

p	{
	font-size	:	100%
	}

.heading	{
	font-style	:	italic;
	font-weight	:	bold;
}

.headingleft {
	text-align	:	left;
	font-style	:	italic;
	font-weight	:	bold;
}

.quote	{
	margin		:	70px 50px 0px 50px;
	font-style	:	italic;
}
.alignright {
	text-align	:	right;
}

.italictext	{
		font-style :	italic;
}

.boldtext	{
		font-weight:	bold;
}
