*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #e5e6e6;
	color: #000000;
	font-family: Verdana;
}

img
{
	border: 0;
}

#menu
{
	margin: 0px auto;
	width: 980px;
	background: url('../images/design_07.jpg') bottom repeat-x;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	width: 150px;
	height: 50px;
	float: left;
}

.home
{
	background: url('../images/home.jpg') bottom no-repeat;
}

.home:hover
{
	background: url('../images/home.jpg') top no-repeat;
}

.sign
{
	background: url('../images/sign.jpg') bottom no-repeat;
}

.sign:hover
{
	background: url('../images/sign.jpg') top no-repeat;
}

.contact
{
	background: url('../images/contact.jpg') bottom no-repeat;
}

.contact:hover
{
	background: url('../images/contact.jpg') top no-repeat;
}

#banner
{
	margin: 0px auto;
	width: 980px;
	height: 160px;
	background: url('../images/design_08.jpg') top no-repeat;
}

#body
{
	margin: 0px auto;
	width: 960px;
	padding: 10px;
	background: #ffffff;
}

#body h1, #body h2
{
	font-size: 14px;
	font-style: italic;
	text-indent: 35px;
	height: 27px;
	line-height: 27px;
	color: #ff5100;
	background: url('../images/network.jpg') left no-repeat;
}

h3
{
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
	width: 300px;
	text-align: center;
	color: #ffffff;
	background: url('../images/package-header.jpg') top repeat;
}

#body p
{
	line-height: 22px;
	margin-bottom: 22px;
	font-size: 11px;
}

.imgright
{
	float: right;
	padding: 10px;
}

.imgleft
{
	float: left;
	padding: 10px;
}

.packages
{
	line-height: 22px;
	margin-bottom: 11px;
	font-size: 11px;
	width: 300px;
	margin-right: 20px;
	float: left;
}

.packages p
{
	background: url('../images/packages.jpg') top repeat;
}

.packages ul
{
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 11px;
	background: url('../images/packages.jpg') top repeat;
}

#copyright
{
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	width: 980px;
	height: 22px;
	line-height: 22px;
	background: url('../images/design_07.jpg') bottom repeat-x;
	color: #ffffff;
	text-decoration: none;
}

#copyright a
{
	color: #ffffff;
	text-decoration: none;
}

.clear
{
	clear: both;
}