@charset "utf-8";
/* CSS Document */

#container {
	width:900px;
	height:100%;
	margin:auto;
	position:relative;

}

#header {
	width:900px;
	height:200px;
	background-color:#ccc;
	background-image:url(images/header3.jpg);
	margin-top:-12px;
	
	}
	
#menu {
	width:900px;
	height:25px;
	margin-bottom:5px;
	background-image:url(images/fade_up.png);
	
	}
#content {
float:right;
width:660px;
height:100%;


}

#intro {
	width:640px;
	padding-left:15px;
	margin-top:10px;
	
	}
	
#column1 {

	width:300px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-left:-15px;
	
	}
#column2 {

	width:300px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	}
#left_menu {
	margin-top:40px;

	width:200px;
	float:left;
	padding-left:10px;
	padding-right:10px;
		
	}
#footer {
width:640px;
margin-top:300px;

}

.image {
border:none;

}