
/*******************************************************************************
 * COLOURS
 *
 * red (sortof): #57242b
 * red tint 1:   #78323b
 * gray:         #edeedc
 */

body 
{
	margin: 0 auto 0 auto;
	background-color: white;
	width: 750px;
}

/*
img, .content_header_fade { behavior: url(iepngfix.htc); }
*/

/*******************************************************************************
 * HEADER
 */
 
.content_header
{
	/* Changed top fixed after this style (IE6 hack) */
	position: relative;
	
	width: 750px;
	height: 90px;

	top: 0px;
	margin: 0px;
	padding-top: 5px;
	background: white;
}

.content_header_logo
{
	width: 750px;
	height: 90px;
	color: white; 
	background-color: white;
	background-position: 0px 0px;
	background-image: url(img/decor/header_background.jpg); 
	background-repeat: repeat-x;
}

.content_header a
{
	font-size: 13px; text-decoration: none; color: white;
}

.content_header_fade
{
	width: 750px;
	height: 50px;
	background-image: url(img/decor/header_background_fade.png); 
	background-repeat: repeat-x;
}

body>.content_header {
	position: fixed
}

/*******************************************************************************
 * BODY
 */

.content_body_wrapper
{
	padding-top: 5px;
	padding-bottom: 5px;
}

body>.content_body_wrapper {
	padding-top: 95px;
}

.content_body
{
	background-color: #edeedc;
}

.content_body_headline
{
	color: #999999;
	font-size: 25px;
	font-family: verdana, helvetica, arial, sans-serif;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.content_body_section
{
	color: #333333;
	font-size: 18px;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 0;
	/* border-bottom: solid 1px #999999; */
}

.content_body_text
{
	color: #222222;
	font-size: 13px;
	font-family: verdana, helvetica, arial, sans-serif;
	padding: 5px;
	padding-bottom: 10px;
	text-align: justify;
}

.content_body_text_mono
{
	color: #222222;
	font-size: 12px;
	font-family: monospace;
}

.content_body_table
{
	width: 100%;
	/*
	border-color: #AAAAAA;
	border-width: 1px; 
	border-style: solid; 
	*/
	border-collapse: collapse;
}

.content_body_table td
{
	padding: 5px;
	border-color: #AAAAAA;
	border-width: 1px; 
	border-style: solid; 
}

/*******************************************************************************
 * FOOTER
 */

.content_footer
{
	font-size: 12px;
	text-align: center;
}
