@charset "utf-8";
@import url("content_styles.css");
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #1AC6EA;
}

#page_wrap{
	width: 900px;
}

#background{
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	background-attachment: fixed;
	margin-right: auto;
	margin-left: auto;
}

#content_container{
	width: 900px;
	margin-top: 20px;
	margin-left: 75px;

}

#header_cont{
	height: 200px;
	width: 900px;
	margin-left: 75px;
}

#header{
	height: 200px;

}

#main_content{
	float:left;
	width: 600px;
	
}

#main_top{
	background-image: url(../images/main_content_bg_top.png);
	height: 20px;
	width: 600px;

}

#main_text{
	background-image: url(../images/main_content_bg.png);
	background-repeat: repeat-y;
	width: 560px;
	padding-right: 20px;
	padding-left: 20px;

}

#main_bottom{
	background-image: url(../images/main_content_bg_bottom.png);
	height: 20px;
	width: 600px;

}

#side_bar{
	float:left;
	width: 260;
	margin-top: 35px;
}
#logo{
	position:fixed;
	margin-top: 0px;
	margin-left: 270px;
}
#clear{
	clear:both;
}
#footer{
	width: 900px;
	height: 60px;
	padding: 20px;

}

