		body {
			background: #fc3; 
			background-image:url("bg.jpg");
			background-repeat:repeat-y;
			margin:50px 25px 25px 25px;
			font-family:Gill, Helvetica, sans-serif;
			color:#fff;
		}
		#top{
			background-image:url("logo.gif");
			background-repeat:no-repeat;
			height:9em;
			clear:both;
			
		}
		#top #pagetitle {
			width:20.5em;
			float:left;
		}
		#top h1 {
			font-weight:normal;
			font-size:1.3em;
			letter-spacing:0.3em;
			text-align:right;
		}
		#top p {
			font-size:0.85em;
			letter-spacing:0.1em;
			padding:0em 0.3em 0em 1em;
			text-align:right;
		}
		#nav{
			border-left:1px solid #fff;
			margin-left:0.5em;
			padding:0;
			float:left;
			list-style-type:none;
		}
		#nav li{
			background-image:url("but_bg.gif");
			background-repeat:repeat-x;
			margin:0em 0em 0.4em 1em;
			line-height:1em;
			
		}
		#nav a{
			background-image:url("ara.gif");
			background-repeat:no-repeat;
			background-position:center left;
			font-size:0.73em;
			letter-spacing:0.2em;
			color:#fff;
			text-decoration:none;
			padding:0em 0em 0em 1em;
			margin:0.4em 0.6em 0.4em 0.5em;
			
		}
		#nav a:hover{
			text-decoration:underline;
		}
		#nav a:visited{
			color:#ddd;
		}
		#main{
			height:18em;
			margin:0.3em 0 0.3em 0;
		}
		#main .promo{
			background-color:#333;
			color:dd9933;
			padding:0.4em;
			margin-right:0.5em;

		}
		#promo1{ 
			width:15em; height:17em;
			float:left;
			text-align:right;
		}
		#promo2{ 
			width:15em; height:17em;
			float:left;
			text-align:right;
		}
		#promo3{ 
			width:15em; height:17em;
			float:left;
			text-align:right;
		}
		#main a {
			color:#dd9933;
			text-decoration:none;
		}
		#main a:hover{ color:#fc3; }
		
		#main p{
			font-size:0.75em;
			margin:0;
			margin-bottom:0.1em;
		}
		
		img.promo_img {
    		display: block;
    		margin-left: auto;
    		margin-right: auto;
			border:0px;
    	}
    	
		#foot{
			margin-top:5px;
			border-top:1px solid #333;
			width:48.3em;
			color:#333;
			clear:both;			
		}
		#foot p {
			font-size:0.75em;
			text-align: center
		}