/* =================================================================
 * default stuff
 * =================================================================*/
body {
	margin:0;
	padding: 0;
	background-image:url(img/bg_body.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #0E3D55;
	color: black;
	font-size:12px;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
}

div#wrapper {
	background-image:url(img/bg_column.png);	
	background-repeat:repeat-y;
	background-color: white;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	border: 4px solid white;	
}
img {
    border-style: none;
}

/* =================================================================
 * headers and footers
 * =================================================================*/

div#header {
	width:520px;
	margin-left: auto;
	margin-top: 65px;
	background-color: transparent;
	color: #FF2D00;
	text-align: center;
}

div#footer {
	width: 540px;
	background-color: transparent;
	color: black;
	font-size: 11px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
	text-align: center;
}


/* =================================================================
 * three columns
 * =================================================================*/
div#left_column {
	float: left;	
	width: 180px;
	padding: 20px;
	padding-top: 0px;
	margin-top: 30px;
	color:#464646;
	text-align: left;
	word-spacing: 1px;
	height: 100%;
}

h3 {
	margin-bottom: -5px;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #9A1308;
	border-bottom: 1px dotted #42484f;
}

div#middle_column {
	float:left;
	background-image:url(img/boxes.png);
	background-position:top right;
	background-repeat: no-repeat;
	padding-top: 110px;
	padding-bottom: 40px;
	width: 540px;
	background-color: transparent; 
	color: black;
}

div#right_column{
	float: left;
	margin-top: 100px;
	color:#464646;
	background-color: transparent;
	padding: 0px 10px 10px;
	width: 150px;
	word-spacing: 1px;
}
 
/* =================================================================
 * content
 * =================================================================*/

div#contentbox {
	letter-spacing: 0px;
	word-spacing: 1px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: transparent;
	line-height: 20px;
}

div#entrytitle {
	margin-bottom: -5px;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #9A1308;
	border-bottom: 1px dotted #42484f;
}

div#entrybox {
	margin-left: 00px;
	margin-right: 40px;
	text-align: justify;
}


/* =================================================================
 * image boxes
 * =================================================================*/

.imgbox { 
	margin-top: -20px;
	margin-left: -18px;
	margin-bottom: 30px;
	float: left;
	padding: 2px;
 }


