/* CSS Document */

body{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#221e1f;
background-image:url(images/bg.gif);
background-position:top;
background-repeat:repeat-x;
background-color:#ffffff;
margin:0px;
}

	#container{
	margin:0 auto;
	width:960px;
	}
	
		#top{
		text-align:center;
		}
		
		#mid{
		text-align:center;
		}
		
		#main{
		margin-right:6px;
		padding:20px;
		background-image:url(images/mainright.gif);
		background-repeat:no-repeat;
		background-position:top right;
		min-height:240px;
		}
		
			#content{
			text-align:justify;
			width:600px;
			}
			
			#title{
			background-image:url(images/titlebg.gif);
			background-repeat:no-repeat;
			background-position:bottom left;
			font-size:16px;
			font-weight:900;
			}
			
		#footer{
		clear:both;
		background-image:url(images/footerbg.gif);
		background-repeat:no-repeat;
		text-align:center;
		padding-top:1px;
		font-size:10px;
		height:44px;
		}
		
		a:visited, a:active, a:link{
		color:#221e1f;
		text-decoration:none;
		}
		a:hover{
		color:#221e1f;
		text-decoration:underline;
		}
		
		.small{
		font-size:11px;
		}
		
		.border{
		border:solid #d5df3d 1px;
		}
