@charset "UTF-8";
/* CSS Document */
body 
{
	padding: 0;
	background: #333333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 950px;
	margin: 0 auto;
}
#main
{
	width: 950px
}
/* header */
#header
{
	height: 175px;
	margin: 0 0 25px 0;
}
#header-top
{
	height: 144px;
}
#header-bottom
{
	height: 23px;
	padding: 8px 0 0 0;
	text-align: right;
	color: #000;
	font-size: 13px;
	background-image: url(layout-images/header-bottom.jpg);
}
/* Center Div - Left and Right Side Bar */
#center
{
}
/* Left Divs */
#center-left
{
	width: 225px;
	margin: 0 25px 0 0 auto;
	float: left;
} 
#center-left-buttons-wrapper
{
		margin: 0 0 25px 0;
}
#center-left-buttons
{
}
#center-left-bar
{
	height: 300px;
}
/* Right Div */
#center-right
{
	width: 685px;
	float: right;
	padding: 20px;
	background-image: url(./layout-images/center-main.jpg);
}
#center-right-bottom
{
	height: 50px;
	width: 725px;
	float: right;
	background-image: url(./layout-images/center-bottom.jpg);
}
/* Footer */
#footer
{
	clear: both;
	padding: 20px;
	width: 910px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
}
/* Header Buttons */
/* Button Links */
a.header:link 
{
	color: #000; 
}
a.header:visited
{
	color: #000;
}
a.header:hover
{
	color: #666;
}
a.footer:link 
{
	color: #FFF; 
}
a.footer:visited
{
	color: #FFF;
}
a.footer:hover
{
	color: #FFF;
}
a.square:link 
{
	color: #FFF; 
}
a.square:visited
{
	color: #FFF;
}
a.square:hover
{
	color: #CCC;
}
/* Paragraph */
p.main-paragraph
{
	font-size: 14cpx;
}
/* Services */
div.services
{
	clear: both;
	height: 250px;
	margin: 0 65px 25px 65px;
}
div.services-left
{
	float: left;
	height: 230px;
	width: 210px;
	padding: 20px 20px 0 20px;
	background-image: url(./layout-images/services-background.jpg);
	color: #FFF;
}
div.services-right
{
	float: right;
	height: 230px;
	width: 210px;
	padding: 20px 20px 0 20px;
	background-image: url(./layout-images/services-background.jpg);
	color: #FFF;
}
img.services-right
{
	float: right;
}
img.services-left
{
	clear: both;
	float: left;

}
/* Picture Div */
#picture
{
	width: 610px;
	padding: 20x 20px 20px 20px;
	margin: 0 auto;
}
/* List Divs */
#list-left
{
	width: 300px;
	float: left;
}
#list-right
{
	width: 300px;
	float: right;
	padding: 0 75px 0 0;
}