body
{
	margin:				0;
	background-repeat:	repeat;
	background-color:	#f0f0f0;
}

body.background
{
	margin:				0;
	background-repeat:	repeat;
	background-color:	#f0f0f0;
	background-image:	url(../img/bg.jpg);
}

img
{
	border:				0;
}

div#logo
{
	position:			absolute;
	top:				0;
	left:				0;
	z-index:			100;
}

div#content
{
	position:			absolute;
	top:				122px;
	left:				0px;
	width:				380px;
	padding:			20px;
	background-color:	#ffffff;
}


h3
{
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-size:			16px;
	color:				#797979;
	margin-top:			2px;
	margin-bottom:		2px;
}

h4
{
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-style:			italic;
	font-size:			12px;
	color:				#000000;
	margin-top:			2px;
	margin-bottom:		2px;
}

p
{
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-size:			11px;
	color:				#797979;
	margin-top:			2px;
	margin-bottom:		2px;
	line-height:		15px;

}

hr
{
	width:				100%;
	border:				0px;
	border-bottom:		1px solid #a2a2a2;
}

a
{
	color:				#797979;
	text-decoration:	underline;
}

a:hover
{
	color:				#000000;
	text-decoration:	underline;
}

