body {  /* overall background color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;  
	background-color: #E0DABF;
}

body h2, body h3, body h4 {	font-family: sans-serif,Trebuchet MS,Verdana, Arial, Helvetica;}

body h2 {
	font-size: 1.8em;
	color: #000;
	padding: 8px 0px;
	font-weight:bold;
}

body h3 {
	font-size: 1.2em;
	color: #000;
	padding: 8px 0px;
	font-weight:bold;
}

body h4 {
	font-size: 10pt;
	color: #000;
	padding: 8px 0px;
	font-weight:bold;
}

body p { padding: .4em 0;}

#center_page {
	width: 900px;
	margin: 0 auto;
}



#header {
	width: 73%;
	margin-left: 27%;
	margin-top:50px;
}

#footer {
	text-align:right;
	font-style:italic;
	margin: 5px 0 15px 0;
}

.paddingcontainer {padding: 15px;}

.main {
	width: 73%;
	margin-left: 27%;
	background-color: #B7844E;
	border: #000 solid 1px;
}
.main img {border: #000 solid 1px;}
.main a, .main a:visited {color: #cfcf90;}
.main a:hover {
	background-color: #E0DABF;
	text-decoration:none;
	color: #000;
}	
	
.centerit {
	text-align:center;
	font-style:italic;
}

.spacer {margin:15px;}
.floatright {float:right;}
.clearfloats {	clear:both;}

.event {
	border-top: solid 2px #000;
	padding: 10px 0;
}

#wwj ul { list-style-type:none;}

#medialist-left {
	width: 35%;
	float:left;
}
#medialist-right {margin-left:35%;}

#contribute ul {
	list-style-type:none;
	margin-left: 20px; 
}

#docs ul {
	list-style-type:none;
	text-align:center;
	overflow:hidden;
}

#docs li {
	float:left;
	width:50%;
}

#nav {
	position:fixed;
	top:15px;
	width: 25%;
	float:left;
	color: #000;
}

#navlinks a {
	font-size: 1.2em;	
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

#navlinks a:hover {
	background-color: #B7844E;
	color: #000;
}

#navlinks a.email {
	color: #03B;
	font-weight:normal;
	text-decoration:underline;
}

#navlinks li {
	padding-left: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}

#nav ul { 
	margin-top: 10px;
	list-style-type:none;
}

#navbuttons {margin-top:10px;}
#fbbutton {margin-right:10px;}

/* css reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

#wwwjbottomleft {
	float: left;
	width: 200px;
}
#wwwjbottomright {
	float: left;
	width: 200px;
}
#wwwjbottomclear {clear:both}

