body
	{
		background-image: url(images/backgrounds/content.jpg);
		background-position: top center;
		background-repeat:repeat-x,repeat-y;

		font-family: Times, Arial, Verdana;
		font-size:12px;
		color:black;
		
	}

#container
	{
	
		width:800px;	
		height:600px;
		margin:0 auto;	
	}
	
#header
	{
		background-image:url(images/backgrounds/head.jpg);
		background-position: top center;
		width:780px;	
		height:90px;
		margin:0 auto;
		border-bottom:10px groove maroon;
	}

#header h1 
	{
		
		font-family: "Times New Roman",Garamond, Georgia, Times, serif;
		font-weight:lighter;
		font-size:30px;
		text-decoration: none;
		padding:40px 0 0 20px;
		
	}

#header h1 a
	{
		text-decoration:none;
		color: white;
		
	}

#header a:hover 
	{
		text-decoration:none;
		color: #999;
	}



#main
	{
		
		width:780px;
		margin:auto auto;
	}

#mainl
	{
		float:left;
		width:235px;
		border-left: 2px solid maroon;
		border-right:2px solid maroon;
		border-bottom:2px solid maroon;
		padding:0 0 140px 0;
	}

#mainlup
	{
		height:300px;
		width:230px;

		
		
	}

#mainlup ul
	{
		
		margin: 7.5px 0 10px 0 !important;
		padding:0px;
		float:left;
		
	}

#mainlup li
	{
		
		float:left;
		display:block;
		list-style:none;
		width:220px;
		height:30px;
		margin:8px;
		
	}

#mainlup li a
	{
		background-image:url(images/backgrounds/menua1.jpg); 
		background-position: top center;
		background-repeat:repeat-x;
		display:block;
		text-align:center;
		font-size:15px;
		color:black;
		text-decoration:none;
		border-top:1px solid black;
		border-left:1px solid black;
		border-bottom:3px solid black;
		border-right:3px solid black;
		padding:10px 0;
	}

#mainlup li a:hover 
	{
		background-image:url(images/backgrounds/menuahover.jpg);
		background-position: top center;
		background-repeat:repeat-x;
		color:white;
		border-top:3px solid black;
		border-left:3px solid black;
		border-bottom:1px solid black;
		border-right:1px solid black;
		padding:10px 0;
	}





#mainldn
	{
		margin: 0px 0 0 0;
		padding:10px 0 0 5px;
		width:230px;
		
		
		
	}

#mainldn h1
	{
		font-family:Arial, Helvetica, sans-serif;
		color:maroon;
		line-height:20px;
	}
#mainldn h2
	{
		display:block;
		background-color:grey;
		height:25px;
		color:maroon;
		line-height:20px;
	}
#mainldn li 
	{
		margin:0;
		padding:0;
		list-style:none;
	}

#mainldn a
	{
		font-size:17px;
		color:black;
		text-decoration:none;
	}

#mainldn ul
	{
		margin:0;
		padding:0;
	}

#mainldn ul a 
	{	
		font-size:14px;
		width:215px;
		display:block;
		padding:5px 5px 5px 5px;	
		margin:0 0 1px 0!important;
		background-color:#f6f6f6;
		color:#666;
		text-decoration:none;
		
	}

#mainldn ul a:hover 
	{
		background-color:#eee;
		color:#333;
		
	}











#mainr
	{
		border:1px solid;
		background-color:white;
		float:right;		
		width:538px;
		min-height:600px;
	}








#content{
		background-image:url(images/backgrounds/content1.jpg);
		background-position: top center;
		background-repeat:repeat-y;
		
		font-family: Verdana, Garamond, Georgia, "Times New Roman", Times, serif;
		margin:10px 0 5px 20px;	
		font-size:14px;
		color:black;


	}

#content b
	{
		text-decoration:underline;
	}

#content h1 
	{
		font-family: Verdana,Georgia,"Times New Roman", Times, Garamond, serif;
		font-size:34px;
		font-weight:bold;
		padding: 0;
		color:black;
		background-color:white;
	}

#content h2 
	{
		font-family: Verdana,Georgia,"Times New Roman", Times, Garamond, serif;
		font-size:24px;
		font-weight:bold;
		padding:0;
		color:black;
		background-color:white;
	}

#content h3 
	{
	
		font-family: Verdana,Georgia,"Times New Roman", Times, Garamond, serif;
		font-size:14px;
		font-weight:bold;
		padding:0;
		color:black;
		background-color:white;
	}

#content p 
	{
		font-family: Georgia, "Times New Roman", Verdana, Times, Garamond, serif;
		padding:10px 25px 10px 0px;
		line-height:20px;
		font-size:14px;
		background-color:white;
	}

#content ul 
	{
		margin: 10px 10px 10px 30px;
	}

#content li 
	{
		list-style:none;
		padding:0px 5px 0px 20px;
		margin:15px 0 15px 0;
	}

#content a 
	{
		color:maroon;
		border-bottom:1px solid maroon;
		text-decoration:none;
	}

#content a:hover 
	{
		color:black;
		border-bottom:1px solid maroon;
		text-decoration:none;
		
	}

#content img 
	{
		float:right;
		border:none;
		margin:10px 10px 10px 20px;
		padding:5px;
		background-color:#fff;
		border:3px solid #eee;
	}




#footer
	{	
		border-top:5px groove maroon;
		background-image:url(images/backgrounds/footer.jpg);
		background-position: center;
		margin:0 auto 0 auto;
		width:780px;
		height:40px;
		font-family: Verdana, Georgia, arial, "Times New Roman", Times;
		font-size:13px;
		font-weight:normal;
		color:white;	
		clear:both;
		
		
	}

#footercontent
	{	
		padding-left:10px;
		margin:20px auto 0 auto;
	}
