	*{ margin: 0px; padding: 0px; }

	body {
		background-color: #8FC3E9;
		background-image: url(images/bg.png);
		background-repeat: no-repeat;
		margin-bottom: 200px;
	}
	
	img { border: none; }

	.container {
		width: 960px;
		margin: auto;
	}
	
	#header {
		
	}
	
	#header .navigation {
		float: right;
		padding-right: 24px;
		padding-top: 70px;
	}
	
	#header .navigation .action {			
		border-right: 1px solid #8FC3E9;
		background-color: #16222B;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 8px;
		padding-bottom: 4px;
		margin-top: 8px;
		float: left;
	}
	
	#header .navigation .current {
		-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px;
		-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;	
		background-color: white;
		padding-top: 16px;
		margin-top: 0px;
		border: none;
	}			
	
	#header .navigation .first {
		-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px;
	}
	
	#header .navigation .last {
		-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;			
	}
	
	#logo {
		position: absolute;
		padding-top: 12px;
		padding-left: 24px;
	}
	
	#pitch {
		-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px;
		-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;				
		background-color: white;
		background-image: url(images/index/family.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		padding-top: 24px;
		padding-bottom: 32px;
		padding-left: 12px;
		clear: both;	
	}
	
	#pitch .intro {
		width: 412px;
		
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		
		padding-top: 12px;
		padding-bottom: 12px;
		
		margin-top: 12px;
		margin-bottom: 12px;
		
		font-family: sans-serif;
		font-size: medium;
	}
	
	#pitch a:link {
		border-bottom: 1px dotted #FF9900;
	}
	
	#pitch a:hover {
		border-bottom: 1px solid #FF9900;
	}
	
	#pitch a:visited {
		border-bottom: 1px dotted #FF9900;
	}
	
	#pitch p {
		color: #666;
		line-height: 1.2em;
	}
	
	#content {
		-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px;
		-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;				
		background-color: white;
		padding-top: 24px;
		padding-bottom: 32px;
		padding-left: 24px;
		padding-right: 24px;
		clear: both;
	}
	
	#content p {
		font-family: sans-serif;
		font-size: medium;
		color: #333;
		margin-bottom: .75em;
		line-height: 1.2em;
	}
	
	#content b {
		background-color: #FFFFCC;
		font-weight: normal;
		padding: 2px;
		padding-left: 4px;
		padding-right: 4px;
	}
	
	#content ul {
		color: #666;
		font-family: sans-serif;
		margin-left: 2em;
		margin-bottom: 1.5em;
		margin-top: 1.5em;
	}
	
	#content li {
		margin-bottom: .4em;
		line-height: 1.3em;
	}
	
	#content .left {
		float: left;
		margin-right: 25px;
	}
	
	#content.right {
		float: right;
	}
	
	#content .section {
		margin-bottom: 2em;
		width: 425px;
		clear: both;
	}
	
	#content .section h1 {
		font-size: x-large;
		font-weight: bold;
		margin-bottom: .5em;
	}
	
	#content .section h2 {
		font-size: large;
		font-weight: bold;
		font-family: sans-serif;
		margin-bottom: .5em;
		color: #333;
	}
	
	#content .contact {
		width: 450px;
		float: left;
	}
	
	#content a {
		text-decoration: none;
	}
	
	#content a:link {
		border-bottom: 1px dotted #FF9900;
		color: #FF9900;
	}
	
	#content a:hover {
		border-bottom: 1px solid #FF9900;
		color: #FF9900;
	}
	
	#content a:visited {
		border-bottom: 1px dotted #FF9900;
		color: #FF9900;
	}
	
	#family {
		bottom: 100px;
	}
	
	#main {
		background-color: #568EC3;
		padding-top: 32px;
		padding-bottom: 32px;
		border-top: 4px solid #236BA2;
		width: 100%;
		float: left;
		clear: both;
	}
	
	#main .section {
		float: left;
		width: 260px;
		font-family: sans-serif;
	}
	
	#main .left {
		margin-left: 36px;
	}
	
	#main .center {
		margin-left: 52px;
		margin-right: 52px;
	}
	
	#main .right {
		margin-right: 36px;
	}
	
	#main .section h2 {
		text-align: center;
		margin-bottom: 12px;
	}
	
	#main .section p {
		color: white;
		font-size: medium;
		line-height: 1.3em;
	}
	
	strong {
		font-family: sans-serif;
		font-size: medium;
		color: #333;
	}
	
	#footer {
		-moz-border-radius-bottomleft: 4px; 
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px; 
		-webkit-border-bottom-right-radius: 4px;		
		background-color: #00467F;
		padding-top: 24px;
		padding-bottom: 12px;
		margin-bottom: 32px;
		border-top: 4px solid #236BA2;
		width: 100%;
		float: left;
		clear: both;
	}
	
	#footer .navigation {
		clear: both;
	}
	
	#footer .navigation .action {
		float: left;
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 2px;
		padding-top: 2px;
		border-right: 1px solid #236BA2;
	}
	
	#footer .navigation .last {
		border-right: none;
	}
	
	#phone {
		float: right;
		padding-right: 12px;
	}
	
	#copyright {
		font-family: sans-serif;
		font-size: x-small;
		color: #8FC3E9;
		float: left;
		clear: both;
		padding-left: 12px;
		padding-top: 12px;
	}
	
	.fix {
		clear: both; 
	}
	
	.artwork {
		border-color: #e6e6e6;
		border-width: 6px;
		border-style: solid;
	}
	
	.wrapper {
		clear: both;
	}
	
	.shift {
		padding-top: 36px;
	}