/*****************/
/*     Styles    */
/*****************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #1F497D;

	background: #000;
}

p {
	margin: 0px 5px 10px 5px;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}


h1 {  
		margin: 0px 5px 10px 5px;
		
		font-size: 16px; 
		font-style: normal; 
		color: #900;
		line-height: 18px; 
		font-weight: 700; 
		text-decoration: none; 
		border-bottom: 1px solid #900;
}
		
		
h2 {  
		margin: 0px 5px 10px 5px;

		font-size: 16px; 
		font-style: normal; 
		color: #900;
		line-height: 18px; 
		font-weight: 300; 
}
		
		
h3 {  
		margin: 0px 5px 10px 5px;

		font-size: 14px; 
		font-style: normal; 
		color: #900;
		line-height: 18px; 
		font-weight: 300; 
		text-decoration: none; 
}
		
		
h4 {  
		margin: 0px 5px 10px 5px;

		font-size: 14px; 
		font-style: normal; 
		color: #000;
		line-height: 18px; 
		font-weight: 300; 
		text-decoration: none; 
}
		
h5 {  
		margin: 0px 5px 10px 5px;

		font-size: 12px; 
		font-style: normal; 
		line-height: 18px; 
		font-weight: 700; 
		color: #900;
		text-decoration: none; 
}

a:link, a:visited, a:hover {
	color: #900;
	text-decoration: none;
}

a:hover	{
	color: #000;
	text-decoration: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}

/*****************/
/* Layout Styles */
/*****************/

#container {
	width: 750px;
	height: 775px;
	margin: 0 auto;
	background: url('../images/img_page.jpg') no-repeat left bottom;
	padding: 0 0 25px 0;
	border: 5px solid #000;
	border-width: 0 5px 5px 5px;
}

	#header {
		text-align: center;
		height: 250px;
	}
		#contact_details {
			text-align: right;
		}
	
	#menu {	
		width: 640px;
		margin: 0 auto;	
	}
	
	#content, #home_content {
		width: 628px;
		margin: 0 auto;
		border: 1px solid #999;
	}
		
		#home_content {
			height: 409px;
			padding: 70px 5px 0px 5px;

			background: url('../images/bg_content.jpg') no-repeat top left; 
		}
		
		#content {
			height: 470px;
			overflow-y: auto; 
			padding: 10px 5px 0px 5px;

			background: #FFF; 
		}
			#content_img {
				width: 330px; 
				float: left;
				padding: 0 0 0 5px;
			}
			#int_content_img {
				width: 330px; 
				float: right;
				padding: 0 0 0 5px;
			}
	
	#footer {
		width: 640px;
		margin: 0 auto;		
		
		font-size: 10px;
		text-align: right;
	}
		#footer a, #footer a:hover {
			color: #333;
		}

	#disclaimer {
		width: 628px;
		margin: 0 auto;
		color:#666;
		font-size:9px;
	}

