@charset "UTF-8";
/* CSS Document */
body 
{
	padding: 0;
	background: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 1000px;
	margin: 0 auto;
}
#main
{
	width: 1000px;
}
#header
{
	height: 135px;
}
#header-top
{
	height: 100px;
}
#header-bottom
{ 
	height: 27px;
	font-size: 14px;
	color: #FFF;
	word-spacing: 10px;
	background-image: url(./layout-images/button-bar.jpg);
	padding: 8px 0 0 160px;
}
#center
{
	height: 300px;
	font-size: 12px;
	background-image: url(./layout-images/main.jpg);
	padding: 0 50px 0 50px;
}
#center-2
{
	height: 600px;
	font-size: 12px;
	background-image: url(./layout-images/main-2.jpg);
	padding: 0 50px 0 50px;
}
#center-general
{
	padding: 15px 15px 15px 15px;
	overflow: auto;
}
#center-website
{
	padding: 87px 0 87px 0;
}
#center-website-page
{
	padding: 25px 25px 25px 25px;
}
#center-graphics
{
	padding: 67px 0 67px 0;
}
/* Website Pages */
#center-webpage
{
}
#center-webpage-left
{
	padding: 0 25px 0 0;
	width: 525px;
	float: left;
}
#center-webpage-right
{
	width: 300px;
	float: right;
}
/* Pricing */
#center-pricing-graphic
{
	height: 58px;
	padding: 8px 8px 0 8px;
}
#center-pricing-web-top
{
	height: 73px;
	padding: 8px 8px 0 8px;
}
#center-pricing-bottom
{
	height: 109px;
	padding: 8px 0 8px 0;
}
#center-pricing-web-bottom-left
{
	width: 454px;
	float: left;
}
#center-pricing-web-bottom-left-left
{
	width: 215px;
	float: left;
	padding: 0 8px 0 8px;
}
#center-pricing-web-bottom-left-right
{
	width: 215px;
	float: right;
	padding: 0 8px 0 0;
}
#center-pricing-web-bottom-right
{
	width: 446px;
	float: right;
}
#center-pricing-web-bottom-right-left
{
	width: 215px;
	float: left;
	padding: 0 8px 0 0;
}
#center-pricing-web-bottom-right-right
{
	width: 215px;
	float: right;
	padding: 0 8px 0 0;
}
/* Footer */
#footer
{
	height: 110px;
	font-size: 12px;
	background-image: url(./layout-images/footer.jpg);
	background-repeat: no-repeat;
	padding: 120px 0 0 0;
	text-align: right;
}
/* Button Links */
a.button:link 
{
	color: #FFFFFF; 
}
a.button:visited
{
	color: #FFFFFF; 
}
a.button:hover
{
	color: #FFFFFF; 
}
a.footer:link 
{
	color: #333; 
}
a.footer:visited
{
	color: #333; 
}
a.footer:hover
{
	color: #999;
}
	
