/* ================================================== **
** surround.css
** --------------------------------------------------
** Website: WebWorx 24
** Created: 21/09/07
** Author: JSS 
** Description: This stylesheet is used to create the 
** basic layout of the WebWorx 24 website.
** ================================================== */


/* -------------------------------------------------- **
** Generic
** -------------------------------------------------- */
body {
	background: url(/library/images/bg_main.gif) repeat-x;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 86%;
	text-align: center;
	margin: 0;
	padding: 25px 0 0;
	}	
body#home {
	background: url(/library/images/bg_main.gif) repeat-x;
	}	
	
	
/* -------------------------------------------------- **
** Container
** -------------------------------------------------- */	
#container {
	margin: 0 auto;
	width: 780px;
	text-align: left
	}
	
/* -------------------------------------------------- **
** Content
** -------------------------------------------------- */	
#content {
	background: url(/library/images/content_.gif) no-repeat 0% 100%;
	clear: both;
	}
#content div { 
	background-color: #fff; 
	}
	
/* -------------------------------------------------- **
** Sub-content
** -------------------------------------------------- */	
#sub-content {
	padding: 25px 25px 20px;
	border-bottom: 1px solid #eee;
	}
	
/* -------------------------------------------------- **
** Footer
** -------------------------------------------------- */	
#footer {
	padding: 25px 25px 20px;
	}
	
