*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background-color: #fff;
	color: #000;	
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin:0px;
	padding:0px;
	text-align: center;
}

img 
{
	border: 0px;
}

hr
{
	height: 0px;
	border-bottom: 1px dashed #fff;
	border-top: 0px;
	margin: 0px 0px 10px 0px;	
}

a:link, a:active
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a:visited
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #0057a6;
	font-size:15px;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 0px;
}

h2
{
	color: #0057a6;
	font-size:14px;
	margin: 0px 0px 10px 0px;
}

h3, h4, h5, h6
{
	color: #000;
	font-size:12px;
	margin: 0px 0px 10px 0px;
}

p
{
	margin: 10px 0px 15px 0px;
}


form
{
	margin: 0px;
	padding: 0px; 
}

input, select, textarea
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

table
{
	border: 0px;
	padding: 0px;
}

/* Layout Creators */

div.wrapper
{
	margin: auto auto;
	position:relative;
	width: 1000px;
}

div.header
{
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 346px;
	position:relative;
	width: 1000px;
}


div.content-wrapper
{
	margin: 35px 0px 0px 0px;
	position:relative;
	text-align:left;
	width: 1000px;
}

div.sidebar-top
{
	float: left;
	position:relative;
	width: 270px;
}

div.rendering
{
	float: right;
	position:relative;
	width: 676px;
}

div.sidebar-middle
{
	float: left;
	position:relative;
	width: 350px;
}

div.content-area
{
	float: right;
	padding: 30px 0px 0px 0px;
	position:relative;
	width: 600px;
}

div.sidebar-bottom
{
	float: left;
	position: relative;
	text-align:center;
	width: 435px;
}

div.content-bottom
{
	float: right;
	position: relative;
	width: 424px;
}

/* Custom */

div.clear
{
	clear: both;
}
