@charset "utf-8";
body {
	background-color: #2c2c2c;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
#container {
	width: 781px;
	height: 850px;
	margin: auto;
	background-color: #2c2c2c;
}
.logo {
	background-image: url(images/logo.jpg);
	width: 306px; height: 47px; 
}
a {
	text-decoration: none;
}
.navbar {
	background-color: #4c4a4b;
	width: 475px;
	height: 47px;
	float: right;
}
.nav {
	font-family: Verdana;
	font-size: 12px;
	color: #d5e7ff;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
}
.nav a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #d5e7ff;
	margin-right: 10px;
}
.nav a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	margin-right: 10px;
}
.nav a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #d5e7ff;
	margin-right: 10px;
}
.nav a:active {
	font-family: Verdana;
	font-size: 12px;
	color: #d5e7ff;
	margin-right: 10px;
}
.middleimage {
	background-image: url(images/hd.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 781px;
	height: 223px;
}
.head_text {
	font-family: Arial;
	font-size: 12px;
	color: #c5d8f2;
	margin: 50px 0px 0px 15px;
	width: 500px;
}
.left_side {
	width: 565px;
	float: left;
}
.right_side {
	width: 200px;
	float: right;
}
.middle {
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.content_title {
	font-family: Verdana;
	font-size: 12px;
	color: #afd0ff;
	font-weight: bold;
	margin-top: 10px;
}
.plans {
	background-image: url(images/plan_bg.jpg);
	background-repeat: no-repeat;
	background-color: #2c2c2c;
	margin: 10px 0px 0px 0px;
	width: 351px;

	}
.plan_title {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	margin: 0px 0px 0px 15px;
}
.plan_content {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	margin: 0px 0px 0px 25px;
}
.page_content {
	font-family: Verdana;
	color: #ffffff;
	font-size: 11px;
}
.right_content {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}
.login_field {
	background-image: url(images/loginfield.jpg);
	width: 142px;
	height: 24px;
	border: none;
	border-color: #000000;
	font-family: Arial;
	color: #ffffff;
}
.login {
	background-image: url(images/login.jpg);
	width: 138px;
	height: 20px;
	border: none;
}
.copyright {
	font-family: Verdana;
	font-size: 11px;
	color: #cccccc;
}
.copyright a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #cccccc;
}
.copyright a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}
