/********************************************************************
* Author:   Andrew Connick
* Date:     23/03/09
********************************************************************/

/* Page style ******************************************************/

* { 
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	color: #EEEEEE;
}

a {	text-decoration: none; }
body, input, textarea, option, select { font-size: 12px; }
img { border-style: none; }

/* Page layout 	****************************************************/

body { 
	margin-bottom: 10px;
  border-width: 0;
	background-image: url("images/bg.jpg");
}

#wrapper { 
	width: 1000px; 
	margin: 0 auto 0 auto;
	padding: 0 15px 0 15px;
}

/* Top *************************************************************/

#banner { 
	height: 110px;
	margin-left: 20px;
	background-image: url("images/name.jpg");
	background-repeat: no-repeat;
}

#banner h1, #banner h2 { display: none; }

#menu {
	position: absolute;
	top: 10px;
	right: 80px;
}

#menu a { 
	padding: 0 15px 0 15px;
	border-right: solid 1px #DCDCEC;
}

#menu .first {	border-left: solid 1px #DCDCEC; }


/* Content *********************************************************/

.box {
	float: left;
	margin: 20px;
	width: 400px;
	border: 2px solid #505050;
	background-image: url("images/boxtop.gif");
	background-repeat: no-repeat;
	padding: 2px 20px 20px 20px;
}

#wsA, #gdnA, #webA, .pic {
	margin: 20px 20px 20px 40px;
	border-top: 1px solid #909090;
	border-right: 3px solid #505050;
	border-bottom: 3px solid #505050;
	border-left: 1px solid #909090;
	width: 300px;
	height: 200px;
}

#wsB, #gdnB, #webB {
	width: 300px;
	height: 200px;
}

h3 { 
	color: white; 
	font-size: 13px;
}

.clear { clear: both; }


/* Footer **********************************************************/

#footer {
	clear: both;
	margin: 10px 0 40px 0;
	border-top: solid 2px #707070;
	padding-top: 10px;
}

#footer a {
	padding: 0 20px 0 20px;
	border-right: solid 1px #707070;
}
