/* CSS Document */

#header
{
	Width:781px;
	Height:330px;
	font-size:1px;
	margin:auto;
	
}

planlink a
{
	text-decoration:none;
	color:#CC6600;
}

#contentcontain
{
	Width:781px;
	margin:auto;
	/* height:275px; */
}

#headlines
{
	width:210px;
	height:205px;
	background-color:#222222;
	margin:auto;
	float:left;
	border-right:2px solid black;
	border-top:2px solid black;
	border-bottom:4px solid black;
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
}

#homecontent
{
	width:483px;
	height:220px;
	background-color:#141414;
	margin:auto;
	float:right;
	border-top:2px solid black;
	border-bottom:4px solid black;
	padding-left:15px;
	padding-right:20px;
	padding-top:10px;
	
}

#homecontent2
{
	width:483px;
	height:353px;
	background-color:#141414;
	margin:auto;
	float:right;
	border-top:2px solid black;
	border-bottom:4px solid black;
	padding-left:15px;
	padding-right:20px;
	padding-top:25px;
	
}

#smpic
{
	width:254px;
	height:139px;
	background-color:#666666;
	border:3px solid #787878;
	float:left;
	margin:auto;
}

#features
{
	width:519px;
	height:145px;
	float:right;
	background-color:#565656;
	border-left:2px solid black;
	margin:auto;
}

#features a
{
	text-decoration:none;
	color:#d0780e;
}

#features a:hover
{
	text-decoration:underline;
	color:#d0780e;
}

#bottomgrad
{
	width:781px;
	height:68px;
	margin:auto;
	float:left;
	background-image:url(images/gradback.jpg);
	background-repeat:repeat-x;
	border-top:8px solid black;
}


#copyright
{
	width:781px;
	margin:auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border:4px solid black;
}

#plans a
{
	text-decoration:none;
	color: #CCCCCC;
}

#plans a:hover
{
	text-decoration:underline;
	color: #CCCCCC;
}

#bottomlinks a
{
	text-decoration:none;
	color:#FFFFFF;
}

#bottomlinks a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}

#react a
{
	text-decoration:none;
	color:#d0780e;
	font-weight:bold;
}

#react a:hover
{
	text-decoration:underline;
	color:#d0780e;
	font-weight:bold;
}
	
