/* CSS Document */

body {
	padding: 0;
	margin: 43px 0 0 0;
	font-size: small;
	background: #f0f0e5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: url(../grfx/extra_content_bg.gif) top left repeat-y;
}

	#header {
		background: url(../grfx/header_bg.gif) top left no-repeat;
		width: 960px;
		height: 105px;
		padding: 0;
		margin: 0;
	}
	
		#header img {
			float: right;
			margin: 40px 40px 0 0;
			padding: 0;
			border: 0;
		}
		
	#content {
		background: url(../grfx/content_bg.gif) top left no-repeat;
		padding: 0 0 0 66px;
		margin: 0;
		width: 894px;
		height: 298px;
	}
		
	#content_home {
		padding: 0 0 0 66px;
		margin: 0;
		width: 894px;
		height: 298px;
	}
	
	* html content {
		padding: 0 0 0 0px;
		margin: 0;
		width: 960px;
	}	
	
	* html content_home {
		padding: 0 0 0 0px;
		margin: 0;
		width: 960px;
	}		
		
	#content_cap {
		background: url(../grfx/content_cap.jpg) top left no-repeat;
		padding: 0 0 0 66px;
		margin: 0;
		width: 894px;
		height: 298px;
	}
	
	#content_bf {
		background: url(../grfx/content_bg_bf.jpg) top left no-repeat;
		padding: 0 0 0 66px;
		margin: 0;
		width: 894px;
		height: 298px;
	}
	
	#content_ar {
		background: url(../grfx/content_bg_ar.jpg) top left no-repeat;
		padding: 0 0 0 66px;
		margin: 0;
		width: 894px;
		height: 298px;
	}
	
	#content_gbr {
		background: url(../grfx/content_bg_gbr.jpg) top left no-repeat;
		padding: 0 0 0 66px;
		margin: 0;
		width: 894px;
		height: 298px;
	}
	
	#content_ta {
		background: url(../grfx/content_bg_ta.jpg) top left no-repeat;
		padding: 0 0 0 66px;
		margin: 0;
		width: 894px;
		height: 298px;
	}
	
	#content_profile {
		background: url(../grfx/content_bg_profile.gif) top left no-repeat;
		padding: 0 0 0 66px;
		margin: 0;
		width: 894px;
		height: 298px;
	}
	
		* html #content_left {
			margin: 0;
		}
	
		#content_left {
			width: 520px;
			text-align: justify;
			float: left;
			padding: 0;
		}
		
			#flash {
				background: url(../grfx/flash_bg.jpg) top left no no-repeat;
				margin: -1px 0 0 -34px;
				width: 960px;
				height: 298px;
			}
		
			#internal_ul li {
				list-style-type: none;
				padding: 4px 0 4px 0;
				color: #f79862;
				text-decoration: none; 
			}
			
			#internal_ul a {
				text-decoration: none;
				color: #f79862;
				font-size: 0.75em;
			}
			
			#internal_ul a:hover {
				text-decoration: none;
				color: #a6a5a3;
			}
			
			.image_holder, .image_holder_pan {
				float: left;
				padding: 0;
				margin: 0 10px 10px 0;
			}
			
			.image_holder img {
				border: solid 1px #3a6e8f;
				padding: 1px;
				width: 80px;
				height: 80px;
			}
			
			.image_holder_pan img {
				border: solid 1px #3a6e8f;
				padding: 1px;
			}
		
		#content_right {
			width: 200px;
			float: right;
			padding: 0;
			margin: 0;
		}
	
	#extra_content {
		background: url(../grfx/extra_content_bg.gif) top left no-repeat;
		padding: 0;
		margin: 0;
		width: 960px;
		height: 59px;
	}
	
		#extra_content p {
			margin: 15px 0 0 66px;
			padding: 0;
			font-size: 0.75em;
		}
	
		#extra_content p a {
			text-decoration: none;
			color: #a5a6a3;
			padding: 0;
			margin: 0;
		}
		
		#extra_content p a:hover {
			text-decoration: none;
			color: #f79862;
		}
		
		#extra_content p a.active {
			color: #f79862;
		}
			
		#extra_content #download {
			float: right;
			margin: 0 30px 0 0;
		}
		
		*:first-child+html #contact_form {
			margin-top: -13px;
		}
		
		* html #contact_form {
			margin-top: -4px;
		}
		
		ul.landing {
			margin: 0 0 0 13px;
			padding: 0;
		}
		
			ul.landing li {
				margin: 2px 0 2px 0;
				list-style: circle;
				font-size: 0.85em;
				color: #868686;
				line-height: 16px;
				letter-spacing: 0.01em;
			}
			
				ul.landing li a {
					color: #f79862;
					text-decoration: none;
				}
				
				ul.landing li a:hover {
					color: #a5a6a3;
					text-decoration: none;
				}
		
		#contact_form div {
			background: #ededde;
			padding: 0;
			margin: 1px 0 1px 0;
		}
		
			#contact_form td {
				font-size: 0.75em;
				background: #ededde;
				color: #969695;
			}
		
			#contact_form td input {
				color: #969695;
				font-size: 1.0em;
				background: #ededde;
				height: 13px;
				border: 0;
				margin: 1px 0 0 10px;
				width: 320px;
			}
			
			*:first-child+html #contact_form td input {
				margin-top: -1px 0 0 10px;
				padding: 0;
			}
			
			* html #contact_form td input {
				margin: 0 0 0 10px;
				padding: 0;
			}
			
			#submit {
				text-align: right;
				margin: 1px 6px 0 0;
			}
	
	#footer {
		background: url(../grfx/footer_bg.gif) top left no-repeat;
		padding: 0;
		margin: 0;
		width: 960px;
		height: 29px;
	}
	
		#footer img {
			float: right;
			margin: 18px 20px 0 0;
			padding: 0;
			border: 0;
		}
		
		#footer img.home_footer {
			margin: -10px 20px 0 0;
		}