/* CSS Document */

	A 			{ color: #ffffff; text-decoration: underline; } 
	A:link		{ color: #ffffff; text-decoration: underline; } 
	A:visited	{ color: #ffffff; text-decoration: underline; } 
	A:active	{ color: #D15C00; text-decoration: underline; } 
	A:hover		{ color: #D15C00; text-decoration: underline; }

	body {
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	}

	.subtitle {
	font-family:arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	color:#D15C00;
	display:inline;
	padding:0px;
	}
		
	p {
	font-family:georgia,serif;
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	line-height:27px;
	padding-bottom:20px;
	}
	
/*Structure Elements*/

	#container {
		width:830px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}

	#header {
		line-height:100%;	
		}
				
	#col_01 {
		width:790px;
		padding: 20px;
		margin:0px;
		background:#452817;
	}
