*
{
	margin			: 0;
	padding		: 0;
}

body
{
	font-family		: Arial;
	font-size		: 12px;
	background		: #1289a7;
}

table
{
	border-collapse	: collapse;
}

td
{
	vertical-align	: top;	
}

a
{
	text-decoration	: none;	
	outline		: none;
	color			: #355691;
}

	a:hover
	{
		text-decoration	: underline;
	}

img
{
	border			: 0;
}

div.c
{
	clear			: both;
}

	
							

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

div#top
{
	text-align	: right;
	
	padding-top	: 10px;
}

	div#top div.toolbar
	{
		float		: left;
		color		: #cbcbcb;
		padding-top	: 4px;
	}
	
		div#top div.toolbar a
		{
			color		: #FFFFFF;
		}

	div#top input
	{
		width		: 267px;
		height		: 20px;
		background	: url('../images/search-box-bg.png') no-repeat left top;
		border		: 0;
		font-size	: 12px;
		padding-top	: 5px;
		font-family	: Arial;
	}

div#header
{
	color		: #FFFFFF;
	text-align	: center;
	padding-top	: 30px;
	padding-bottom: 60px;
}

	div#header h2
	{
		font-size	: 50px;
	}
	
		div#header h2 a
		{
			color		: #FFFFFF;
			text-decoration	: none;	
		}

	div#header h1
	{
		font-size		: 15px;
	}

div#footer
{
	margin-top	: 100px;
	margin-bottom	: 40px;
	text-align	: center;
	color		: #FFFFFF;
	font-size	: 10px;
}

	div#footer a
	{
		color		: #FFFFFF;
	}


