@charset "utf-8";
/* CSS Document for Surf 'N' Play Computer Gaming*/
/* www.surfnplay.co.uk   Designed by James Chorlton & screwed up by John James*/



body 
{
	background-image:url(images/bgimage.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	color: #ccffcc;
	font-family:inherit;
	text-align: center;
}

img
{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	border:none;
}

#div_site 
{
	width: 850px;
	max-width: 850px;
	min-height: 500px;
	background-color: #333399;
	border: 1px #ccffcc solid;
	text-align: left;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

#div_header 
{
	background-color: #333399;
	color: #ccffcc;
	font-family:inherit;
	text-align: center;
	width: 850px;
	max-width: 850px;
	height: 150px;
	max-height: 150px;
	text-align: center;
}

.copyright
{
	font-size:xx-small;
}
	
#div_navline
{
	float:left;
	width: 850px;
	max-width: 850px;
	height: 18px;
	background-color: #333399;
	border-top: 2px #ccffcc solid;
	border-bottom: 2px #ccffcc solid;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
}

#div_body
{
	width: 840px;
	max-width: 840px;
	min-height: 350px;
	background-color: #333399;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

#div_games
{
	border-top: 1px #ccffcc solid;
	width: 840px;
}

#div_games_left
{
	float:left;
	width: 419px;
	max-width: 419px;
	text-align: center;
	border-right: 1px #ccffcc solid;
}

#div_games_right
{
	margin-left:420px;
	width: 415px;
	max-width: 415px;
	text-align: center;
}

h1
{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
	
h2
{
	color: #ff99cc;
}
	
h3
{
	color: #ccffcc;
}

h4
{
	text-decoration:underline;
}

.u 
{
	text-decoration: underline;
}
	
#m
{
	text-align: center;
}

#host
{
	text-align:center;
	font-size:x-small;
}

a:link
{
	color: #ff99cc;
	text-decoration: none;
}

a:active
{
	color:#ff99cc;
	text-decoration: none;
}

a:visited
{
	color: #ff99cc;
	text-decoration: none;
}

a:hover 
{
	color: #ff99cc;
	text-decoration:underline;
}

#map
{
	float: right;
	margin-top:100px;
	margin-right: 5px;
}

#workxp {
	display: inline;
}

.workexptext {
	margin-right: auto;
	margin-left:auto;
}

div.left_column 
{
	width:175px;
	float:left;
	text-align:center;
	padding-top:5px;
	padding-left:5px;
	vertical-align:middle;
}

div.content 
{
	width:500px;
	float:left;
	padding-top:5px;
	text-align:center;
	vertical-align:middle;
}

div.right_column 
{
	width:170px;
	float:right;
	padding-top:5px;
	text-align:center;
	vertical-align:middle;
}

#div_end
{
	clear:both;
	width: 850px;
	max-width: 850px;
	height: 100px;
	background-color: #333399;
	text-align: center;
	vertical-align:top;
	border-top: 1px #ccffcc solid;
}
