body,html {
		margin:0;
		padding:0;
		color:#000;
		background:#989898;
		font-family:tahoma, verdana, arial, sans-serif;
		margin-left:auto;
		margin-right:auto;
	}
	#wrap {
		width:800px;
		margin:0 auto;	
		border:1px solid #585858;
	}
	#container{
	}
	#header {
    	padding:5px 10px;
	font-size:50px;
	color:white;
 	background:url('Useful Images/bcg.gif');
	font-weight:bold;
	}
	h1 {margin:0;}
	
	#main {
		float:right;
		width:290px;
		padding:10px;
		background:#D0D0D0;
		height:850px;
		font-size:12px;
	    	color:black;
	}
	#main a:link{font-size:12px;color:#C80000 ;}
	#main a:visited{font-size:12px;color:#C80000 ;}
	#main a:hover{font-size:12px;text-decoration:none; font-weight: bold;}
	#main img{border:1px solid black; }	
	
	h2 {
		margin:0 0 1em;text-align:center;
	}
	#sidebarLeft {
		float:left;
		width:200px;
		padding:10px;
		background:#D0D0D0;
		height:850px;
		font-size:12px;
	}
	#sidebarLeft a:link{font-size:12px;color:#C80000;text-decoration:none;font-weight: bold;}
	#sidebarLeft a:visited{font-size:12px;text-decoration:none;font-weight: bold;color:#C80000 ;}
	#sidebarLeft a:hover{font-size:12px;text-decoration:underline;font-weight: bold;}
	#sidebarLeft p{margin:0px;}
	#sidebarLeft img{border:1px solid black}
	
	#sidebarRight{
		float:right;
		width:250px;
		padding:10px;
		background:#D0D0D0;
		height:850px;
		font-size:12px;	
	}
	#sidebarRight p{margin-bottom:5px; }
	#sidebarRight img{border:1px solid black}

	#footer {
		clear:both;
		padding:5px 10px;
		background:#D0D0D0;
		text-align:center;
	}
	#footer p {
		margin:0;font-size:12px}
	   #footer a:link{font-size:12px;color:#C80000;text-decoration:underline;}
           #footer a:visited{font-size:12px;color:#C80000;text-decoration:underline;}
	   #footer a:hover{font-size:12px;text-decoration:none;}
	* html #footer {
		height:1px;
	}
	
	td.sideLink{background:white; vertical-align:middle; padding:6px 10px 6px 10px; }
	td.mainSide{background:#606060; vertical-align:middle; padding:6px 10px 6px 10px;}
