*
	{
		margin:0;
		padding:0;
	}

html
	{
		/* Fixes background nastiness when a sidebar is open in Firefox */
		min-width:250px;
	}

body
	{
		/* Use backgound image as opposed to colour so that site is still functional if images are off */
		background:#ffffff;
		/* Shove all content to the center of the screen for Internet Explorer 5 */
		text-align:left;
		margin:0px;
		padding:0px;
		padding-top:16px;
		background:url(../images/bg1.gif) top left repeat-x;
	}
	
#maincontainer
	{
		width:250px;
		margin:0px auto;
	}
#pagecontainer
	{
		width:250px;
		margin:0px auto;
		float:left;
	}

	#logocont
		{
			background:url(../images/logo.gif) top left no-repeat;
			height:55px;
			padding:6px 5px 0px 5px;
			float:left;
			width:240px;
			
		}
		#logocontleft
		{
			height:55px;
			width:110px;
			float:left;
		}
		
		#logocontright
		{

			width:108px;
			height:55px;
			padding-left:5px;
			float:right;
			text-align:center;
		}
	#welcome
		{
			width:auto;
			padding:5px;
			float:left;
			width:240px;

		}
	#welcome p
		{
			margin:3px 0px;
		}
		#welcome #link
			{
				width:auto;
				margin-bottom:7px;
			}
	#heading
		{
			width:auto;
			width:240px;
			float:left;
		}
	#search_box
		{
			border:2px solid #CCCCCC;
			background-color:#CCCCCC;
			padding:5px 5px 5px 5px;
			float:left;
			width:225px;
		}
	#content
		{
			width:auto;
			padding:5px 10px 10px 10px;
			border-bottom:2px solid #cccccc;
			float:left;
			width:220px;
		}
	#loginbox
		{
			width:auto;
			padding:5px 10px 10px 10px;
			border-bottom:2px solid #cccccc;
			float:left;
		}
	#nocontent
		{
			width:auto;
			padding:5px 100px 10px 10px;
			display:block;
			text-align:center;
			border-bottom:2px solid #cccccc;
			height:265px;
		}
	#footer
		{
			width:240px;
			float:left;
			padding:10px 5px;
			text-align:center;
		}
		
	#footer p
	{
		margin:20px 0px;
		width:250px;
		float:left;
	}
	
	#forgot
		{
			padding:10px; border:1px solid #e0dddd; background-color:#e8e8e8; margin-top:10px;
			text-align:left;
			color:#504e4e;
			font-size:12px;
			width:auto;
			float:left;
			width:210px;
		}
		#data
			{
				width:210px;
				float:left;
				margin-bottom:10px;
			}
		
			#data #left
				{
					width:90px;
					float:left;
					font-weight:bold;										
				}
			#data #right
				{
					width:120px;
					float:right;
				}
		
	#page
		{
			margin-top:10px;
			float:left;
			width:240px;
		}