/* CSS Document */

body {
	background: url(../grfx/body_bg.gif) top left repeat-x #f1f1f1;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

	#wrapper {
		width: 720px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 17px;
	}
	
		#header {
			background: url(../grfx/header_bg.gif) top left no-repeat;
			width: 720px;
			height: 269px;
		}
		
			#header img {
				float: left;
				border: none;
				margin: 100px 0 0 51px;
			}
			
			#header #loader2 {
				float: right;
				width: 405px;
				margin: 60px 12px 0 0;
				height: 209px;
			}
			
				*:first-child+html #loader2 {
					margin: 30px 7px 0 -50px;
					float: left;
				}
				
		
			
		#content {
			background: url(../grfx/content_bg.gif) top left repeat-y;
			width: 720px;
		}
		
			#content_left {
				float: left;
				width: 377px;
				margin: 40px 0 0 51px;
			}
			
			#content_right {
				float: right;
				width: 242px;
				margin: 65px 37px 0 0;
			}
			
				#content_right div {
					background: #dcdcdc;
					padding: 9px;
					width: 224px;
					margin-bottom: 7px;
				}
				
					#content_right p {
						text-align: left;
					}
					
					#content_right p span {
						float: right;
					}
					
			#content_internal {
				width: 619px;
				margin: 0 50px 0 51px;
				padding: 40px 0 0 0;
			}
			
			.callout-text {
				color: #666;
				line-height: 130%;
			}
					
		#footer {
			margin: -17px 0 0 0;
			width: 720px;
		}
		
			#footer p {
				color: #5598c5;				
				text-align: center;
			}
		
			#footer p a {
				text-decoration: none;
			}
			
			#footer p a:hover {
				text-decoration: underline;
			}
					
			#footer img {
				border: none;
				margin: 0 0 -5px 0;
			}
