	body {
   		margin: 5px auto 30px auto;
		background: url("/images/back.jpg");
		font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #777777;
		}

	a:hover {
		color: #9966FF;
		text-decoration: underline;
		}

	a 	{
		color: #A598CA;
		text-decoration: none;
		}
		

	.navigation {
		text-align: right;
		padding-top: 53px;
		padding-right: 65px;
		color: #A598CA;
		text-decoration: none;
		}
	
	.navigation li{
		display: inline; 
		padding-left: 2.5em;
		font-size: 9px;
		font-weight: bold;
		}
	
	#container {
		margin: auto;
		}
	
	#wrapper {
		margin: auto;
		width: 645px;
		}
		
	#midwrapper {
		margin: auto;
		width: 650px;
		background: url("/images/middle.jpg");
		background-repeat: repeat-y;
		}
	
	#shift img {
		padding-left: 25px;
		}
		
	#header {
		background: url("/images/header.jpg");
		background-repeat: no-repeat;
		width: 645px;
		height: 76px;
		}
		
	#footer {
		margin: 0px;
		background: url("/images/footer.jpg");
		background-repeat: no-repeat;
		clear: both;
		height: 48px;
		text-align: center;
		}
		
	div.content-sub {
		float: left;
		min-height: 400px;
		width: 645px;
		}
	
	div#content-sub-1 {
		width: 421px;
		margin-top: 20px;
		}
		
	div#content-sub-1 p { 
		padding-left: 40px;
		padding-right: 10px; 
		font-size: 10px;
		line-height: 15px;
		}

	div#content-sub-2 {
		width: 165px;
		margin-top: 20px;
		}
		
	div#content-sub-2 p { 
		padding-left : 10px;
		padding-right: 10px;
		border-left: 1px dotted #C4D0D7; 
		}

	div#content-sub-3 {
		width: 59px;
		clear: right;
		height: 361px;
		background: url("/images/right.jpg");
		background-repeat: no-repeat;
		}	
		
	div#content-sub-4 {
		width: 59px;
		clear: right;
		height: 361px;
		background: url("/images/right_noname.jpg");
		background-repeat: no-repeat;
		}	
		
	.feature_1 {
		background-color: #83748D;
		width: 350px;
   		padding: 10px;
    	font-size: 7pt;
   		color: #FFFFFF;
    	margin-left: 40px;
    	margin-bottom: 3px;
		}

	.feature_1 a {
		color: #e3dbff;
		font-weight: bold; 
		text-decoration: underline;
		}

	.feature_2 {
		background-color: #554660;
		width: 350px;
   		padding: 10px;
    	font-size: 7pt;
    	color: #FFFFFF;
   		margin-left: 40px;
    	margin-bottom: 3px;
		}

	.feature_2 a {
		color: #e3dbff;
		font-weight: bold; 
		text-decoration: underline;
		}	
	
	.title {
		font-size: 17px;
		letter-spacing: 0px;
		color: #A598CA;
		font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		}
		
	.longtitle {
		font-size: 15px;
		letter-spacing: 0px;
		color: #A598CA;
		font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		}
	
	.column {
		text-transform: uppercase;
		font-weight: bold;
		color: #C4D0D7;
		font-size: 9px;
		letter-spacing: .4em;
		}


	.author {
		color: #C4D0D7;
		font-size: 9px;
		letter-spacing: .075em;
		}

	.disclaimer 	{
		color: #A598CA;
		font-size: 9px;
		letter-spacing: .075em;
		}
		
	.footertext {
		margin-top: 100px;
		font-size: 9px;
		color: #FFFFFF;
		}
		
	.footertext a {
		font-size: 9px;
		color: #FFFFFF;
		text-decoration: underline;
		}
		
