/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	/*background: #FFF;*/
        background: #F7E28E url(http://www.ninjai.com/images/templates/3-0-1/simple_bg.jpg) no-repeat scroll top center;
	font-family: "Trebuchet MS", Arial, Verdana sans-serif;
	color: #555;
}
h1 {color:#6C2609;font-size:2.25em;line-height:1.1;margin-bottom:1em;}
div {
	margin: .2em;
	padding: .5em;
}

a img {
	border: none;
}
a:focus, a:hover {color:#9A0000;}
a {color:#6C2609;text-decoration:underline;}

#header,#footer {color:#231302;font-size:0.675em;height:204px;letter-spacing:0.05em;padding-top:1px;text-align:center;}

#content {border: 1px solid #EAC57F;color: #231302; margin-left:auto;margin-right:auto; width:1000px;}

.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 {/*border: 1px solid #A5D768;*/}
.alert {
	background: #D7B26E;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #E7C27E;
}
.warn {
	background: #F7E28E;
}
.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;
}

h1 {color:#6C2609;font-size:2.25em;line-height:1.1;margin-bottom:1em;}
h3 {font-size:1.333em;line-height:1.3;margin-bottom:1em;}
h1, h2, h3, h4, h5, h6 {color:#111111;font-weight:normal;}

