/*
------------------------------------ 
HessTechnology.com
Written By: Cody Hess @ HessTechnology.com
Date: 3.09.07
MainLayout.css
------------------------------------
*/


/*--------------------------------------------------------------*/
/*-----------------------------Global Items---------------------------*/
/*--------------------------------------------------------------*/
body 
	{
		margin: 0;
		padding: 0;
		font-family: Verdana, sans-serif;
		text-align: left;
		line-height: 1.5em;
		color: #000000s;
		background: #F5F5F5;
		font-size: 12px; /* IE5 Win */
		voice-family: "\"}\""; 
		voice-family: inherit;
		font-size: small;
		background-image:url(graphics/bg_back.jpg);
		background-repeat:repeat-x;
	}

html>body /* Opera Fix */
	{ 
		font-size: small;
	}


a:link 
	{
		color: #000000;
		text-decoration: none;
	}
	
a:visited 
	{
		color: #000000;
		text-decoration: none;
	}
	
a:hover 
	{
		color: #00FF00;
		text-decoration: none;
	}


/*--------------------------------------------------------------*/
/*-----------------------------Font Attributes------------------*/
/*--------------------------------------------------------------*/
p 
	{
		margin: 1em 0 1em;
		padding: 0;
	}
	
h1
	 {
		font-family: Verdana, sans-serif;
		font-size: 10px;
		color: #666;
		padding: 0;
		margin: 0;
	}
	
h2 
	{
		font-family: Verdana, sans-serif;
		font-size: 10px;
		color: #000;
		padding: 0;
		margin: 0 0 1em 0;
	}
	
h3 
	{
		font-family: Verdana, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #223344;
		padding: 0 0 2px 0;
		margin: 1.2em 0 -.2em 0;
	}
h5
	{
		font-family: Verdana, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #00FF00;
		padding: 0 0 2px 0;
		margin: 1.2em 0 -.2em 0;
	}

strong 
	{
		font-weight: bold;
	}
	
	
/*--------------------------------------------------------------*/
/*-----------------------------Layout Items---------------------*/
/*--------------------------------------------------------------*/
#mainWrap 
	{
		position: relative;
		margin: 0 auto;
		font-size: 95%;
		text-align: left;
		background: #000;
		height: 1768px;
		voice-family: inherit;
		width: 808px;
		background-image:url(graphics/main.wrap.back.jpg);
	}

#header
	{
	position:absolute;
	font-size: 10px;
	width: 808px;
	height: 172px;
	top: 0px;
	left: 0px;
	z-index: 5;
	}
	
#content
	{
		position:absolute;
		font-size: 10px;
		background-image:url(graphics/Main_Background.gif);
		width: 541px;
		height: 1316px;
		top: 185px;
		left: 227px;	
	}

#left_ASA_logos
{
	position:absolute;
	font-size: 10px;
	color:#000000;
	width: 176px;
	height: 267px;
	z-index: 2;
	left: 40px;
	top: 326px;

}

#right_space
{
	position:absolute;
	font-size: 10px;
	color:#000000;
	width: 46px;
	height: 1381px;
	top: 202px;
	left: 748px;
	background-image:url(graphics/chain_right_FULL.jpg);
	z-index: 2;

}

#navBar
	{
	position:absolute;
	font-size: 10px;
	width: 721px;
	height: 39px;
	top: 120px;
	left: 56px;
	z-index: 5;
	}

#footer
	{
		position:absolute;
		font-size: 10px;
		width: 808px;
		height: 174px;
		top: 1526px;
		left: 0px;	
		z-index: 0;
		background-image:url(graphics/footer.jpg);
	}
	
	
#leftsidecontent
	{
		position:absolute;
		font-size: 10px;
		width: 186px;
		height: 129px;
		top: 184px;
		left: 35px;	
		z-index: 2;

	}
	
#nextEvent
	{
	position:absolute;
	font-size: 10px;
	width: 156px;
	height: 98px;
	top: 10px;
	left: 643px;
	z-index: 6;
	
	}
