/* CSS Document */

	body, html {
	margin:0;
	padding:0;
	color:#000;
	}
.greyHeader {
	color: #666666;
}
	body {
		min-width:800px;
	}
	#wrap {
		margin:0 auto;
		width:800px;
	}
	#header {
		/* background:#ddd; */
	}
	#header h1 {
    	padding:5px;
	    margin:0;
    }
				
	h3 {
	    margin-bottom:0;
					color:#C85C6B;
					font-size: 14px;
    }
				

								
				
a:link {
	color: #B6521D;
	text-decoration: none;
}
a:visited {
		color: #B6521D;
	text-decoration: none;
}
a:hover {
		color: #B6521D;
	text-decoration: underline;
}
a:active {
		color: #B6521D;
	text-decoration: underline;
}
				
				
	
	
	#nav {
	color: #C85C6B;
	padding:35px 0px 130px;
	text-align: right;
	font: 85% Verdana, Geneva, sans-serif;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	a.nav:link {
	color: #C85C6B;
	text-decoration: none;
} 
a.nav:visited {
	color: #C85C6B;
}
a.nav:hover {
	color: #C85C6B;
	text-decoration: underline;
}
a.nav:active {
	color: #C85C6B;
	text-decoration: underline;
}



#navInt {
	color: #C85C6B;
	text-align: right;
	padding:0px 30px;
	font: 85% Verdana, Geneva, sans-serif;
	}
	#navInt ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#navInt li{
		display:inline;
		margin:0;
		padding:0;
	}
	a.navInt:link {
	color: #C85C6B;
	text-decoration: none;
} 
a.navInt:visited {
	color: #C85C6B;
}
a.navInt:hover {
	color: #C85C6B;
	text-decoration: underline;
}
a.navInt:active {
	color: #C85C6B;
	text-decoration: underline;
}


	
	
	
	#main {
	font: 12px Verdana, Geneva, sans-serif;
	color: #666666;
	}
.date {
	font-size: 10px;
	font-weight: bold;
}
	#main p {
		padding:0px;
		margin:8px 20px 0px 10px;
}
				
								
				
				
	#sidebar {
	/* background:#99c; */
		float:right;
	width:400px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	
	.third {
	font: 11px Verdana, Geneva, sans-serif;
	color: #C07D90;
	/* text-align: justify; */
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}

	
	
	#footer {
	color: #999999;
	font: 80% Verdana, Geneva, sans-serif;
	padding: 10px 0px 0px 10px;;
	}

a.footer:link {
	color: #999999;
	padding: 50px 0px 0px;
} 
a.footer:visited {
	color: #999999;
}
a.footer:hover {
	color: #999999;
}
a.footer:active {
	color: #999999;
}
