
/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

h1 {
	font-size:16px;
	}
	
h2 {
	font-size:14px;
	}

body
{
	background-repeat: repeat-x;
	color:#FFFFFF;
	line-height: 1.4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link
{
	color: #0066CC;
}

a:visited
{
	color: #0066CC;
	/*color: #B266B2;*/
}

a:hover
{
	text-decoration: none;
}



/* MENU --------------------------------------------------------------------- */

#menu
{
	position: relative;
	z-index: 2;
	height: 1.7em;
	margin-top: 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

* html #menu
{
	height: 1.35em;
}

#menu ul
{
	float: left;
	border-right: 0px solid #3399FF;
	list-style: none;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	border-top: 1px solid #672830;
	border-left: 1px solid #672830;
	border-right: 1px solid #672830;
	border-left: 1px solid #672830;
	padding: 0.1em 16px;
	color: #FFFFFF;
	text-decoration: none;
}

* html #menu a
{
	height: 1px;
	float: left;
}

#menu li.on a
{
	border-top-color: #872935;
	border-left-color: #872935;
	color: #ffffff;
	background-color: #940f1f;
	font-weight: bold;
}

#menu a:hover
{
	background-color: #940f1f;
}

/* CONTACT --------------------------------------------------------------------- */

.content {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:10px;
}

.header {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
padding-left:5px;
}

.header_upper {
background-image:url(../images/header.jpg);
}
