/* Global Resets & Base -----------------------------------------------------*/
html
{
	height: 100%;
	min-width: 780px;
	overflow-y: scroll;
}
body 
{
    min-width: 780px;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,body,dl,dt,dd,form
{
	padding: 0;
    margin: 0;
}
body
{
    background-color: White;
    background-image: url('../Images/Layout/BgLeftDna.jpg');
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: center top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-align: center;
}
img
{
	display: block;
	border: 0;
}
/*-------------------------------------------------------------------------*/
/* Header -----------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
#HeaderWrap
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 780px;
	background-color: White;
    background-image: url('../Images/Layout/BgOffsetWhite.gif');
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: center top;
    text-align: center;
}
#Header
{
	position: relative;
	margin: 0px auto;
	width: 780px;
}
/* Logo */
#LogoBlock
{
	float: left;
	width: 180px;
	height: 150px;
}
#Logo
{
	position: relative;
	top: 75px;
	left: 10px;
	padding: 0px 0px 5px 0px;
}
#Logo a
{
	color: Red;
	text-decoration: none;
}
/* Banner */
#Banner
{ 
	float: right;
	width: 600px;
	height: 150px;
    background-image: url('../Images/Header01.jpg');
	background-repeat: no-repeat;
}
/* Curve */
#CurveA
{
	position: absolute;
	top: 140px;
	left: 180px;
	width: 10px;
	height: 10px;
}
/*-------------------------------------------------------------------------*/
/* Main -------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
#MainWrap
{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	min-width: 780px;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center top;
    text-align: center;
}
#Main
{
	position: relative;
	margin: 0px auto;
	width: 780px;
}
/* SizeNav */
#SideNav
{
	float: left;
	width: 180px;
	height: 150px;
}
#CurveB
{
	width: 10px;
	height: 10px;
	float: right;
}
/* Content */
#Content
{ 
	float: right;
	width: 599px;
	min-height: 400px;
	text-align: left;
	color: Black;
	background-color: White;
	border-right: dotted 1px #d0d0d0;
}
#Social
{
	width: 580px;
	margin: 20px 0px 15px 12px;
}
#FooterNav
{
	width: 580px;
	margin: 5px 0px 5px 12px;
}
#Copyright
{
	width: 580px;
	margin: 5px 0px 5px 12px;
}