﻿/* BASIC CSS POSITIONING */

/* GENERAL BANNER & APPEARENCE */

#bannerhome			{	background-image:url(../images/Politics_02.jpg); left: 0px; position: absolute; top: 18px;cursor:hand;width:170px;height:30px;	}
#bannerforum		{	background-image:url(../images/Politics_04.jpg); left: 0px; position: absolute; top: 48px;cursor:hand;width:170px;height:30px;	}
#bannermember		{	background-image:url(../images/Politics_05.jpg); left: 0px; position: absolute; top: 78px;cursor:hand;width:170px;height:29px;	}
#bannerfaq			{	background-image:url(../images/Politics_06.jpg); left: 0px; position: absolute; top: 107px;cursor:hand;width:170px;height:30px;	}
#bannermoderators	{	background-image:url(../images/Politics_07.jpg); left: 0px; position: absolute; top: 137px;cursor:hand;width:170px;height:30px;	}       

#bannertop			{	background-image:url(../images/Politics_01.jpg); left: 0px; position: absolute; top: 0px;width:800px;height:18px;		}
#bannerbody			{	background-image:url(../images/Politics_03.jpg); left: 170px; position: absolute; top: 18px;width:630px;height:170px;	}
#bannerbottom		{	background-image:url(../images/Politics_08.jpg); left: 0px; position: absolute; top: 167px;width:170px;height:21px;	}            
#bodybackground		{	background-image:url(../images/Politics_09.jpg); left: -1px; position: absolute; top: 188px;height:430px;width:800px;	}

#copyright			{	position:relative;left:0px;width:780px;background:darkred;color:White;text-align:right;padding:10px;border-top: solid 1px white; }

/* ADVERT APPEARENCES : DO NOT CHANGE UNLESS INSTRUCTED */

#advert 			{	position:relative;left:0px;width:468px;height:60px; top:0px; border:solid 1px black; margin:10px auto;}

/* CONTENT PANELS */

.content			{	position:relative;
						width:760px;
						left:0px;
						top:0px;
						background:#000022;
						z-index:999;
						color:White;
						border:solid 1px black; 
						overflow:visible; 
						padding:10px;	
						text-align:left ;	
						}
   