body {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

#container {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 780px;
	background: #FFFFFF url(../images/bg.jpg) center;
}
#top_header {
	background: #FFFFFF url(../images/top_header_bg.jpg) no-repeat center bottom;
	height: 26px;
	width: 780px;
}
#header {
	height: 69px;
	width: 760px;
	padding: 0;
	margin: 0;
}
*html #header {
    margin-left: 3px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#photo_banner {
	background: #FFFFFF url(../images/index_banner.jpg) no-repeat center top;
	height: 176px;
	width: 760px;
}
*html #photo_banner {
    margin-left: 4px;
}
#photo_banner_method {
	background: #FFFFFF url(../images/method_banner.jpg) no-repeat center top;
	height: 176px;
	width: 760px;
}
*html #photo_banner_method {
    margin-left: 4px;
}
#photo_banner_about {
	background: #FFFFFF url(../images/about_banner.jpg) no-repeat;
    height: 176px;
	width: 760px;
}
*html #photo_banner_about {
    margin-left: 4px;
}
#photo_banner_objectives {
	background: #FFFFFF url(../images/objectives_banner.jpg) no-repeat;
    height: 176px;
	width: 760px;
}
*html #photo_banner_objectives {
    margin-left: 4px;
}
#photo_banner_programme {
	background: #FFFFFF url(../images/programme_banner.jpg) no-repeat;
    height: 176px;
	width: 760px;
}
*html #photo_banner_programme {
    margin-left: 4px;
}
#photo_banner_location {
	background: #FFFFFF url(../images/location_banner.jpg) no-repeat;
    height: 176px;
	width: 760px;
}
*html #photo_banner_location {
    margin-left: 4px;
}
#photo_banner_prices {
	background: #FFFFFF url(../images/prices_banner.jpg) no-repeat;
    height: 176px;
	width: 760px;
}
*html #photo_banner_prices {
    margin-left: 4px;
}
#photo_banner_sitemap {
	background: #FFFFFF url(../images/sitemap_banner.jpg) no-repeat;
    height: 176px;
	width: 760px;
}
*html #photo_banner_sitemap {
    margin-left: 4px;
}
#photo_banner_links {
	background: #FFFFFF url(../images/links_banner.jpg) no-repeat;
    height: 176px;
	width: 760px;
}
*html #photo_banner_links {
    margin-left: 4px;
}
#photo_banner_thank_you {
	background: #FFFFFF url(../images/thank_you_banner.jpg) no-repeat;
    height: 176px;
	width: 760px;
}
*html #photo_banner_thank_you {
    margin-left: 4px;
}
#main {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
}
#bg_image {
	background: url(../images/bg_image.gif) no-repeat 470px bottom;
}
#footer {
	width: 760px;
	margin: 0px auto;
	clear: both;
	height: 20px;
}
#footer p {
	margin: 0px 0px 0px 0px;
}
*html #footer {
    margin-left: -2px;
}
#bottom_footer {
	background: #FFFFFF url(../images/bottom_footer_bg.jpg) no-repeat center bottom;
	height: 26px;
	width: 780px;
}

#study_banner {
	width: 298px;
	height: 200px;
	background: url(../images/study_banner.jpg) no-repeat top center;
	}

#study_banner h2 {
	position:relative;
	top: 15px;
	left: 10px;
	margin: 0px;
	width: 150px;
	}
	
#study_banner p {
	position: relative;
	left: 10px;
	top: 25px;
	width: 170px;
	margin: 0;
}

.more {
	margin-top: 8px !important;
	}

.float_left {
	float: left;
	margin: 0 10px 10px 0;
}

.float_right {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}
.margin_top_none {
	margin-top: 0px;
}
.margin_bottom_none {
	margin-bottom: 0px;
}
.no_pad_marg {
	margin: 0px;
	padding: 0px;
}
.float_left_margin_right_first {
	margin-left: 16px;
	float: left;
	display: block;
	padding-right: 10px;
}

.float_left_margin_right {
	float: left;
	display: block;
	padding-right: 10px;
}

.float_left_margin_right_norm {
	float: left;
	padding-right: 5px;
}

.floatright_margin_right {
	float: right;
	padding-right: 8px;
	}
