* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

html, body  {
	background: url('images/bg.gif') repeat-x top left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearall {
	clear: both;
}

.center {
	text-align: center;
}

#container {
	width: 905px;
	margin: 0 auto;
}

#header-top .left {
	margin-top:10px;
}

#header-top .right {
	color: #cccccc;
	font-size: 14px;
	margin-top:20px;
}

#header-top .right a {
	color: #cccccc;
	text-decoration:none;
}

#header-top .right a:hover {
	color:#ffffff;
}

#header-menu {
	background: url('images/bg-header-menu.png') repeat-x top right;
	height: 40px;
	line-height: 40px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
}

#header-menu #menu {
	float: left;
	list-style: none;
}

#header-menu #menu li {
	float: left;
}

#header-menu #menu a {
	background: url("images/seperator.gif") bottom right no-repeat;
	display: block;
	float: left;
	padding: 0px 15px;
	color: #cccccc;
	text-decoration:none;
}

#header-menu #menu .last a {
	background: none;
}

#header-menu #menu a:hover {
	color:#ffffff;
}

#content {
	background: url('images/bg-content.png') repeat top right;
}

#footer {
	background: url('images/bg-footer.png') repeat top right;
	text-align: center;
	font-size: 11px;
	padding: 20px;
}

#home {
	padding-top:40px;
	text-align: center;
}

#home p {
	width: 750px;
	margin: 0 auto;
	padding: 20px;
	border-top: 1px solid #9a9771;
	text-align:left;
	font-size: 18px;
	color: #737272;
}

h1 {
	font-size:20px;
	border-bottom: 1px solid #9a9771;
	margin-bottom:20px;
}

#heading-domain-assets {
	color: #d43700;
	border-bottom: 1px solid #d43700;
}

#heading-healthcare-marketing {
	color: #3e7700;
	border-bottom: 1px solid #3e7700;
}

#heading-publisher-development {
	color: #0d64a4;
	border-bottom: 1px solid #0d64a4;
}

#interior {
	padding: 30px;
}

#interior p {
	margin-bottom: 20px;
}

#interior ul {
	margin-left:40px;
}

#interior li {
	margin-bottom: 20px;
}

input {
	padding: 5px;
}

textarea {
	padding: 5px;
}