/*
      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;

	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 849px;
}
#header {
	width: 849px;
	color: #333;
	height: 193px;
	background-color: #BD9C8C;
	background-image: url(images/ww_header_v1.png);
}

#contentWorkshops {
	width: 849px;
	color: #333;
	height: 1100px;
	background-image: url(images/ww_contentservices%20copy.png);
	background-repeat: repeat;
	background-color: #e6f5fa;
}
#footer {
	height: 55px;
	width: 849px;
	font-size: 9px;
	color: #333333;
	text-align: center;
	padding-bottom: 0px;
}

#navigation {
	height: 32px;
	background-image: url(images/ww_navBar.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#navigation ul {

}

#navigation ul li{
	display: inline;
}
#navigation ul li a {
	float: left;
	height: 21px;
	text-decoration: none;
	margin-left: 95px;
	padding-top: 10px;
}
#navigation ul li a:link, 
#navigation ul li a:visited {
	color: #FFFFFF;
	background-color: #564a44;
}

#navigation ul li a:hover {
	color: #FF9900;
}


#navigation .current a:link {
	color: #FF9900;
}
#divText {
	float: left;
	width: 750px;
	height: 1016px;
	margin-left: 25px;
	padding-left: 25px;
	padding-top: 25px;
}
