/* CSS Document */

#outer_topedge {
	width:980px;
	height:15px;
	background-image:url(../images/backgrounds/topedge.jpg);
	background-repeat:no-repeat;
}

#outer_btmedge {
	width:980px;
	height:15px;
	background-image:url(../images/backgrounds/btmedge.jpg);
	background-repeat:no-repeat;
	margin:0 0 7px 0;		
}



#panel {
	width:914px;
	height:168px;
	margin:0 0 0 40px;
}

#inner {
	width:980px;
	background-image:url(../images/backgrounds/inner_background_home.jpg);
	background-repeat:repeat-y;
	background-color:#ffcc33;		
}

#inner_topedge {
	width:980px;
	height:227px;
	background-image:url(../images/backgrounds/inner_topedge_home.jpg);
	background-repeat:no-repeat;
	background-color:#ffcc33;
}

#inner_btmedge {
	width:980px;
	height:41px;
	background-image:url(../images/backgrounds/inner_btmedge_home.jpg);
	background-repeat:no-repeat;
}

#inner_content {
	width:860px;
	padding:0 60px;
}

#inner_content h1 {
	font-size:2.4em;
	color:#cc3300;	
}

#inner_content p {
	font-size:1.2em;
	line-height:1.4em;
	font-weight:100;
	color:#000;
}

#home_logo {
	width:340px;
	height:227px;
	float:right;
}

#plan {
	width:500px;
	height:305px;
	float:right;
}

