/* MAIN PAGE BACKGROUND */
	body
	{
		padding: 0;
		margin: 0;
		background:#ededed;
		text-align: center;
	}
	
	#maincontent	
	{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right:auto;
		margin-left:auto;
		width: 660px;
		padding: 10px;
		background-color: transparent;
		text-align: center;
	}

h1{letter-spacing:2px; color: #333; text-decoration: none; font-size: 0.9em; font-family: Verdana,Arial; font-weight: normal; margin:0px; padding: 5px 0; text-transform: uppercase; line-height: 20px;
	background: url("images/leftkeyline.jpg") no-repeat bottom left;}

#leftdiv p{letter-spacing:0px; color: #999; text-decoration: none; font-size: 0.7em; font-family: Verdana,Arial; font-weight: normal; margin:0px; padding: 10px 0 30px 0; line-height: 20px;}
#rightdiv p{letter-spacing:0px; color: #999; text-decoration: none; font-size: 0.9em; font-family: Verdana,Arial; font-weight: normal; margin:0px; padding: 0 0 15px 0; line-height: 25px;}
#logo p{letter-spacing:0px; color: #c13043; text-align:center; text-decoration: none; font-size: 0.95em; font-family: Verdana,Arial; font-weight: normal; font-style:italic; margin:0px; padding: 30px 0 0 0;}
#footer p{color: #999; text-decoration: none; font-size: 0.6em; font-family: Verdana,Arial; font-weight: normal; margin:0px; padding: 10px 0 30px 0; line-height: 20px;}


a:link {text-decoration: none; color: #c13043;}
a:visited {text-decoration: none; color: #c13043;}
a:active {text-decoration: none; color: #c13043;}
a:hover {text-decoration: underline;}

/* LOGO */	
#logo	
	{width: 660px; padding: 0px; background: transparent; margin:20px 0 40px 0; text-align: centre; clear:both; float:left;}

/* LEFT DIV */	
#leftdiv	
	{width: 280px; padding: 0px; background:transparent; margin:0 25px 0 0; text-align: left; clear:left; float:left;}
	
	/* RIGHT DIV */	
#rightdiv	
	{width: 315px; padding: 0 0 0 15px; background: url("images/rightkeyline.jpg") repeat-y; margin:0; text-align: left; clear:right; float:right;}
	
	/* LOGO */	
#footer	
	{width: 660px; padding: 0px; background: transparent; margin:20px 0 0 0; text-align: left; clear:both; float:left;}
