/* Layout Stylesheet */ 

body {
	margin:0px;
	background:#000;
	color: #999;
	text-align:center;
	padding:0;
 }

#outer {
	text-align:left;
	width:750px;
	margin:auto;
 }

#hdr {
	width: 750px;
	margin: 0;
	height:70px;
	background: url(../images/header_bg_01.jpg);
	color: #000;
 }
 
#bar {
	height:200px;
	background:#000;
	color: #999;
	background: url(../images/banner_bg_01.jpg);
	margin: 0;
 }
 
#concept{
	height:200px;
	background:#000;
	color: #999;
	background: url(../images/concept_banner_bg_01.jpg);
	margin: 0;
 }

#creation{
	height:200px;
	background:#000;
	color: #999;
	background: url(../images/creation_banner_bg_01.jpg);
	margin: 0;
 }
 
#connection{
	height:200px;
	background:#000;
	color: #999;
	background: url(../images/connection_banner_bg_01.jpg);
	margin: 0;
 }

#bodyblock {
	position:relative;
	background: #000;
	color: #999;
	width:750px;
	padding:10px 0;
 }
 
#l-col {
	margin: 0;
	float:left;
	background:#000;
	color: #333333;
	width:349px;
 }
 
#conceptlCol {
	margin: 0;
	float:left;
	background:#000;
	color: #333333;
	width:350px;
}

#cont {
	margin: 0;
	width:376px;
	background:#000;
	color: #999;
	text-align:left;
 }

#conceptCont {
	margin: 0;
	width:375px;
	color: #999;
	text-align:left;
 }

#ftr {
	height:125px;
	background:#000;
	color: #999;
	margin:0;
 }
 
#ftrDivLeft{
	float: left;
	width: 375px;
	border: solid #333;
	border-width: 1px 0;
}

#ftrDivRight{
	float: right;
	width: 350px;
	background: #222;
	padding: 5px 0 4px 25px;
}

