div#topbackgroundgradient	{
	height:362px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background:url('images/background.jpg') repeat-x;
}

div#topcolorpatterns	{
	height:2px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background:url('images/top.gif') repeat-x;
	border-bottom:1px solid #fff;
}

div#wrapper	{
	position:relative;
	z-index:4;
}

div.header	{
	background:url('images/header.png') no-repeat;
	height:360px;
	margin-top:0px;
}

div.header div h1	{
	font-size:24px;
	font-family:'Georgia', Georgia, serif;
	font-weight:bold;
	margin-top:100px;
	margin-bottom:5px;
	line-height:30px;
}

@font-face {
	font-family: 'Scratch';
	src: url('css/Scratch.ttf') format("truetype");
}

div.header div h1 span	{
	font-family:'Scratch', Georgia, serif;
	font-size:29px;
	font-weight:normal;
	color:#00adee;
}

div.header div h1 span.orange	{
	color:#f7901e;
}

div.header div h3	{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:0px;
}

div.header div h3 span.leftqout	{
	font-size:34px;
	font-family:'Times New Roman', serif;
	color:#f00;
	margin-top:6px;
	font-weight:bold;
	float:left;
	margin-right:3px;
}

div.header div h3 span.rightqout	{
	font-size:34px;
	font-family:'Times New Roman', serif;
	color:#f00;
	margin-top:6px;
	font-weight:bold;
	float:right;
	margin-right:73px;
}

div.header div h3 span.commentor	{
	font-size:14px;
}

div#menulinks	{
	margin:8px -1px 0px 0px;
	display:inline-block;
}

div#menulinkfirst	{
	margin:8px -1px 0px -10px;
	display:inline-block;
}

div.leftroundtab, div.navlinks, div.rightroundtab	{
	display:inline-block;
	margin:0px;
	height:35px;
	float:left;
}

div#menulinks div.leftroundtab, div#menulinkfirst div.leftroundtab	{
	width:15px;
	background:url('images/leftroundtab.gif') no-repeat;
}

div#menulinks div.navlinks, div#menulinkfirst div.navlinks	{
	background:url('images/centerroundtab.gif') repeat-x;
	padding-top:5px;
}

div#menulinks div.rightroundtab, div#menulinkfirst div.rightroundtab	{
	width:15px;
	background:url('images/rightroundtab.gif') no-repeat;
}

div#menulinks div.navlinks a, div#menulinkfirst div.navlinks a	{
	font-family:'Scratch', Georgia, serif;
	font-size:18px;
	color:#fff;
	text-decoration:none;
}

div#menulinks div.navlinks a:hover, div#menulinkfirst div.navlinks a:hover	{
	color:#58aeef;
}

div.content p	{
	font-family:'Georgia', Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:justify;
	margin:5px auto 10px;
}

div.content ul, div.content ol	{
	font-family:'Georgia', Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:5px auto 10px;
}

div.content ol li	{
	margin-bottom:20px;
}

div.content h3	{
	font-family:'Georgia', Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:left;
	margin:20px auto 0px;
}

p a.article	{
	text-decoration:none;
	color:#000;
}

p a.article:hover	{
	text-decoration:underline;
	color:#00f;
}

div#footer	{
	height:240px;
	width:100%;
	position:absolute;
	z-index:3;
	background:url('images/background01.jpg') repeat-x;
}

div#footer div div.contactinfo	{
	border-top:1px solid #ccc;
	text-align:center;
	margin-top:60px;
}

div#footer div div.contactinfo p	{
	margin-top:20px;
}