/* Set the Defaults ***********************************************************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background: url(../melbourne_web_marketing_website_assessment/ima/background2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	font-size:18px;
	font-weight:200;
}
#content {
	background: url(../melbourne_web_marketing_website_assessment/ima/body_center.jpg);
	background-repeat: repeat;
	width:901px;
	margin: -30px auto 0 auto;
	}
img {
	border: none;
}
p  {
	margin: 0 20px 10px 20px;
	}
.bold {
	font-weight:bold;
}
a:link, a:active, a:visited, {
	color: #0035FA;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0035FA;
	text-decoration:underline;
}

/* Structural Divisions ********************************************************/
#wrapper {
	background:body_center.jpg;
	width:901px;
	margin: 0 auto;
}
#header {
	background: url(../melbourne_web_marketing_website_assessment/ima/background.jpg);
	margin: 0 auto;
}

/* Single Column in Body *****************************************************/

.column_1 {
	background: url(body_center.jpg);
	background-repeat: repeat;
	width:601;
	float: none;
	
}
.column_1_text {
	background: ;
	width:770px;
	margin: 0 auto;
	padding:30px 30px 0 30px;
}

.column_1 h1 {
	color: #000;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 15px 0;
}
.column_1 h2 {
	color: #000;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
}
.column_1 h3 {
	color: #114031;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 5px 0;
}


/* Footer Styles **************************************************************/
#footer {
	background: transparent;
	width: 901px;
	height:221px;
	list-style-type: none;
	margin: -10px auto 0 auto;
	padding: 0px;
}
#footer a.f_link:link, #footer a.f_link:active, #footer a.f_link:visited, #footer a.f_link:hover {
	color: #347571;
	font-size: 1.1em;
	font-weight: 300;
	padding: 5px 0 0 78px;
	margin:0 0 0 30px;
	text-decoration: none;
}
#footer a.f_link:hover {
	color: #000000;
	text-decoration: underline;
}
#footer hr {
	color: #347571;
	background: #347571;
	margin:auto;		
	height: 3px;
	width: 100%;
}
#footer h1 {
	color: #347571;
	font-size: 1.7em;
	font-weight: 300;
	text-align: center;
}
#footer p {
	color: #000;
	font-size: 0.7em;
	font-weight: 300;
	text-align: right;
	margin-right:25px;
}
/* Video Assessment Page Flip **************************************************************/
<style type="text/css">
img { behavior: url(../melbourne_web_marketing_assessment/iepngfix.htc) }
#pageflip {
	position: relative;
	right: 0; top: 0;
	float: right;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(../melbourne_web_marketing_website_assessment/ima/subscribe.png) no-repeat right top;
}
