/* CSS Document */



body	{
		margin : 5px 0 50px 0;
		padding : 0;
		text-align : center; 
		min-width: 691px;
		background-color:black;
		background-image: url(img/all_bg.jpg);
		background-repeat:repeat;
		font-size: .7em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

#wrapper1	{
		width: 691px;
		min-height: 300px;
		margin-left:auto;
		margin-right: auto;
		background-image:url(img/mid_bg.gif);
		background-repeat:repeat-y;
		background-color: white;
		}
#header	{
		background-image:url(img/all_top.jpg);
		background-repeat: no-repeat;
		width: 691px;
		height:144px;
		}

#menu_top	{


		color: black;
		font-size:1.0em;
		text-align:left;
		margin:10px 0 0 -10px;
		height:1%;
		}

#menu_top li{		display:inline;
			}
#link_left	{padding: 30px 50px 0 120px; 
			 text-align:left;
			 float: left;
			 }
#link_rt	{padding: 30px 0 0 50px;}
		
#content1	{	
		margin: 20px 20px; 20px 20px;
		min-height:300px; 
		}

#content2	{	
		margin: 10px 30px; 10px 30px;
		min-height:300px;
		clear:both; 
		}

#content3	{	
		margin: 10px 30px; 10px 30px;
		min-height:200px;
		clear:both; 
		}	
		
#left3	{
		width: 600px;
		text-align:left;
		padding-left: 10px;
		}

#left4	{
		width: 600px;
		text-align:left;
		padding-left: 30px;
		}		

		

#left1	{
		width: 300px;
		text-align:left;
		padding-left: 30px;
		}
		
#left2	{
		width: 300px;
		text-align:left;
		float: left;

		}

#right1	{
		width:300px;
		text-align:right;
		float: right;
		}

#right2	{
		width:300px;
		float:right;
		text-align:left;
		}
		
.center_buttons	{
		padding: 5px 20px 0 0;
		text-align:center;
		}

#footer	{
		margin : 20px 0 0 0;
		text-align : center; 
		height:75px;
		width: 691px;
		background-image: url(img/all_bottom.gif);
		font-size: 1em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: white;
		clear:both;
		}
#footer a:link {color:white; text-decoration:underline; }				
#footer a:hover {color:white; text-decoration:underline;}				
#footer a:active {color:white; text-decoration:underline;}				
#footer a:visited {color:white; text-decoration:underline;}	
#links2 	{padding-top : 10px;}