body {
	font: 13px Helvetica, sans-serif;
	line-height: 1.3em;
	background: #000;
	background-image:url(../images/bgfade.gif) ;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	text-decoration:none;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.tabs {
        overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

.tabs {
        margin: 0 4px;
        padding: 0 0 0 0;
        list-style: none;
        font-size: 11px;
        float: left;
		text-decoration:none;
}

.tabs li {
        display: inline;
        float: left;
		text-decoration:none;

}

.tabs a {
        float: left;
        background:url(../images/menuleft.gif) no-repeat left top;
        margin:0;
        padding:0 0 0 4px;
        text-decoration:none;
        line-height: 1.5em;
}

.tabs a span {
	background: transparent url(../images/menuright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#000000;
	display: block;
	float: left;
	text-decoration:none;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 .tabs a:hover { background-position:0% -42px; }
 .tabs a:hover span {        background-position:100% -42px; }
 
.container {
	width: 760px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.tabs {
	background: #FFFFFF;
	padding: 0 20px 0 4px;
}
.tabs h1 {
	margin: 0; /* zeroing the margin of the last element in the #tabs div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.content {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float:left;
	width: 720px;
	border-bottom:1px dotted #221;

}

.footer {
    margin-right:20px;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}

.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.content-left {
	float:left;
	width: 345px;
	padding: 7px;
}
.content-right {
	float:right;
	width:345px;
	padding: 7px;
}
.teampic {
	border-width: 1px;
	border-color:#666; 
}
.photoindexpic {
	margin-bottom: 5px;
	margin-top: 10px;
	border: 1px solid white;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.toggleborder:hover img{
	border: 1px solid #000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;	
}
.toggleborder:hover{
	color: red; /* Dummy definition to overcome IE bug */
}


/* uncomment if using javascript for inset img

.inset {
background-color:#666666;
color:#FFFFFF;
border:#000000;
font-size:12px;
}

*/

#blog {
background:#fff;
color:#000;
padding:5px;
}

#news {
background: #009933;
color:#FFFF00;
padding:5px;
}

#title {
color:#FFFF00;
background:#990066;
padding:5px;
}

#mainimg {
background:#666666;
color:#FFFFFF;
padding:15px;
font-size:12px;
width: 315px;
}

#mailinglist {
padding:5px;
}

h1 {
	font: Tahoma, Geneva, sans-serif;
	font-weight: normal; 
	font-size: 20px;
	display:block;
	text-transform:uppercase;
	margin: 0;
	background: url(../images/pp-header.png) no-repeat;
	color: #222222;
	line-height: 1.3em;
	padding: 0px 0px 6px 30px;
	border-bottom:1px dotted #221;
}

h2 {
	font: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #222222;
	font-weight: normal; 
	margin: 0;
	padding: 10px 0px 0px 00px;
}

h3 {
	font: Tahoma, Geneva, sans-serif;
	color: #222222;
	font-size: 18px;
	font-weight: normal; 
	line-height: 1.4em;
}

h4 {
	font: Tahoma, Geneva, sans-serif;
	color: #222222;
	font-size: 16px;
	font-weight: normal; 
	line-height: 1.4em;
	font-weight: bold;}

h5 {
	font: Tahoma, Geneva, sans-serif;
	color: #222222;
	font-size: 14px;
	font-weight: normal; 
	line-height: 1.4em;
	font-weight: bold;
}






