@charset "utf-8";
/* Designed By: Matthew Killington
   url: http://panstudios.co.uk
*/

body {
	margin: 0;
	background-color: #0f1922;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 899px;
	margin:auto;
}

/* HEADER */
#header-hold {
	width: 899px;
	height: 127px;
	background-repeat:no-repeat;
	background-position:left;
	background-image:url(../images/header-bk.jpg);
}

#logo {
	float:left;
	width: 206px;
	height: 107px;
}

#pl {
	float:right;
	width: 175px;
	height: 85px;
	text-align:center;
	margin: 29px 5px 0 0;
}

/* Top Menu */
#top-menu {
	width: 899px;
	height: 52px;
	margin:0;
	background-repeat:no-repeat;
	background-image:url(../images/menu-bk.jpg);
}

#top-menu ul {
	margin:0 0 0 7px;
	padding:0;
}

#top-menu li {
	float:left;
	color:#FFF;
	font-size:14px;
	list-style:none;
	margin:18px 20px 0 10px;
}

#top-menu a:link,a:visited {
  	color:#FFF;
	text-decoration:none;
}

/* SIDEBAR */
#sidebar {
	float:left;
	width: 179px;
	background-color:#dddddd;
	margin: 14px 0 0 0;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(../images/menu-top.gif);
}

#sidebar-bottom {
	width: 179px;
	height: 10px;
	margin: 6px 0 0 0;
	background-repeat:no-repeat;
	background-position:bottom;
	background-image:url(../images/menu-bottom.gif);
}

#sidebar-right {
	float:right;
	width: 179px;
	background-color:#dddddd;
	margin: 14px 0 0 0;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(../images/menu-top.gif);
}

#sidebar-right-bottom {
	width: 179px;
	height: 10px;
	margin: 6px 0 0 0;
	background-repeat:no-repeat;
	background-position:bottom;
	background-image:url(../images/menu-bottom.gif);
}

/* CONTENT */
#content {
	float:right;
	width: 715px;
	background-color:#dddddd;
	margin: 14px 0 0 0;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(../images/content-top.gif);
}

#content-match {
	float:left;
	width: 535px;
	background-color:#dddddd;
	margin: 14px auto 0 3px;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(../images/content-match-top.gif);
}

#top-image {
	margin: 15px auto 5px auto;
	width: 681px;
	height: 220px;
}

h4 {
	margin:0 14px 0 14px;
	font-size:18px;
	padding:0;
}

p {
	margin:0 14px 12px 14px;
	font-size:14px;
	padding:0;
}

#bottom-big {
	width: 715px;
	height: 11px;
	margin: 14px 0 0 0;
	background-repeat:no-repeat;
	background-position:bottom;
	background-image:url(../images/content-bottom.gif);
}
#bottom-small {
	width: 535px;
	height: 11px;
	margin: 14px 0 0 0;
	background-repeat:no-repeat;
	background-position:bottom;
	background-image:url(../images/content-match-bottom.gif);
}

#footer {
	clear:both;
	width: 899px;
	height:30px;
	text-align:right;
	color:#CCC;
	font-size:10px;
	padding:3px 5px 0 0;
}
#footer a:link,a:visited {
  	color:#FFF;
	text-decoration:none;
}
