body {
	background: #ffffff;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#outerwrapper {
	width: 728px; 
	margin: auto;
}

p, h1, h2  {
	padding: 0em 15px 0.5em 15px;
	margin: 0px;
}

h1 {
	font-size: 1.3em; 
	padding-top: 0.5em;
}

h2 {
	font-size: 1.1em;
}

p {
	font-size: 1em;
}
#content p {
	padding-bottom: 1em;
}

#wrapper {
	width: 528px;
	margin: 10px 0px 10px -40px;
}

#outer {
	border-left: 200px #ffffff;
	background: #ffffff;
}

#left {
	width: 200px;
	margin-left: -200px;
	float: left; 
	position: relative; 
	text-align: right;
	padding-top: 10px;
}
#left ul, #left h1 {
	margin: 0px;
	padding: 0px;
	padding-right: 15px;
	list-style: none;
	font-size: 1em;
}

#outer {
	width: auto;
	border-left-style: solid;
}

#inner {
	border-left: 1px solid #CCCCCC;
	margin: 0;
	width: 553px;
}

#center {
	float: left; 
	width: 553px;
	position: relative; 
	text-align: left;
}

.clear { 
	clear: both;
}

#footer {
	border: 1px solid #CCCCCC;
	padding: 5px 0px 5px 0px;
}
#footer a {
	text-decoration: none;
	color: black;
}
#footer a:hover {
	text-decoration: underline;
}

/* required for mozilla to show colours */
#outer > #inner {
	border-bottom: 1px solid transparent;
}
/* required to prevent IE showing double line at bottom */
* html #outer > #inner {
	border-bottom: none;
}
/* required for mozilla to size middle column correctly if short */
#left { margin-right: 2px; }
#center { margin: 0px -3px 0px -2px; }
