/* CSS Document */
*
{
	margin			: 0;
	padding		: 0;	
}

body
{
	margin			: 0;
	font-family		: Verdana;
	font-size		: 11px;
	background-color	: #bbbdba;
	background-image	: url('body/body-bg.png');
	background-position	: top center;
	background-repeat	: repeat-y;	
	color			: #555555;
}

img
{
	border			: 0;
}

a
{
	text-decoration	: none;
	color			: #5252d4;
}

	a:hover
	{
		text-decoration	: underline;
	}
	
h1
{
	font-size		: 12px;
	font-weight		: normal;
	color			: #5252d4;
	margin-bottom		: 15px;
}
	
h2, h2 a, h2 a:hover
{
	font-size		: 12px;
	font-weight		: normal;
	color			: #555555;
	margin-top		: 30px;
	margin-bottom		: 20px;
	text-decoration	: none;
}
	
h3
{
	font-size		: 11px;
	font-style		: italic;
	font-weight		: normal;
	color			: #555555;
	margin-bottom		: 1px;
}

p
{
	margin-bottom		: 15px;
	line-height		: 14px;
	letter-spacing	: 0.2px;
}

div.wrapper
{
	width			: 750px;
	margin			: auto;
}

div.logo
{
	float			: left;
	width			: 190px;
	height			: 100px;
}

div.nav
{
	margin-left		: 210px;
	margin-right		: 35px;
	border-style		: solid;
	border-width		: 0;
	border-bottom-width	: 1px;
	border-color		: #ff3399;
	padding-top		: 82px;
	padding-bottom	: 5px;
	text-align		: left;
}
	
	div.nav a
	{
		font-size		: 13px;
		padding-left		: 0px;
		padding-right		: 10px;
		font-weight		: normal;
		margin-bottom		: 12px;
		margin-right		: 6px;
	}

div.split
{
	clear			: both;
	height			: 25px;
}
	
div.menu
{
	float			: left;
	width			: 190px;
	height			: 500px;
	background-image	: url('body/menu-bg.png');
	background-position	: top right;
	background-repeat	: no-repeat;
	text-align		: right;
	margin-top		: 15px
}

	div.menu ul
	{
		list-style-type	: none;
		margin-right		: 25px;
		margin-top		: 30px;
	}
	
		div.menu ul a
		{
			display		: block;
			font-size		: 13px;
			margin-bottom		: 12px;
		}

div.content
{
	margin-left		: 205px;
	margin-right		: 35px;
}

div.footer
{
	color			: #5252d4;
	margin-right		: 35px;
	margin-bottom		: 15px;
	font-size		: 11px;
	text-align		: right;
	height			: 30px;
}

	div.footer a
	{
		color			: #5252d4;
		
	}
	
		div.footer a.by
		{
			font-size		: 10px;
		}
	
	div.footer div.left
	{	
		float			: left;
		width			: 190px;
		text-align		: left;
		padding-left		: 10px;
	}
	
	
	div.footer div.right
	{	
		float			: right;
		text-align		: right;
	}		
	
	
	
	
table
{
	width			: 100%;
	border-collapse	: collapse;
}

table td
{
	vertical-align	: top;
}

