body		{
			background-image: url(images/img1.jpg);
}
h1			{
			color: #663300;
			
}
h2			{
			color: #663300;
}
h3 			{color: #FFCC99;
			font-family:arial;
}

p 			{color: #FFCC99;
			font-family:arial;
}
hr			{
			border: 0;
 			width: 100%;color: #663333;
			background-color: #663300;
			height: 2px;
}


#header		{
			position:absolute;
			left:9px;
			top:5px;
			width:1024px;
			height:300px;
			border:none;
}
			
#left		{	background-image: url(images/left.jpg);
			position:absolute;
			top:265px;
			width:130px;
			height:825px;
			/*background-color:white;*/
			
}
#center		{
			position:absolute;
			left:160px;
			top:265px;			
			width:470px;
			/*border:solid thin black;*/
}
#right		{
			position:absolute;
			left:680px;
			top:250px;
			width:225px;
			height: 400px;
			/*border:solid thin blue;*/
}

#footer		{
			position:absolute;
			left:650px;
			top:1420px;
			color:#663300;
			font-family:arial;
			/*font-variant:small-caps;*/
			height:80px;
			/*border-top: solid thin #663333;*/
			
}
#text_1		{
			position:absolute;
			left:145px;
			top:10px;			
			width:500px;
			/*border:solid thin black;*/
}
#image_1		{
			position:absolute;
			/*left:5px;*/
			top:10px;			
			width:150px;
			border:solid thin black;
}

#image_2		{
			position:absolute;
			left:650px;
			top:10px;			
			width:150px;
			/*border:solid thin black;*/
}
	
.floatimgleft 	{
			 float:left;
  			 margin-top:12px;
  			 margin-right:15px;
			/* margin-bottom:15px;*/
    }
 .floatimgright 	{
			 float:right;
  			 margin-top:12px;
  			 margin-left:20px;
			/* margin-bottom:15px;*/
}		
a:link
	 {	color: #FF9900; text-decoration:none;}

a:visited 	
	{ 	color: #FF9900; text-decoration:none;}

a:hover
	 {	color: #FF3333; text-decoration:underline overline;}

		
li {

	background-color:#white;
	margin:0;
	padding:15;	
	list-style:none;
	text-indent:10px;
	text-align:center;
	display:block;
	width:125px;
}			

li a:link
{

	text-decoration:underline;
	/*display:block;*/
	margin:0;
	padding:15;
	background-color:white;
	font-family:arial;
	font-variant:small-caps;
	color:#663333;width:125px;
}

li a:visited
{

	text-decoration:underline;
	/*display:block;*/
	margin:0;
	padding:15;
	background-color:white;
	font-family:arial;
	font-variant:small-caps;
	color:#663333;width:125px;
}

li a:hover
{

	text-decoration:underline ;
	/*display:block;*/
	margin:0;
	padding:15;
	font-family:arial;
	font-variant:small-caps;
	background-color:#ff9900;
	color:white;width:125px;}
