/* ------------------- Site Layout ---------------------*/

body	{
		background: #000000 no-repeat center top;
		color: #FFFFFF;
		font: 80% verdana, arial, helvetica, sans-serif;
		text-align: center; /* for IE */
		}

#header {
		height: 48px;
		width: 400px;
		background: url(../header.jpg) no-repeat center top;
		margin: 0 auto;
		position: relative;

		}

#content-wrap {
		width: 850px;
		margin: 0 auto;
		position: relative;
		}

#content {
		width: 850px;
		float: left;
		position: relative;
		z-index: 1;
		}

#contact {
		width: 400px;
		float: left;
		position: relative;
		left: 250px;
		top: 8px;
		z-index: 1;
		}

#contentInfo 
		{
		width: 850px;
		float: left;
		position: relative;
		padding-left: 20px;
		z-index: 3;
		}

#footer {
		height: 155px;
		position: relative;
		
		}

p 
		{
		font-size : 8pt;
		font-family : tahoma;
		color: #000000;
		text-align:left;
		text-align:justify;
		padding-bottom:0px;
		}

a, a:visited 
		{
		text-decoration: none;
		color: #ff0000;
		}
a:hover 
		{
		text-decoration: underline;
		color: #fffc00;
		background-color:#000;
		}

/* ------------------- Navigation ---------------------*/
#header p 
		{
		font-size : 8pt;
		font-family : tahoma;
		color: #ffffff;
		text-decoration: none
		}

#header a, #header a:visited 
		{
		text-decoration: none;
		color: #ff0000;
		}
#header a:hover 
		{
		text-decoration: underline;
		color: #fffc00;
		background-color:#000;
		}

#nav	{
		position: relative;
		left: 135px;
		top: 13px;
		bottom: 1px;
		padding: 8px;
		list-style: none;
		}

#navcurrent
		{
		position: relative;
		left: 265px;
		top: 8px;
		bottom: 1px;
		padding: 8px;
		list-style: none;
		text-decoration: underline;
		}

/* ------------------- Footer ---------------------*/
#footer p 
		{
		font-size : 8pt;
		font-family : tahoma;
		color: #202829;
		text-decoration: none
		}

#footer a, #footer a:visited 
		{
		text-decoration: none;
		color: #3d3d3d;
		}
#footer a:hover 
		{
		text-decoration: underline;
		color: #FFFFFF;
		background-color:#000;
		}

#footnav	{
		position: relative;
		text-align: center;
		bottom: 1px;
		padding: 8px;
		list-style: none;
		}






