/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #f8f8f8 ;
}

div {
	margin: .2em;
	padding: .5em;
}

a img {
	border: none;
}

#header {
	background: #ffffff;
	border: 1px solid #DFDFDF;
	width:300px;
	margin: 8px auto;
	color: #969696;

}

#footer {
	background: #ffffff;
	border: 1px solid #DFDFDF;
	width:300px;
	margin: 8px auto;
	color:#BFBFBF;
}
#footer a, #content a{
color: #969696;
}

#content {
	border: 1px solid #DFDFDF;
	color: #000;
	width:300px;
	margin: 8px auto;
   background: #ffffff;
   font-size: 1.3em;
}
#content p{
padding-left:30px;
}

.navimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #EEE;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {

}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	background: #FFF6E5;
}
.warn strong,
.warn label {
	color: #FF8000;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {
	background: #FFF1F1;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}