body{
	color: #FFFFFF;
	font: 13px Arial, Helvetica, sans-serif, Optima;
	margin: 10px 15px;
	background: #1C1C1C;
	}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;	
	}
a:hover{
	color: #999999;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	}
h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	padding-top: 20px;
	color: #FFF1DE;
}
p {
	padding-left: 30px;
	line-height: 20px;
	letter-spacing: 1px;
	}

#container {
	width: 860px;
	\width: 860px;
	w\idth: 860px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 2px 20px 2px;
	background: #000000;
}

/* START HEADER */
#header{
	padding: 0px;
	background: #000000 url(../img/plc.jpg) no-repeat center top;
	width: 860px;
	height: 272px;
	}	
/* END HEADER */
		
/* START NAVIGATION */
#navigation{
	padding: 5px 25px 3px 0;
	margin: 0;
	text-align: right;
	font: italic bold 13px "Times New Roman", Times, serif;
	}
	#navigation ul{
		margin: 0;
		padding: 0;
		}
	#navigation li {
		list-style-type: none;
		margin: 0;
		padding: 3px 0px 3px 0px;
		}
	#navigation a:link, #navigation a:visited, #navigation a:active {
		color: #FFFFFF; 
		text-decoration: none;
		}
	#navigation a:hover{
		color: #FFF1DE;
		text-decoration: none;
		}
/* END NAVIGATION */

#content {
	text-align: left;
	padding: 0 30px 0 30px;
	}
	#content_home {
	text-align: left;
	padding: 0 5px 0 5px;
	}

.stroke{
	border: 1px solid #ccc;
	}
	
/* START FOOTER */
#footer{
	padding: 10px;
	text-align: center;
	color: #999999;
	font-size: 10px;
	}
	#footer a:link, #footer a:visited, #footer a:active {
		color: #999999; 
		text-decoration: none;
		}
	#footer a:hover{
		color: #CCCCCC;
		text-decoration: none;
		}
/* END FOOTER */

