body
{
	margin: 0px;
	background-image: url(./images/background.jpg);
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
}

div#main
{
	background-image: url(./images/backgroundTop.gif);
	background-repeat: no-repeat;
	border-color: #cac4b1;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;	
	width: 777px;
}

div#head
{
	border-style: none;
	padding: 0.7em;
	background-image: url(./images/backgroundNavi.gif);
	text-align: right;
}

div#content
{
	border-style: none;
	padding: 0.7em;
	background-image: url(./images/content.gif);
	background-repeat: no-repeat;
	background-color: White;
	text-align: left;
}

div#footer
{
	border-style: none;
	border-top-style: solid;
	border-top-color: #cac4b1;
	border-top-width: 2px;
	padding: 0.7em;
	background-color: White;
	color: #86594e;
	font-weight: bold;
	text-align: left;
}

span#navi a
{
	color: #86594e;
	padding: 0.4em;
	text-decoration: none;
}

span#navi a:hover
{
	color: White;
}

span#active
{
	color: #86594e;
	padding: 0.4em;
	text-decoration: underline;
}

h1
{
    display: none;
}

h2
{
	font-size: 18px;
	font-weight: lighter;
}

h3
{
	color: #ac1230;
	font-size: 14px;
	margin: 0px;
	margin-top: 10px;
}

h4
{
	border-top: dotted 2px #cccccc;
	color: #ac1230; 
	font-size: 13px; 
	margin-bottom: 10px;
	padding: 5px;
}

ul
{
	margin-top: 5px;
}

li a
{
	color: Black;
}

label
{		
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 120px;
}

input, textarea
{
	float: left;
	display: block;
	margin-bottom: 5px;
	width: 180px;
}

table
{
	border: solid 1px #cac4b1;
	border-collapse: collapse;
	padding: 2px;
	width: 500px;
}

th
{
	border: solid 1px #cac4b1;
	padding: 7px;
	padding-left: 10px;
}

td
{
	border: solid 1px #cac4b1;	
	padding: 7px;
	padding-left: 10px;
}

.imglink
{
	border: none 0px #ffffff;
	margin: 10px;
}
