*
{
	padding		: 0;
	margin			: 0;
	outline		: none;

}

body
{
	background-image	: url('../images/body-bg.png');
	background-repeat	: repeat-y;
	background-position	: center;
	background-color	: #f0f0f0;
}

body, table
{
	font-family		: Arial;
	font-size		: 12px;
}

a
{
	color			: #0000ff;
}

img
{
	border			: 0;
}

div.c
{
	clear			: both;
}

div.container
{
	width			: 920px;
	margin			: auto;
}

	div.container div.skyscraper
	{
		float			: right;
		width			: 120px;
		margin-top		: 25px;
	}

div.wrapper
{
	float			: left;
	width			: 770px;
}

div.header
{
	height			: 70px;
	position		: relative;
}

	div.header div.title
	{
		position		: absolute;
		top			: 10px;
 		font-weight		: bold;
 		font-size		: 250%;
	}
	
		div.header div.title a
		{
			color			: #000000;
			text-decoration	: none;
		}
	
	div.header div.for_sale
	{
		position		: absolute;
 		top			: 42px;
 		font-size		: 90%;
 		font-style		: Italic;
	}
	
		div.header div.for_sale a
		{
			color			: #000000;
			text-decoration	: none;
		}

	div.header div.search
	{
		position		: absolute;
		top			: 5px;
		right			: 24px;
		width			: 450px;
	}
	
		div.header div.search ul.tabs
		{
			list-style-type	: none;
			
			background-image	: url('../images/header-tabs-bg.png');
			background-repeat	: no-repeat;
			background-position	: left bottom;
			height			: 24px;
			width			: 450px;
			padding-left		: 25px;
			margin-bottom		: 5px;
		}
	
			div.header div.search ul.tabs li.tab
			{
				float			: left;
				margin-top		: 3px;
			}
			
				div.header div.search ul.tabs li.tab a
				{
					display		: block;
					border-style		: solid;
					border-width		: 1px;
					border-bottom-width	: 0;
					border-color		: transparent;
					padding		: 3px;
					padding-left		: 15px;
					padding-right		: 15px;
					color			: #000000;
					text-decoration	: none;
					font-size		: 11px;
					font-weight		: bold;
				}
				
			
				div.header div.search ul.tabs li.tab a.active, div.header div.search ul.tabs li.tab a:hover
				{
					display		: block;
					border-color		: #a5a4b6;
					background-color	: #FFFFFF;
				}				
				
					
div.toolbar
{
	height			: 20px;
	position		: relative;
	border-style		: solid;
	border-color		: #a5a4b6;
	border-width		: 0;
	border-top-width	: 1px;
	border-bottom-width	: 1px;
	background-image	: url('../images/toolbar-bg.png');
	background-repeat	: no-repeat;
	background-position	: left;
}

	div.toolbar ul.links
	{
		list-style-type	: square;
		position		: absolute;
		right			: 10px;
		color			: #d40300;
		overflow		: hidden;
		height			: 20px;
		
	}

		div.toolbar ul.links li
		{
			float			: left;
			margin-left		: 20px;
		}	
		
			div.toolbar ul.links li a
			{
				color			: #000000;
				text-decoration	: none;
				font-weight		: bold;
				display		: block;
				padding		: 2px;	
				padding-left		: 0;
			}
		
				div.toolbar ul.links li a:hover
				{
					color			: #d40300;
				}		
	
div.content
{
	text-align		: center;
	margin			: 10px;
}	


div.support
{
	text-align		: center;
	margin-top		: 10px;
	margin-bottom		: 10px;
}	
	
	
div.footer
{
	margin-top		: 25px;
	margin-bottom		: 40px;
	padding-top		: 15px;
	border-style		: solid;
	border-color		: #a5a4b6;
	border-width		: 0;
	border-top-width	: 1px;
	font-size		: 90%;
}

	div.footer a
	{
		text-decoration	: none;
		color			: #d40300;
	}
		
