html,
body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	text-align:center;
	margin:0;
	padding:20px;
}

ul {
	list-style-type:square;
}

li {
	padding:2px;
}

a {
	border:none;
	text-decoration:none;
}

img {
	border:1px solid #888;
	border-right-width:3px;
	border-bottom-width:3px;
}

.news_content img {
	border:none;
}

span.bbc_center,
div.bbc_center {
	display:block;
	text-align:center;
}

#container {
	width:800px;
	margin:auto;
}

#header {
	height:72px;
	background:url(../image/ph_logo_small.gif) no-repeat;
	margin-bottom:30px;
}

#menu {
	float:right;
	text-transform:lowercase;
	margin-top:22px;
}

#menu-footer {
	text-transform:lowercase;
	margin-top:5px;
}

#menu a#location,#menu-footer a#location {
	font-weight:700;
	color:#666;
}

#menu a {
	color:#598a9b;
	text-decoration:none;
	margin-left:10px;
	font-size:11px;
}

#welcome {
	background:#d8e5e9 url(../image/welcome.gif) left top no-repeat;
	text-align:left;
	margin:1px 1px 0;
	padding:5px 20px;
}

#welcome-border {
	background:#FFF;
	border-left:1px solid #d8e5e9;
	border-right:1px solid #d8e5e9;
	border-top:1px solid #d8e5e9;
	margin:6px 20px 0;
}

a:hover,
#menu a:hover {
	color:#33525d;
	text-decoration:underline;
}

#tagline {
	float:left;
	color:#888;
	margin:22px 0 0 116px !important;
}

#notifications {
	text-align:center;
	background:#eee;
	font-size:12px;
	margin:0 1px 1px;
	padding:3px 5px;
}

#notifications-border {
	background:#FFF;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	margin:0 20px 10px;
}

#donate {
	background:#d8e5e9 url(../image/donate.png) left top no-repeat;
	text-align:left;
	margin:1px;
	padding:5px 20px;
}

#history {
	background:#d8e5e9 url(../image/history.png) left top no-repeat;
	text-align:left;
	margin:1px;
	padding:5px 20px;
}

#staff {
	background:#d8e5e9 url(../image/staff.gif) left top no-repeat;
	text-align:left;
	margin:1px;
	padding:5px 20px;
}

#changelog {
	background:#d8e5e9 url(../image/changelog.gif) left top no-repeat;
	text-align:left;
	margin:1px;
	padding:5px 20px;
}

#tour {
	background:#d8e5e9 url(../image/tour.gif) left top no-repeat;
	text-align:left;
	margin:1px;
	padding:5px 20px;
}

#download {
	background:#d8e5e9 url(../image/download.gif) left top no-repeat;
	text-align:left;
	margin:1px;
	padding:5px 20px;
}

#links {
	background:#d8e5e9 url(../image/links.gif) left top no-repeat;
	text-align:left;
	margin:1px;
	padding:5px 20px;
}

#promote {
	background:#d8e5e9 url(../image/promote.gif) left top no-repeat;
	text-align:left;
	margin:1px;
	padding:5px 20px;
}

#customise {
	background:#d8e5e9 url(../image/customise.gif) left top no-repeat;
	text-align:left;
	margin:1px;
	padding:5px 20px;
}

#border-blue {
	background:#FFF;
	border:1px solid #d8e5e9;
	margin:20px 20px 0;
}

#border-red {
	background:#FFF;
	border:1px solid #EFE0E2;
	margin:20px 20px 0;
}

#border-green {
	background:#FFF;
	border:1px solid #E0EFE2;
	margin:20px 20px 0;
}

#border-grey {
	background:#FFF;
	border:1px solid #eee;
	margin:20px 20px 0;
}

.box {
	background:#eee;
	text-align:left;
	margin:1px;
	padding:20px 20px 10px;
}

.new {
	color:red;
	font-weight:700;
}

.developers {
	background:#eee;
	text-align:left;
	margin:1px;
	padding:18px 20px 12px;
}

.testers {
	background:#d8e5e9;
	text-align:left;
	margin:1px;
	padding:18px 20px 12px;
}

.release {
	background:#EFE0E2;
	text-align:left;
	margin:1px;
	padding:18px 20px 12px;
}

.guide {
	background:#E0EFE2;
	text-align:left;
	margin:1px;
	padding:18px 20px 12px;
}

#welcome .title,
#donate .title,
#download .title,
#changes .title,
#customise .title {
	text-align:right;
}

.title {
	font-weight:700;
}

.blue_highlight,
a,.link {
	color:#147293;
}

.red_highlight {
	color:#CF0C0C;
}

#welcome p,
#staff p,
#history p,
#donate p,
#jobs p,
#tour p,
#changelog p,
#download p,
#links p,
#promote p,
#beta p,
#customise p,
.box p,
.release p,
.guide p,
.developers p,
.testers p {
	line-height:18px;
	margin:0 0 10px;
	padding:2px;
}

.date {
	float:right;
	color:#999;
	font-size:10px;
}

.padded {
	margin:0 10px;
}

#footer {
	margin-top:20px;
	color:#aaa;
	clear:both;
}

.link {
	font-weight:700;
	text-align:center;
}

#left {
	float:left;
	width:230px;
}

#right {
	margin-left:210px;
}

.title_link {
	color:#444;
}

#adsense {
	margin-bottom:-15px;
	margin-top:10px;
}

.changelog {
	display:none;
}

#search {
	display:inline;
	float:right;
	margin-right:20px;
	position:relative;
	top:20px;
}

img.emote,
img.emoji,
img.bbc_emoticon,
.emote img {
	border:none;
	vertical-align:middle;
}

#beta,
#jobs {
	background:#d8e5e9;
	text-align:left;
	margin:1px;
	padding:5px 20px;
}
