
	body {
		margin-top:0px;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		
		background-image:url(images/bg.png);
		background-repeat:repeat-x;
		background-position:top center;
	}
	a {
		color:#369;
	}
	a:hover {
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
		
	/* Header styles */
	#header {
		clear:both;
		margin:0px auto;
		width:1000px;
		height:195px;
		background-image:url(images/header.jpg);
	}
	#header {
		border-bottom:1px solid #000;

	}
	#header p,
	#header h1,
	#header h2 {
		padding:15px 15px 0 0px;
		margin:0;
	}	
	#container{
		font-family: verdana,arial,sans-serif;
		width:1000px;
		margin:0px auto;
		border:solid 1px #777;
		border-left:solid 0px #777;
		border-right:solid 0px #777;
		background-color:#FFF;
	}
	#addressbar{
		width:900px;
		height:20px;
		background:#000;
		color:#FFFFFF;
		border-bottom:4px solid #395C89;
		margin:0;
		padding:7px 50px 0px 50px;		
		font-size: x-small;
		text-align:right;
		font-family: verdana,arial,sans-serif;
	}
	#search{
		width:960px;
		height:20px;
		background:#385c88;
		color:#FFFFFF;
		border-top:4px solid #000;
		margin:0;
		padding:6px 0px 6px 40px;
		font-size: x-small;
		background-image:url(images/nav_bg.png);		
		font-family: verdana,arial,sans-serif;		
	}
	#nav{
		border-top: solid 1px #ccc;
		width:960px;
		height:25px;
		background:#385c88;
		color:#FFFFFF;
		margin:0;
		padding:0px 0px 0px 40px;
		font-size: x-small;
		background-image:url(images/nav_bg.png);		
		font-family: verdana,arial,sans-serif;		
	}
	#wrapper{
		font-size:12px;		
		background-color:#FFF;
		padding-top:10px;
		background-image:url(images/wrapper.png);		
		background-color:#FFF;	
		background-repeat:repeat-y;

	}
	#wrapper h1{
		font-size:18px;
		font-family:Georgia, "Times New Roman", Times, serif;
		border-bottom:dotted 1px #000;
	}

	#wrapper h2{
		font-size:16px;
		font-family:Georgia, "Times New Roman", Times, serif;
		border-bottom:dotted 1px #777;
		text-align:left;
	}
	
	#sidebar{
		width:200px;
		padding:0px 12px;
		float:left;		
	}
	#content{		
		line-height:18px;	
		width:521px;
		float:left;
		padding:0px 15px;		
	}
	#contentfull{		
		line-height:18px;	
		width:721px;
		float:left;
		padding:0px 15px;		
	}
	#rightbar{
		width:200px;
		padding:0px 12px;
		float:left;		
	}

	/* Footer styles */
	#footer {
		width:950px;
		clear:both;
		background:#385c88;
		color:#FFFFFF;
		border-top:4px solid #000;
		margin:0px auto;
		padding:6px 25px !important;		
		font-size: x-small;
		font-weight: bold;
		font-family: verdana,arial,sans-serif;
	}
	#footer p {
		padding:5px;
		margin:0;
	}
	#footer a{
		color:#FFFFFF;
	}
	.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
	 
	.clearfix {
		display: inline-block;
	}
	 
	html[xmlns] .clearfix {
		display: block;
	}
	 
	* html .clearfix {
		height: 1%;
	}
	.button{
		font-size: 11px;
		color: #FFF;
		font-weight: bold;
		background-color: #000;
		border: 1px solid #AAAAAF;
		margin: 0px;
		padding: 2px;

	}
	.content_img{
		padding:7px;
		margin:0px 10px;
		border:solid 1px #CCC;
		background-color:#FFF;
	}

	.small {
		font-size:11px;
	}