/*
Created by Tjobbe Andrews of www.sitecreative.net - the author must be creditted when using this work
*/

body	{text-align:center; margin:0; padding:0; background:#FFFFFF; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:90%; }
h1		{font-family:Georgia, "Times New Roman", Times, serif; margin:0 0 10px 0; padding:0; font-weight:normal; font-size:150%; }
a		{color:#333333; text-decoration:underline; }
a:hover	{text-decoration:none; }
p		{margin:0; padding:0 0 15px 0; }

#container		{margin:0 auto; text-align:left; width:850px; padding:0; }
/*you might need to play around with the padding in #intro depnding on how much text you have in there ;o)*/
#intro			{color:#FFFFFF; background:url('../images/intro-bg.gif') no-repeat center top; padding:82px 55px 82px 240px; font-size:160%; }
#content		{float:left; width:555px; padding:20px; }
#rightColumn	{float:right; width:215px; padding:20px 20px 20px 5px; }
#footer			{clear:both; background:url('../images/footer-bg.gif') no-repeat center top; color:#FFFFFF; padding:40px 20px 35px 20px; margin:20px 0 0 0; }
#footer span	{float:right; }
#footer a		{color:#FFFFFF; }

#header			{text-align:right; padding:15px; }
#header h1		{float:left; font-size:250%; }
#header h1 a	{color:#000000; text-decoration:none; }
#header ul		{margin:0; padding:15px 0; font-size:120%; font-family:Georgia, "Times New Roman", Times, serif; }
#header li		{margin:0; padding:0; display:inline; }
#header ul a		{padding:15px 15px; text-decoration:none; }
#header ul a:hover	{color:#FFFFFF; background:url('../images/nav-bg.jpg') no-repeat center center; }
