body
{
	padding: 0;
	margin: 0;
	background: #333333;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #FF80A8;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	width: 760px;
	height: 370px;
	background: #FFF;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 350px;
	background-image:url(../images/DFS_LOGO_370x370.JPG);
	padding: 0px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: right;
	width: 350px;
	height: 350px;
	background: #660021;
	background-image:url(../images/DFS_BK_370x370.JPG);
	overflow: auto;
	padding: 10px;
	border-left: 20px solid #FFF;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 190%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 80%;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #999999;
}

#footer a
{
	text-decoration: none;
	color: #FF80A8;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}

#showroom table 
{
	border: 0;
	width: 300px;	
	 
}

#showroom p 
{ 
     text-align: left;
	 
}

#letter p
{
	font-style: italic;
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 320px;
}

div.row span.formlabel 
{ float: left;
  width: 100px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.row span.forminfo
{ float: none;
  text-align: justify;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 200px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 100px;
  height: 22px;
  cursor: pointer;
}



