p {
	padding: 5px;
	margin: 5px;
	line-height: 15px;
}

body {
	padding: 0;
	margin: 0;
	background: #fafafa;
}

#body {
	padding: 80px 0 0 0;
	width: 475px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: #ffffff;
}

#titleimage {
	padding: 15px;
	text-align: center;	
}

#image {
	position: absolute;
}
.content {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 10px;
}

.content p {
	padding-left: 10px;
}

.content p.subtitle {
	color: #E22000;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
}

ul {
	list-style-type: none;
	list-style-image: url(images/small_red_arrow.gif);
}

ul li {
	margin: 20px 10px 10px 80px;
	color: #000000;
}

/*  FORM PROPERTIES */

input {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	border: 1px solid #ababab;
}

textarea {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	border: 1px solid #ababab;
}

/* LINK PROPERTIES */

a:link , a:visited {
	color: #0000C0;
	text-decoration: none;
}

a:active , a:hover {
	color: #0000C0;
	text-decoration: underline;
}

ul a {
	padding-left: 5px;
}