body {
	width: 100%;
	background-color: #3E5568;
	text-align: center;
}

a:link, 
a:visited{
	color: black;
	text-decoration:none;
}
a:hover { 
 text-decoration: underline; 
} 

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 980px;
	padding-bottom: 205px;
	padding-bottom: 205px\9; /* IE8 and below */
}

#header {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height: 100px;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	background-color: white;
}

h3{
	font-size: 100%;
}

#navigation {
	position:relative;
	top: -10px;
	top: 20px\9; /* IE8 and below */  
	background-color: white;
	position: relative;
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 2em;
	font-size: x-large;
	font-size: large\9;
	
	
}

#main_content {
	margin: 15px 0 15px 0;
	background-color: white;
	position: relative;
	top: -10px;
	top: 20px\9; /* IE8 and below */  
	padding: 30px;
}

#main_content_title {
	position: relative;
	text-align: left;
	font-size: xx-large;
	font-weight: bold;
	line-height: 1em;
	width: 100%;
}

#main_content_text {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 30px;
}

#main_content_text_left {
	position: relative;
	display: inline-block;
	display: inline\9; /* IE8 and below */ 
    margin-left: auto;
    margin-right: auto;
	width: 400px;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align:text-top;
	text-align: left;

}

#main_content_text_right {
	position: relative;
	display: inline-block;
	display: inline\9; /* IE8 and below */ 
    margin-left: auto;
    margin-right: auto;
	width: 400px;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align:text-top;
	text-align: left;
}

#main_content_images {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#main_content_image_left {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	display: inline\9; /* IE8 and below */ 
    margin-left: auto;
    margin-right: auto;
	width: 400px;
	margin-left: 30px;
	margin-right: 30px;
}

#main_content_image_right {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	display: inline\9; /* IE8 and below */ 
    margin-left: auto;
    margin-right: auto;
	width: 400px;
	margin-left: 30px;
	margin-right: 30px;
}

#footer {
	height: 110px;   /* Height of the footer */
	height: 30px\9; /* IE8 and below */
	position: absolute;
	bottom: 100px;
	position: relative\9; /*IE8 and below */
	display: inline-block\9; /* IE8 and below */
	top: 20px\9; /*IE8 and below */
	width: 100%;
	line-height: 20px\9;
	line-height: 1.8em;
	background-color: white;
}

.bold {
	font-weight:bold;
}