html,body{
	margin:0;
	padding:0;
	background-color: #CCCCCC;
}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}
a{padding:5px; text-decoration:none; color:#000000;}
div#header{
	background-color:#FFFFFF;
	background-image: url(../images/PTC_logotrans.gif);
	background-repeat: no-repeat;
	padding: 12px;
	height: 60px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: thin;
	text-indent: 7px;
	margin: 12px;
}
div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{background:#F6F0E0;}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{background:#CCC8B3;}
div#footer{background:#BFBD93;}
div#footer p{margin:0;padding:5px 10px}
div#container{
	width:700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
div#wrapper{
	float:left;
	width:100%;
}
div#content{margin: 0 150px}
div#navigation{
	float:left;
	width:150px;
	margin-left:-700px;
}
div#extra{
	float:left;
	width:150px;
	margin-left:-150px;
	background-color: #FFFFFF;
}
div#footer{clear:left;width:100%}
