body {
	background-image: url(/img/bg_blue.gif);
}
h1 { 
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 10px;
	color: #556;
	clear: both;
	margin: 0 40px;
	font-weight: normal;
}
h2 {
	text-transform: uppercase;	
	font-size: 1.5em;
	color: #445;
}
div#main, 
div#footer{
	width: 950px;
	margin: 0px auto;
}
div#footer {
	text-align: center;
}
div#main{
	background-image: url(/img/bg_simon.jpg);
	background-repeat: no-repeat;
	height: 691px;
	margin: 20px auto;
}
p#sitename  {
	width: 239px;
	height: 72px;
	float: left;
	margin: 20px 40px;
}
p#sitename a {
	background-image: url(/img/markswan.png);
	background-repeat: no-repeat;
	width: 239px;
	height: 72px;
	
	
}
div#navigation {
	float: right;
	margin: 0px 20px;
	position: ABSOLUTE;
	top: 65px;
	margin-left: 300px;
	width: 700px;
}
div#navigation ul li a {
	line-height: 2em;
	color: black;
	text-decoration: none;
	margin-left: 1em;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	display: block;
	width: 100px;
}
div#navigation ul li#news a {width: 60px;}
div#navigation ul li#gongs a {width: 60px;}
div#navigation ul li a.active {
	color: #CCE ;
}

p {
	font-size: 1.2em;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin-bottom: 1em;	
	font-weight: bold;
	color: #333;
}
div#pagecontent {
	clear: both;
	padding: 10px;
	padding-right: 20px;
	margin: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 0;
	height: 460px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #CCC;
	border-left: none;
	border-right: none;
}
div#contact {
	margin: 0 40px;
	padding-top: 10px;
	padding-bottom: 10px;		
	border-top: 1px dotted #444;
	border-bottom: 1px dotted #444;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}	
div#contact a {
	color: #336;

}
span.gonglabel {
	text-transform: uppercase;
}

div.detail {
	border-bottom: 1px dotted #999;	
}
div.gongDetail img {
	float: left;
	margin-right: 1em;
}
div.gongDetail p {
	float: left;
	width: 460px;
}
div.gongDetail p.gong-description {
	letter-spacing: .0em;
	font-weight: normal;
	font-size: 1.4em;
}
