html {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../images/BGtile.jpg);
	background-position:top;
	background-color: #8f8f8f;
	background-repeat:repeat-x;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*TEXT ELEMENTS*/


p,td {
	font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

a {
  color: #600000;
}


a:hover {
  color: #4d4d4d;
}

h1 {
	font-size: 1.5em;
	color: #600000;
}

h2 {
	font-size: 1.4em;
}

h3 {
font-size: 16px;
color:#600000;
padding-bottom:15px;
font-weight:100;
margin:0px;
}



#wrapper {
margin-left:auto;
margin-right:auto;
width:820px;
}




.header {
background-image: url(../images/header.jpg);
height: 130px;
background-repeat:no-repeat;
background-position:bottom;
}


.navigation {
background-image: url(../images/navigation.jpg);
background-repeat:no-repeat;
background-position:top;
height: 26px;
padding-right:9px;
}

.contenttile {
background-image: url(../images/contenttile.jpg);
background-repeat:repeat-y;
}


.content {
background-image: url(../images/contentheader.jpg);
background-repeat:no-repeat;
background-position:top;
min-height:350px;
padding-left:18px;
padding-right:17px;
padding-top:37px;

}

.contactinfomodule {
	float:right;
	text-align:right;
	padding-right:17px;
	width:200px;
	padding-top:5px;
	font-size:13px;
}

ul {
margin-left:25px;
padding-left:13px;
}
li{
}


#component-contact {
	padding-left:2px;
	padding-top:2px;
}

.footer {
background-image: url(../images/footer.jpg);
background-position:top;
background-repeat:no-repeat;
line-height:57px;
height: 21px;
color:#ffffff;
font-size:10px;
}



.contentheading {
font-size: 16px;
color:#600000;
padding-bottom:9px;
font-weight:bold;
}	