/* CSS Document */
* {margin:0 0 0 0; padding:0 0 0 0; border: 0 0 0 0;}

body {font-family: News Gothic MT, Arial, Helvetica, Geneva, sans-serif;
		color:#FFFFFF;
		font-size:11px;
		background-color:#000000;
			margin-left:auto;
			margin-right:auto;
		}
		
	div#wrap {width:876px;
			  margin-left:auto;
			  margin-right:auto;
			}
			
		div#logo {background-image:url(left_logo.gif);
				 background-position:left center;
				 background-repeat:no-repeat;	 
			}
			
			div#right {margin-left:273px;
			
			}
					div#right a:link {text-decoration:none;
									  color:#999999;}
					div#right a:visited {text-decoration:none;
										 color:#999999;}
					div#right a:hover {text-decoration:none;
									   color:#FFFFFF;}
					div#right a:active {text-decoration:none;
										color:#FFFFFF;}
				
				div#top {background-image:url(top.gif);
						background-repeat:no-repat;
						height:46px;
						width:603px;
					
						}
						
			    div#content{background-image:url(content_bg_repeat.gif);
							background-repeat:repeat-y;
							width:603px;
							min-height:100px;
							}
						div#content p {margin-left:15px;
									   margin-right:15px;
									   }
						
						div#left_title {background-image:url(left_title_bg.gif);
										background-repeat:no-repeat;
										background-position:left center;
										font-size:16px;
										font-weight:bold;
										text-align:left;
										
										width:603px;
										margin:0px 0px 10px 0px;
										padding-top:10px;
										}
										div#left_title p{margin:3px 0px 0px 15px;
														text-indent:0px}
										div#left_title img{float:left;
														   margin:0px 15px 0px 15px;}
										
						div#right_title {background-image:url(right_title_bg.gif);
										background-repeat:no-repeat;
										background-position:right center;
										font-size:16px;
										font-weight:bold;
										text-align:right;
										
										width:603px;
										margin:0px 0px 10px 0px;
										padding-top:10px;
										}
										div#right_title p{margin:3px 15px 0px 0px;
														  text-indent:0px;}
										div#right_title img{float:right;
															margin:0px 15px 0px 15px;}
															
						div#nav {text-align:center;
								width:603px;
								padding-bottom:30px;
								}
								div#nav img{margin:0px 1px;}
							
				div#bottom{height:32px;
						   width:603px;
						   background-image:url(bottom.gif);
						   background-repeat:no-repeat;
						   font-size:12px;
						   text-align:right;
						   margin:0px;
						   padding:0px;
						}
						div#bottom p{margin: 0px 30px 0px 0px;
									font-weight:bold;
									vertical-align:bottom;
									
									}
/* START Alsett Clearing method */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%}
.clearfix {display: block;}
/* END Alsett Clearing method */