/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}

body{
	  background: url('/assets/img/layout/body_bg.gif');


}
#container1{
		position: relative;
		margin: 0 auto;
	    width: 802px;
		margin: 0 auto;
}

#container{
		position: relative;
		float:left;
	    width: 800px;
		border:#cccccc; 
	  	border-style:solid; 
	 	border-width:1px;
		background: url('/assets/img/layout/int_bg.gif');
	    background-repeat: repeat-y;

}
#left {
			position: relative;
			float: left;
			width: 240px;
			z-index:99;
}

#logo{	
			position: relative;
			float: left;
			width: 240px;
			
}
#right{
			position: relative;
			float: left;
			width: 560px;
		
}

#header{
			position: relative;
			float: left;
			width: 551px;
			height: 73px;
			background: url('/assets/img/layout/header.gif');
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			padding: 13px 9px 0px 0px;
			text-align:right;
		
}
#header a:visited, #header a:active, #header a:link {
			color: #000000;
			text-decoration: none;
			
}
#header a:hover {
			color: #000000;
			text-decoration: underline;
			
}
#clear {     clear:both;
}

.footer{	
			position: relative;
			float: left;
			width: 800px;
			text-align:center;
			padding: 7px 0px 0px 0px;
			font-family:Verdana;
			font-size: 11px;
			color: 000000;
			

}

.top {
			border: #cccccc; 
	  		border-style:solid; 
	 		border-width:1px;
			border-top-width: 0px;
			height: 16px;
			background-color: #ffffff;

}

.bottom {
		  background:none;

}

.footer a:visited, .footer a:active, .footer a:link {
			color: #000000;
			text-decoration: none;
			
}
.footer a:hover {
			color: #000000;
			text-decoration: underline;
			
}