*
{
	margin			: 0;
	padding		: 0;
	font-family		: Verdana;
	font-size		: 12px;
}

body
{
	background-color	: #ecdaca;
	background-image	: url('../images/body/body-bg.png');
	background-position	: top;
	background-repeat	: repeat-x;
	margin-bottom		: 30px;
}

a
{
	color			: #0083de;
	text-decoration	: none;
}

img
{
	border			: 0;
}

h1
{
	color			: #38170e;
	font-family		: Arial;
	font-weight		: norma;
	font-size		: 25px;
}


h1.home
{
	border-style		: solid;
	border-width		: 0;
	border-bottom-width	: 2px;
	border-color		: #38170e;
	margin-top		: 15px;
	margin-bottom		: 20px;
}


h2
{
	color			: #38170e;
	font-family		: Arial;
	font-weight		: norma;
	font-size		: 17px;
	border-style		: solid;
	border-width		: 0;
	border-color		: #38170e;
	margin-top		: 15px;
	margin-bottom		: 5px;
}

div.c
{
	clear			: both;
}


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

div.logo
{
	margin-top		: 25px;
	margin-bottom		: 15px;
	text-align		: center;
}

div.container
{
	border-style		: solid;
	border-width		: 1px;
	border-color		: #3a1a10;
	padding		: 3px;
	background-color	: #fdf4ec;
	background-image	: url('../images/body/container-bg.png');
	background-position	: top;
	background-repeat	: repeat-x;
}

	div.container-inside
	{
		background-image	: url('../images/body/menu-bg.png');
		background-position	: top left;
		background-repeat	: repeat-y;
	}

	div.container div.menu
	{
		width			: 198px;
		float			: left;
	}
	
		div.container div.menu ul
		{
			list-style-type	: none;
			background-image	: url('../images/body/menu-top-bg.png');
			background-position	: top left;
			background-repeat	: repeat-x;
			padding-top		: 15px;
		}
	
		div.container div.menu a
		{
			display		: block;
			padding		: 10px;
			
		}
		
			div.container div.menu a span.name
			{
				color			: #cda769;
				font-size		: 22px;
				display		: block;
			}
			
			div.container div.menu a span.desc
			{
				color			: #ffffff;
				font-size		: 11px;
			}
			
		div.container div.menu div.support
		{
			margin-top		: 35px;
			text-align		: center;
		}
	
	div.container div.content
	{
		padding-top		: 30px;
		padding-bottom	: 30px;
		margin-left		: 230px;
		padding-right		: 30px;
		background-image	: url('../images/body/content-corner-top.png');
		background-position	: top right;
		background-repeat	: no-repeat;
	}
	

div.footer
{
	text-align		: right;
	font-size		: 11px;
	margin-top		: 5px;
}

	div.footer a
	{
		color			: #38170e;
	}
