* {
	margin: 0px;
	padding: 0px;	
}

body {
	background-color: #bee2f8;
	width: 100%;
}
#top_bar {
	height: 40px;
	background-image: url(../images/top_bar.png);
	background-repeat: repeat-x;
	width: 100%;
}
#header_spacing {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 100%;
}
/*---------------------NAVIGATION------------------------*/
#20px_spacing {
}


#header {
	height: 287px;
	background-image: url(../images/side_header.png);
	background-repeat: repeat-x;
	width: 100%;
}
#header #header_graf {
	margin-right: auto;
	margin-left: auto;
	height: 287px;
	width: 700px;
}
#header_graf #header_content {
	height: 287px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	width: 700px;
	float: left;
}
#header #header_graf_index {
	margin-right: auto;
	margin-left: auto;
	height: 287px;
	width: 900px;
}
#header_graf_index #header_content_index {
	height: 287px;
	background-image: url(../images/header_bg_index.png);
	background-repeat: repeat-x;
	width: 900px;
	float: left;
}
#content {
	margin: 0px;
}

#content #wrapper {
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	width: 700px;
	padding-top: 40px;
	text-align: justify;
	font-size: 15px;
	font-family: "Myriad Pro Light";
	color: #666666;
}
#footer {
	background-image: url(../images/footer.png);
	height: 40px;
	background-repeat: repeat-x;
	width: 100%;
}
.addsense {
	height: 250px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
