div#container {
	width: 756px;
	margin: 0px auto;
}
div#topborder, div#bottomborder {
	height: 19px;
	width: 756px;
	margin: 0px auto;
}
div#topborder {
	background-image:  url("images/divbgtop.gif");
}
div#bottomborder {
	background-image:  url("images/divbgbottom.gif");
}
div#banner	
{
	text-align: right;
}
div#banner table
{
	margin: 0;
}
div#banner img
{
	float: left;
	margin: 0px 0px 0px 16px;
}
div#banner h1, h2	
{
	font-style:italic;
}
div#banner h1
{
	margin-right: 1em;
	margin-top: 0px;
	padding-top: 20px;
}
div#banner h2
{
	font-size: 1em;
	margin-right: 2em;
}
div#menu
{
	height: 18px;
	margin: 0px 6px;
	font-size: 10px;
	background-color: #ff0000;
	background-image: none;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	line-height: 18px;
	clear: both;
}
div#menu ul {
	background-color: #ffffff;
	list-style-type: none;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	text-align: center;
}
div#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 2px solid #000000;
}
div#menu li.first {
	border-left: 2px solid #000000;
}
div#menu a
{
	color: #ffcc00;
	text-decoration: none;
	padding: 3px 20px;
}
div#menu a:hover
{
	text-decoration: underline;
	background-color: #ffcc00;
	color: #000000;
}
div#main
{
	padding-left: 1em;
	padding-right: 1em;
}
div#main h1
{
	font-size: 150%;
	color: silver;
	font-style: italic;
	text-align: left;
	color: #cc0000;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
div#main h2
{
	font-size: 125%;
	color: #aa0000;
	text-align: left;
	margin-left: 0.75em;
	margin-right: 0.75em;
}
div#main h3
{
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #666666;
	margin-left: 0.75em;
	margin-right: 0.75em;
}
div#main p
{
	margin-left: 1em;
	margin-right: 1em;
}
div#main img
{
}
div#main a
{
	font-style: italic;
}
div.samples {
	margin: 0px 10px 10px;
	clear: both;
	background-image: none;
}
div.screenshot
{
	float: left;
	clear: left;
	margin: 0px 10px 10px;
	width: 30%;
	background-image: none;
}
div.screenshot img {
	border: 2px solid #990000;
}
div.description
{
	font-family: Verdana, Arial, Sans-Serif;
	background-image: none;
}
div#copyright
{
	margin: 0px;
	text-align: center;
	font-style: italic;
	font-size: 85%;
	color: Silver;
	clear: both;
	background-image: none;
	padding-top: 10px;
}
div#copyright p
{
	margin: 0px;
}
form#clientinfo {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
form#clientinfo label.fielddesc
{
	float: left;
	clear: both;
	width: 200px;
	margin: 10px 12px 0px 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	color: #333333;
	text-align: right;
}
fieldset.nwss {
	border: 1px solid #333333;
}
legend.nwss {
	background-color: #333333;
	border: 1px solid #333333;
	padding: 1px 10px;
	color: #cccccc;
}
form#clientinfo .box {
	margin-top: 10px;
	background-color: #cccccc;
}
form#clientinfo .errormsg {
	margin-left: 212px;
}
form#clientinfo table {
	margin-top: 10px;
	margin-bottom: 0px;
}
form#clientinfo table td {
	padding: 0px;
}
div#qbuttons {
	background-image: none;
	text-align: center;
	margin-top: 10px;
}
div.home {
	background-image: url(images/homebg.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}
div.contact {
	background-image: url(images/contactbg.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}
div.portfolio {
	background-image: url(images/portfoliobg.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}
div.questionnaire {
	background-image: url(images/questionnairebg.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}
div.design {
	background-image: url(images/designbg.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}
div.hosting {
	background-image: url(images/hostingbg.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}
div.why {
	background-image: url(images/whybg.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}
img.imgRight {
	float: right;
	margin-left: 10px;
}
img.imgLeft {
	float: left;
	margin-right: 10px;
}
img.imgNoBorder {
	border: none;
}
img.imgBorder {
	border: solid 2px #990000;
}