/* CSS Document */

body 
		{
		text-align: center;			/*centers containing block for IE*/
		background-color: #403C30;
		color: black;
		font: 80% "Trebuchet MS", Verdana, Tahoma, sans-serif;
		margin: 0;
		padding: 0;
		}

div, h1, h2, p, img, ul {
		margin: 0;
		padding: 0;
		display: block;
		position: absolute;
		}
		

#outer						/*outer containing block*/
		{
		margin: 0 auto;			/*sets top & bottom margins to 0 and centers containing block horizontally (not in IE)*/
		position: relative;		
		background-color: transparent;
		text-align: center;		/*need to set a text-align to counteract IE block centering workaround*/
		width: 900px;
		top: 30px;
		left: 50px;
		}
		
h1		{
		top: 5px;
		left: 0px;
		text-transform: uppercase;
		color: #FAF0E6;
		font-size: 2em;
		font-family: "Trebuchet MS";
		font-weight: 700;
		}

h2		{
		top: 35px;
		left: 0px;
		color: #FAF0E6;
		font-size: 1.3em;
		font-family: "Trebuchet MS";
		font-weight: 500;
		}		
				
#content
		{
			background-color: #303C40;
		text-align: left;
		width: 650px;
		height: 560px;
		top: 110px;
		left: 0px;
		}
		
#Logo
		{
		background-color: #303C40;
		text-align: left;
		width: 304px;
		height: 94px;
		top: -20px;
		left: 0px;
		}
		
#LambLo
		{
		background-color: #303C40;
		text-align: left;
		width: 157px;
		height: 190px;
		top: 369px;
		left: 482px;
		
		}
		
#LambLo2
		{
		background-color: #303C40;
		text-align: left;
		width: 157px;
		height: 190px;
		top: 470px;
		left: 458px;
		
		}
		
#content p
		{
		width: 350px;
		height: 550px;
		top: 15px;
		left: 35px;
		color: #FAF0E6;
		overflow: auto;
		
		}
		
#navbar
		{
		background-color: transparent;
		text-align: left;
		width: 150px;
		height: 350px;
		top: 115px;
		left: 650px;
		}
		
#copyright
		{
		background-color: #695D59;
		color: #FAF0E6;
		font-size: 0.8em;
		text-align: left;
		width: 650px;
		height: 15px;
		top: 660px;
		left: 0px;
		}


#logo
		{
		position: absolute;
		display: inline;
		background-color: #FAF0E6;
		top: 175px;
		left: 35px;
		width: 80px;
		height: 80px;
		margin: 15px;
		border: 0px;
		}

#PageHText
		{
		background-color: none;
		text-align: left;
		width: 556px;
		height: 37px;
		top: 70px;
		left: 0px;
		}


#rctext
		{
		position: absolute;
		display: inline;
		color: #FAF0E6;
		top: 300px;
		left: 35px;
		width: 350px;
		height: 50px;
		}



#logo2
		{
		position: absolute;
		display: inline;
		background-color: #FAF0E6;
		top: 350px;
		left: 35px;
		width: 217px;
		height: 45px;
		margin: 15px;
		border: 0px;
		clear: both;
		}

#endtext
		{
		position: absolute;
		display: inline;
		color: #FAF0E6;
		top: 450px;
		left: 35px;
		width: 350px;
		height: 50px;
		}
		

img		
		{
		background-color: #FAF0E6;
		border-color: #303C40;
		display: inline;
		}

#image1
		{
		background-color: #FAF0E6;
		width: 158px;
		height: 580px;
		top: 80px;
		left: 458px;
		}

#image2
		{
		background-color: #FAF0E6;
		width: 140px;
		height: 190px;
		top: 110px;
		left: 480px;
		}

#image3
		{
		background-color: #FAF0E6;
		width: 180px;
		height: 260px;
		top: 350px;
		left: 450px;
		}	
		
ul		
		{
		list-style: none;
		margin-left: 1.2em;
		line-height: 1.75em;
		}

a:hover		{ 
		border:transparent; 
		} 
 

		
a:hover img	{
		border: 3px solid #FAF0E6;
		border-style: outset;
		}
		
a:link
		{
		color: #FAF0E6;
		text-decoration: none;
		}

a.a_footer:link
		{
		color:#999999;
		}

a:visited
		{
		color: #FAF0E6;
		text-decoration: none;
		}

a.a_footer:visited
		{
		color:#999999;
		}

a:link:hover, a:visited:hover
		{
		color:#838EB5;
		text-decoration: none;
		}
		

a.a_footer:link:hover, a.a_footer:visited:hover
		{
		color:#838EB5;
		text-decoration: none;
		}
