/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 900px;
	color: #333;
	border: 1px solid #ccc;
	height: 200px;
	padding-right: 0px;
}

#header2 {
	width: 800px;
	color: #CCC;
	height: auto;
	padding-right: 0px;
	padding-left: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#content {
	width: 925px;
	color: #CCC;
	border: 1px solid #ccc;
	padding: 10px;
	height: auto;
	background-color: #F2F2E6;
	background-repeat: repeat-y;
	background-image: url(images/Picture-2.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#centreee {
	text-align: center;
}
#ccc {
	text-align: center;
}
