body {
	background-image: url(resources/wmw_bkgrnd.gif);
	background-repeat: no-repeat;
	color: #333333;
}

h1
{
	font-weight: lighter;
	color: #003333;
	letter-spacing: 0.5em;
	font-size: 16px;
}

h2
{
	color: #FF0000;
	font-style: normal;
	font-weight: lighter;
}

h3
{
	font-weight: normal;
	color: #FF0000;
	font-size: 14px;
}

h4
{
	font-weight: lighter;
	color: #003333;
	letter-spacing: 0.5em;
	font-size: 16px;
}

h5
{
	font-weight: bold;
	font-size: 14px;
}

h6
{
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}

.list { color: #C00; }
.project { color: #003333; }
.navigation:hover { color: #AA0000; }
.bold { font-weight: bold; }

.italic_sm
{
	font-style: italic;
	font-size: x-small;
}

.italic { font-style: italic; }

#container { 
	  width: 1000px; 
	  margin: 130px 0 0 0px;
	  text-align: left;
}
#header {
	width: 780px;
	text-align: center;
}
#sidebar { 
  float: left;
  width: 230px; 
  text-align: center;
  padding: 0px 0px 15px 10px; 
} 
#mainContent { 
  margin: 0 0 0 250px; 
  padding: 0 20px 20px 20px;
}
