body {
	background-color: #1a1a1a;
	font-family: verdana;
	color: #373737;
	font-size: 11px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#logo {
	padding-bottom: 25px;
	padding-top: 10px;
	text-align: left;
}
#nav {
	width: 800px;
	height: 35px;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-right: 3px;
}
#nav a:hover {
	background-color: #464646;
}
#nav a.current {
	background-color: #ffffff;
	color: #000000;
}
#cont {
	background-image: url(images/bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 19px;
}
#content {
	width: 800px;
	background-color: #ffffff;
	padding-top: 20px;
	background-image: url(images/cont_bg.png);
}
#left {
	float: left;
	width: 350px;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
}
#right {
	float: right;
	width: 349px;
	border-left: 1px dotted #adadad;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
}
.clearboth {
	clear: both;
}
.head {
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	color: #1c5a7d;;
	font-size: 16px;
	font-family: arial;
}
#smleft {
	float: left;
	width: 70px;
}
#smright {
	float: left;
	width: 269px;
	padding-left: 10px;
}
#footer {
	padding-top: 20px;
	text-align: center;
	color: #ffffff;
}
#footer a:link, #footer a:visited {
	color: #b5b5b5;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}

/* ###################### */

#plan1 {
	width: 170px;
	margin-right: 9px;
	float: left;
}
#right h1 {
	background-color: #2f8cc0;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}
#plan2 {
	width: 170px;
	float: right;
}
#single {
	padding-left: 20px;
	padding-right: 20px;
}
#contact {
	color: #cccccc;
	background-color: #3c3c3c;
	text-align: center;
	padding: 10px;
	font-size: 13px;
}
#contact a:link, #contact a:visited {
	color: #ffffff;
}