@charset "utf-8";
body {
	background: url(../images/background0.gif) 0 0 repeat-x #b8bcbf;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body a {
	text-decoration: underline;
	color: #000;
}
body a:hover {
	text-decoration: none;
}
#background1 {
	background: url(../images/background1.gif) 0 0 repeat-y;
	width: 924px;
	margin-left: auto;
	margin-right: auto;
}
#background2 {
	background: url(../images/background2.gif) 0 0 no-repeat;
	width: 924px;
	margin-left: auto;
	margin-right: auto;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	background: url(../images/top-bg.gif) 0 0 repeat-x;
	height: 124px;
	width: 900px;
}
#top #optionalbg {
	background: url(../images/optionalbg-top.gif) top right no-repeat;
	width: 895px;
	height: 114px;
	padding-left: 5px;
	padding-top: 10px;
}
#top .logo {
	background: url(../images/top-logo.png) 0 0 no-repeat;
	width: 432px;
	height: 102px;
}
#menu {
	width: 900px;
	background: url(../images/menu-bg.gif) 0 0 no-repeat;
	height: 48px;
}
#menu .home, #menu .about, #menu .serviceplans, #menu .themes a, #menu .contact {
	height: 48px;
	width: 113px;
	float: left;
	padding: 0;
	margin-left: 10px;
	background-position: top;
}
#menu .home {
	background: url(../images/menu-home.gif) no-repeat;
}
#menu .about {
	background: url(../images/menu-about.gif) no-repeat;
}
#menu .serviceplans {
	background: url(../images/menu-serviceplans.gif) no-repeat;
}
#menu .themes a {
	background: url(../images/menu-themes.gif) no-repeat;
}
#menu .contact {
	background: url(../images/menu-contact.gif) no-repeat;
}
#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#content .top {
	width: 900px;
	height: 10px;
	background: url(../images/content-top.gif) 0 0 no-repeat;
}
#content #right .horzhr {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}
#footer {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #fff;
	text-align: center;
	font-size: 10px;
}