/* BODY
---------------------------------------------------------------------- */

body {
	padding: 0;
	margin: 1em 0 1.5em 0;
	background: #BD312A url(../images/bg.png) repeat-x left top;
	font: 90%/170% helvetica, sans-serif;
	color: #fff;
	text-align: center;
}



/* DIVS
---------------------------------------------------------------------- */


#border {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/background.png) repeat-y left center;
}


#main_wrapper {
	width: 803px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	background: #EF3F35;
	border: 10px solid #fff;
}


#header {
	width: 803px;
	padding: 0 0 0 0;
	margin: 0;
	height: 273px;
	background: #fff;
	text-align: center;
	
}


#strapline {
	width: 803px;
	padding: 30px 0 0 0;
	margin: 0;
	height: 62px;
	background: #fff;
	text-align: center;
	
}


#content {
	width: 743px;
	padding: 20px 30px 20px 30px;
	margin: 0;
	background: #fff url(../images/content_background.png) no-repeat top left;
	color: #000;
	text-align: left;
	
}



#footer {
	width: 803px;
	padding: 0 0 0 0;
	margin: 0;
	height: 720px;
	background: #fff;
	text-align: center;
	
}


/* IMAGES
---------------------------------------------------------------------- */

img {
	border: none;
}

.image_float_left {
	padding: 8px;
	background: #fff;
	float: left;
	margin: 4px 12px 0 0;
	border: 1px solid #A7A7A7;
}


.image_float_left_no_border {
	padding: 0;
	float: left;
	margin: 4px 12px 0 0;
}


.image_float_right {
	padding: 8px;
	background: #fff;
	float: right;
	margin: 4px 0 0 12px;
	border: 1px solid #A7A7A7;
}


.image_float_right_no_border {
	padding: 8px;
	background: #fff;
	float: right;
	margin: 4px 0 0 12px;
}

/* FONT STYLES
---------------------------------------------------------------------- */

h1 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.4em;
	color: #E23B32;
	padding: 0.2em 0 0.2em 0;
	line-height: 1.3;
}


h2 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.1em;
	color: #000;
	margin: 0.2em 0 0.2em 0;
}


h3 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.1em;
	color: #000;
	margin: 2.5em 0 0 0;
	padding-bottom: 0;
	text-transform: uppercase;
}


.smaller_centered_font {
	color: #777;
	text-align: center;
	margin-top: 40px;
	line-height: 1.8;
	font-size: 0.8em;
}


.smaller_font {
	font-size: 0.85em;
	color: #888;
	text-align: left;
	}


.large_red_font {
	font-family: Arial Rounded MT Bold, arial, helvitica, sans-serif;
	font-size: 1.8em;
	color: #E23B32;
	padding: 0.2em 0 0.2em 0;
	margin: 10px 140px 40px 20px;
	line-height: 1.3;
}


/* LINK STYLES
---------------------------------------------------------------------- */

a {
	color: #F19E9A;
}


a:hover, a:active, a:focus {
	color: #000;
	text-decoration: none;
}

#content a {
	color: #E23B32;
}


#content a:hover, #content a:active, #content a:focus {
	color: #F19E9A;
	text-decoration: none;
}


/* FLOATS, ALIGNEMENTS and MISC
---------------------------------------------------------------------- */

.float_left {
	float: left;
}


.float_right {
	float: right;
}


.text_left {
	text-align: left;
}


.text_center {
	text-align: center;
}


.text_right {
	text-align: right;
}


.clear {
	clear:both;
}


.hidden {
	visibility: hidden
}


.line {
	margin: 0 0 30px 0;
	text-align: center;
	border-bottom: 1px solid #E23B32;
	line-height: 1;
}

