/* CSS Document */

html {
	height: 100%;
}


.outline {
  
  background: #5A4E40;
	padding: 4px;
}

body {
	height: 100%;
	padding: 0px;
	font-family: Verdana, Helvetica, Sans Serif;
	margin: 0px;	
	font-size: 11px;
	color: #OOOOOO;
	background: url(images/background.jpg) repeat-x;
	background-color:#ff1600;
	}

/* Joomla core stuff */
a:link, a:visited {
	color: #1349C3; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #1349C3;	text-decoration: underline;
	font-weight: bold;
}
.mainbody {
	height: 250px;
	padding: 15px;
	font-family: Verdana, Helvetica, Sans Serif;
	margin: 0px;	
	font-size: 11px;
	color: #OOOOOO;
	background: url(images/template_12.jpg);
	background-color:#E3EAF8;
	vertical-align: top;
	}
