/* ------------------- Site Layout ---------------------*/

body	{
		background: #000000;
		color: #FFFFFF;
		font: 80% verdana, arial, helvetica, sans-serif;
		text-align: center; /* for IE */
		}

#header {
		height: 129px;
		width: 900px;
		background: #000000;
		margin: 0 auto;
		position: relative;
		}

#content-wrap {
		width: 900px;
		margin: 0 auto;
		position: relative;
		}

#content {
		width: 900px;
		height: 500px;
		background: #0e0e0e;
		float: left;
		position: relative;
		z-index: 1;
		}

#footer {
		width: 900px;
		height: 38px;
		background: #FFFFFF url(../images/index_05.jpg) repeat-y center top;
		float: left;
		position: relative;
		z-index: 1;
		}

p 
		{
		font-size : 8pt;
		font-family : tahoma;
		color: #FFFFFF;
		text-align:left;
		text-align:justify;
		padding-bottom:0px;
		}

a:link, a:visited {	
		text-decoration: none;
		color: #ffffff;
}

a:hover, a:active {
		text-decoration: underline;
		color: #FFFFFF;
		background-color:#000;
}

li
		{
		font-size : 8pt;
		font-family : tahoma;
		color: #000000;
		text-align:left;7/14/2008
		}


/* ------------------- Navigation ---------------------*/
#footer p 
		{
		font-size : 8pt;
		font-family : tahoma;
		color: #FFFFFF;
		text-decoration: none
		}

#footer a, #footer a:visited 
		{
		text-decoration: none;
		color: #FFFFFF;
		}
#footer a:hover 
		{
		text-decoration: underline;
		color: #ffffff;
		background-color:#000;
		}

#nav	{
		position: relative;
		left: 0px;
		bottom: -1px;
		padding: 8px;
		list-style: none;
		}

#newsletter
		{
		position: relative;
		float: right;
		left: 7px;
		bottom: 34px;
		padding: 8px;
		list-style: none;
		}

#title 
		{
		font-size : 8pt;
		font-family : tahoma;
		color: #AAAAAA;
		}

#aboutTitle 
		{
		font-size : 12pt;
		font-family : tahoma;
		color: #AAAAAA;
		text-align: center;
		font-weight: bold;
		}

#contactTitle
		{
		
		padding: 8px;

		}

#navcurrent
		{
		position: relative;
		left: 0px;
		bottom: -1px;
		padding: 8px;
		list-style: none;
		text-decoration: underline;
		}


/* ------------------- Navigation ---------------------*/

#aboutPhoto
		{
		height: 500px;
		width: 333px;
		float: left;
		}

#space 
		{
		float: left;
		width: 40px;
		}

#about
		{
		height: 470px;
		width: 500px;
		float: left;
		}

#aboutFooter
		{
		position: relative;
		left: 40px;
		height: 20px;
		width: 500px;
		float: left;		
		}

#aboutFooter a, #aboutFooter a:visited 
		{
		font-size : 8pt;
		text-decoration: none;
		color: #FFFFFF;
		}
#aboutFooter a:hover 
		{
		font-size : 8pt;
		text-decoration: underline;
		color: #ffffff;
		background-color:#000;
		}

#contactInfo
		{
		position: relative;
		left: 310px;
		top: 60px;
		bottom: -1px;
		padding: 8px;
		list-style: none;
		}

textarea#styled 
		{
		width: 275px;
		height: 120px;
		border: 1px solid #888888;
		padding: 5px;
		color: #FFFFFF;
		font-family: Tahoma, sans-serif;
		background-color:#484848;
		}

input
		{
		color: #FFFFFF;
		background-color:#484848;
		border: 1px solid #888888;
		}

.submit input
		{
		color: #000;
		background: #ffa20f;
		border: 2px outset #d7b9c9;
		} 

IMG.displayed {
    display: block;
    margin-left: auto }

