body {
	font-family: Verdana;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #222222;
	background: url("images/body-bg.gif") repeat;
}

#document {
	width: 770px;
	
	margin: auto;
	border: 2px #000000 solid;
	border-top: 10px #000000 solid;
	background: #ffffff;
	overflow: hidden;
}

#left-section {
	width: 460px;
	float: left;
	border-right: 10px #000000 solid;
}

#header {
	width: 450px;
	height: 150px;
	margin-top: 40px;
	margin-left: 5px;
	margin-bottom: 40px;
	background: url("images/header.gif") no-repeat;
	float: left;
	display: inline;
}

#slogan {
	width: 460px;
	text-align: center;
	font-size: 18px;
	float: left;
}

#content {
	width: 460px;
	padding-bottom: 30px;
	padding-top: 10px;
	float: left;
	text-align: center;
}

#content p {
	margin: 2px;
	padding: 0;
}


#right-section {
	width: 300px;
	float: left;
}

#people {
	width: 300px;
	height: 235px;
	float: left;
	background: url("images/business.jpg") no-repeat;
	border-bottom: 10px #000000 solid;
}

#phone {
	width: 300px;
	padding-bottom: 8px;
	background: #000000;
	color: #dddddd;
	float: left;
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
}

#form {
	width: 200px;
	float: left;
	padding: 30px;
	padding-top: 2px;
}

#form p {
	margin-top: 9px;
	margin-bottom: 9px; 
}

#form p input, #form p textarea {
	font: 11px Verdana;
	width: 230px; 
}



#boxes {
	border-top: 10px solid #000000;
	width: 760px;
	float: left;
	padding: 5px; 
}

.box {
	width: 180px;
	
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	display: inline;
	overflow: hidden;
	background: url("images/box1_bg.gif") repeat-y;
}

.box .boxtop, .box .boxbottom { 
	width: 180px;
	height: 45px;  
	float: left;
}

.box .boxtop 	{ background: url("images/box1_top.gif") no-repeat; }
.box .boxbottom 	{ background: url("images/box1_bottom.gif") no-repeat; }

.box_text {
	overflow: hidden;
	height: 320px;
	float: left;
}
.box_text p {
	margin: 0px;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
.box_text .title {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 0;
	padding-bottom: 6px;
}

.black_box {
	width: 180px;
	margin: 10px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	display: inline;
	overflow: hidden;
	background: url("images/box2_bg.gif") repeat-y;
}

.black_box .boxtop, .black_box .boxbottom { 
	width: 180px;
	height: 37px;  
	float: left;
}

.black_box .boxtop 	{ background: url("images/box2_top.gif") no-repeat; }
.black_box .boxbottom 	{ background: url("images/box2_bottom.gif") no-repeat; }
.black_box .box_text { 
	height: 100px; 
	color: #fff; 
	font-size: 34px; 
	font-weight: normal;
	width: 180px;
	text-align: center; 
	
}
.black_box .box_text p { 
	margin: 0; 
	padding: 0; 
}
.black_box .box_text p.last { 
	font-size: 11px;
	padding: 2px;
	font-weight: bold;
}

#topmsg {
	width: 600px;
	height: 73px;
	margin: auto; 
	margin-top: 10px;
	margin-bottom: 10px;
}

#topmsg .left, #topmsg .right {
	 width: 13px;
	 height: 73px;
	 float: left;
}
#topmsg .left { background: url("images/topmsg_left.gif") no-repeat; }
#topmsg .right { background: url("images/topmsg_right.gif") no-repeat; }
#topmsg .text { 
	float: left; 
	overflow: hidden; 
	background: url("images/topmsg_bg.gif") repeat-x; 
	height: 58px; 
	width: 574px; 
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
}


#botmsg {
	width: 750px;
	height: 52px;
	margin: auto; 
	margin-top: 10px;
	margin-bottom: 10px;
}

#botmsg .left, #botmsg .right {
	 width: 9px;
	 height: 52px;
	 float: left;
}

#botmsg .left { background: url("images/botmsg_left.gif") no-repeat; }
#botmsg .right { background: url("images/botmsg_right.gif") no-repeat; }
#botmsg .text { 
	float: left; 
	overflow: hidden; 
	background: url("images/botmsg_bg.gif") repeat-x; 
	height: 48px; 
	width: 732px; 
	text-align: center;
	font-size: 12px;
	padding-top: 4px;
} 


#footer {
	width: 770px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #000000;
	color: #dddddd;
	text-align: center;
	float: left;
}

a { color: #dddddd; }
