/* CSS Document */

body {
margin: 0;
padding: 0;
}

a {
text-decoration: none;

}

#wrapper {
margin: auto;
width: 880px;
height: 800px;
}

#header {
margin-top: 30px;
height: 100px;
width: 500px;
	float: left;
}

p.header {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 40px;
color: #333333;
}

#tag {
width: 500px;
height: 100px;
	clear: left;
}

p.tag {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 18px;
color: #999999;
padding-left: 10px;
}

/*--------------------------------------------------nav items*/

#navholder {
margin: auto;
}

.navimage {
margin: 10px;
float: left;
width: 200px;
height: 200px;
background-color: #999999;
border: none;
}

p.navtext {
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 12px;
color: #333333;
border-top: 2px dotted;
border-bottom: 2px dotted;
}

a.navtext {
color: #333333;
}

a.navtext:hover {
color: #990000;
}

/*--------------------------------------------------------------*/

#nav {
	height: 30px;
	float: left;
	width: 380px;
	padding-top: 49px;
	text-align: right;
color: #333333;
	text-transform: capitalize;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
}

a.nav {
color: #535353;
}

a.nav:hover {
color: #990000;
}


#grant, #victoria, #neil, #kat, #josh, #chantal  {
	width: 890px;
	height: 200px;
	border-top: 1px solid #c0c0c0;
	padding: 10px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	clear: both;
}

.news {
        width: 890px;
	min-height: 200px;
	border-top: 1px solid #c0c0c0;
	padding: 10px;
        margin-bottom: 20px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	clear: both;
}

p.membersheader, p.newsheader {
	font-size: 15px;
	width: 890px;
}

p.membersinfo, p.newsinfo {
	font-size: 12px;
	margin-top: 10px;
	color: #626262;
	width: 640px;
	float: left;
	padding-right: 60px;
        padding-bottom: 20px;
}

a.link{
	color: #aaafb6;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
}

img.member{
	width: 190px;
	height: 190px;
	float: left;
	position: relative;
	bottom: 15px;
}

#form {
	width: 800px;
	height: 500px;
	border-top: 1px solid #c0c0c0;
	padding: 10px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	
	color: #555;

}

 #emails {
	margin-left: 9px;
}


img.newsimage {
padding-top: 20px;
padding-bottom: 20px;
}







