/***************************************
http://www.deloryan.com

Copyright 2010 Designed & Scripted by:
Misz D. Productions

web:  http://www.deloryan.com
mail: info@deloryan.com

Designer/scripter:
D.C.W. Hommers
***************************************/


/********************
***  Style reset  ***
********************/
*
{
   margin: 0;
   padding: 0;
}

/**********************
***  Global Styles  ***
**********************/
html { background: #000; }
html, body
{
   margin: 0 auto;
   font: 14px "Tahoma", Century Gothic, Arial;
}
body
{
	width: 900px;
	background: #000;
	margin: 50px auto 0 auto;
}
p
{
   font: 14px "Tahoma", Arial;
   background-color: transparent;
   line-height: 14px;
   color: #000;
}
h1
{
   font: 32px "Georgia", Tahoma, Arial;
   background-color: transparent;
   line-height: 32px;
   color: #000;
}
h2
{
   font: 24px "Georgia", Tahoma, Arial;
   background-color: transparent;
   color: #000;
   font-style: strong;
   line-height: 26px;
}
h3
{
	font: 19px "Georgia", Myriad Pro, Tahoma, Arial;
	background-color: transparent;
	color: #000;
	line-height: 16px;
	text-align: left;
}
h4
{
	font: 15px "Georgia", Tahoma, Arial;
	background-color: transparent;
	color: #000;
	line-height: 16px;
}

h5
{
	font: 14px "Tahoma", Myriad pro, Arial;
	background-color: transparent;
	color: #000;
	line-height: 10px;
}
h6
{
	font: 11px "Tahoma", Myriad pro, Arial;
	background-color: transparent;
	color: #000;
	line-height: 13px;
}
a:link, a:active
{
   background-color: inherit;
   color: #000;
   text-decoration: none;
}
a:onclick
{
	color: #00baff;
}
a:visited
{
   background-color: inherit;
   color: #000;
   text-decoration: none;
}
a:hover
{
	color: #00baff;
   text-decoration: none;
}
ul
{
   list-style-type: none;
}

/*****************
***  Container  ***
*****************/
div#container 
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 650px;
	position: absolute;
	background: #FFF url('img/bg_900.jpg') no-repeat center;
} 

/*****************
***  Header  ***
*****************/
div#header
{
	margin: 10px 0 10px 0;
	background: #000;
	text-align: center;
}

/*********************
***  Main Content  ***
*********************/
div#maincontent
{
	background: #FFF;
	position: absolute;;
	margin: 25px auto auto 230px;
	padding: 25px 25px 25px 25px;
	height: 500px;
	width: 605px;
}
div#nav_top
{
	position: absolute;
	width: 170px;
	height: 285px;
	margin: 25px auto auto 15px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	background-color: #FFF;
	color: #000;
	
}
div#contact_bottom
{
   position: absolute;
   width: 170px;
   height: 190px;
   margin: 355px 0 0 15px;
   padding: 15px 15px 15px 15px;
   background-color: #FFF;
   border-color: #FFF;
}
/********************
***  Page Footer  ***
********************/
div#footer
{
	position: absolute;
	margin: 590px 0 0 0;
	width: 885px;
	background-color: none;
	text-align: right;
}
