body {
				margin:					0;
				padding:				0;
				background:				#000;
				color:					#000000;
				font-size:				90.5%;
				font-family:			arial, helvetica, sans-serif;
				}
				
				p,a
				{
					font-size: 12px;
					margin-left: 5px;
				}
				h1
				{
					font-size: 18px;
					color: #FFF;
					padding-left: 10px;
					margin: 0;
					margin-left: 0px;
				}
				h2
				{
					font-size: 14px;
					
					margin: 0;
					margin-left: 0px;
				}
				h3
				{
					font-size: 12px;
					margin: 0;
					margin-left: 0px;
				}
				
				.container {
					margin:	0;
					padding: 0;
					position: relative;
					width: 960px;
					margin:	auto;	
					background: #ffffff url(flupp.png) no-repeat bottom right;
					border-left: 0px solid white;
					border-right: 0px solid white;
					
				}
					#title
					{
						
						background: #ffffff url(header.png) no-repeat top right;
						color: #FFF;
						margin: 0 0;
					}
					#content
					{
					
						clear: both;
					}
					
					.nav
					{
						list-style: none;
						background: #ffffff url(header.png) no-repeat bottom right;
						margin: 0 auto;
						height: 40px;
						border-width: 3px 0px 3px 0px;
						border-style: solid;
						border-color: #000;
					}
						.nav li
						{
							display: inline;
							float: left;
							height: 34px;
							padding: 0px 10px;
							margin: 5px 5px 0px 5px;
							line-height: 20px;
							background: #EEE;
							border-width: 3px 3px 0px 3px;
							border-style: solid;
							border-color: #000;
						}
						.nav li a
						{
							color: #555;
							text-decoration: none;
						}
						.nav li.active
						{
							background: #FFF;
							height: 35px;
						}
						.nav li.active a
						{
							text-decoration: none;
							color: #F1545B;
						}
						
						.column{
							width: 290px;
							padding: 0px;
							margin: 0px;
							margin-left: 12px;
							float: left;
							min-height: 300px;
							height: 100%;
							
							
						}
						.widget{
							position: relative;
							padding-top: 6px;
							
							margin-top: 10px;
							background: #f0f0f0 url(grad1.png) no-repeat top right;
							min-height: 30px;
							border: 1px solid #ccc;
							overflow: hidden;
						}
						.widget .close {
							width:25px;
							height:25px;
							position:absolute;
							top:0;
							right:0;
							cursor:pointer;
						}
						.ui-sortable-helper {		
							border:	3px solid #990000;
							cursor:	move;
		
						}
	
						.widget h3 {
							
							text-indent:			12px;
							
						}
						
						.ui-tabs .ui-tabs-hide {
							display: none;
						}
						
						#footer {
		height:					68px;
		background:				#AAA url(footer.png);
		color:					#ffffff;
		border-top:				2px solid #ffffff;
		clear:					left;
	}
	
	#footer ul {
		margin:					0;
		padding:				0;
		margin-top:				10px;
		float:					left;
		width:					290px;
		padding-left:			12px;
		margin-left:			12px;
		border-left:			1px solid white;
		
	}
	
	#footer ul li {
		list-style:				none;
		text-transform:			uppercase;
		line-height:			2em;
		font-size:				0.8em;
	}
	
	#underfoot {
		font-size:				0.8em;
						
		height:					68px;
		background:				#000;
		color:					#ffffff;
		border-top:				0px solid #ffffff;
		clear:					left;
	}
