/* 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;		
}

#outer_panel {
	width:980px;
	height:163px;
	background-color:#ffcc33;
	background-image:url(../images/backgrounds/orange.jpg);
	background-repeat:repeat;
}

#panel {
	width:914px;
	height:168px;
	margin:0 0 0 40px;
}

#inner_header {
	width:980px;
	height:190px;
	background-image:url(../images/backgrounds/inner_topedge_about.jpg);
	background-repeat:no-repeat;
	background-color:#ffcc33;
}

#inner_body {
	width:980px;
	height:350px;
	max-height:350px;
	background-image:url(../images/backgrounds/inner_background_about.jpg);
	background-repeat:no-repeat;
	background-color:#ffcc33;
	margin:0;
	padding:0;		
}

#inner_content {
	width:560px;
	height:350px;
	padding:30px 60px;
	overflow:hidden;
}

#inner_container {
	width:980px;
	height:350px;	
}

#inner_btmedge {
	width:980px;
	height:41px;
	background-image:url(../images/backgrounds/inner_btmedge_about.png);
	background-repeat:repeat-y;
}

h1 {
	font-size:2em;
	color:#cc3300;	
}

p {
	font-size:1.2em;
	line-height:1.4em;
	font-weight:100;
	color:#ff9933;
}

#home_logo {
	width:340px;
	height:227px;
	float:right;
}

#plan {
	width:500px;
	height:305px;
	float:right;
}

#credit {
	width:980px;
	height:15px;
	text-align:right;
	color:#fff;
	font-size:1.1em;
}

#credit p {
	margin:0 8px 0 0;
}

