body	{

	margin:0;
	padding:0;
	background-image:url('../images/bg-new.png');
	background-repeat:no-repeat;
	background-color:#83342e;
	background-position:center; 

}

p	{

	font-family:Arial;

}

h1	{

	font-family:Helvetica;
	font-size:2em;
	/*letter-spacing:-0.1em;*/
	font-weight:normal;

}

h2	{

	font-family:Helvetica;
	font-size:2em;
	/*letter-spacing:-0.1em;*/
	font-weight:normal;
	text-align:center;
	/*color:#666;*/
	color:#000;

}

h3	{

	font-family:Helvetica;
	font-size:2em;
	/*letter-spacing:-0.1em;*/
	font-weight:bolder;
	text-align:center;
	color:#83342e;

}

#page	{

	width:900px;
	margin:auto;
	background:#fff;
	background-image:url('../images/page-bg.png');
	background-repeat:no-repeat;
	margin-top:50px;

}

#nav	{

	padding:5px;

}

#nav	ul li	{

	display:inline;
	list-style:none;
	color:#83342e;

}

p.home	{

	padding:0 0 0 250px;
	

}

img.home	{

	float:left;
	padding:0 0 0 40px;

}

h1.home	{

	padding:0 0 0 100px;

}

.logo	{

	padding:60px 0 0 40px;

}

.center	{

	margin:auto;
	text-align:center;

}

.clear	{

	clear:both;

}

.red	{
	
	color:#83342e;

}

a	{

	font-family:Arial;
	color:#000;
	font-size:0.9em;

}

a:hover	{

	text-decoration:none;

}