/* CSS Document - Written By Joseph Dudley for www.prguild.org*/
body {
	margin:0;
}
#header{
	width:100%;
}
#pagetitle{
	padding-bottom:5px;
	text-align:center;
}
#content{
	text-align:justify;
}
h1, h2, h3, th, .standardtext, .navlink, .button, .credits { /* Sets standard font and text colour */
	font-family:Cambria, "Palatino Linotype", "Book Antiqua", "Times New Roman", "Californian FB";
	color:#000000;
}
h1 { /* Site name header */
	font-size:36px;
	padding-top:60px;
	margin:0;
	font-weight:normal;
}
h2 { /* Page name header */
	font-size:20px;
	font-weight:normal;
}
h3 { /* Sub-header*/ 
	display:inline;
}
h3, th { /* Sub-header and table header*/
	font-size:16px;
}

a{ /*Clears default decoration on links*/
	text-decoration:underline;
	font-weight:normal;
	color:#0000FF;
}
p:first-letter{ /* Enlarges first letter of paragraph */
	font-size:20px;
}
.standardtext { /* Normal text */
	font-size:14px;
}

/*NavBar*/
#nav{
	width:20%;
	height:435px;
	margin-right:10px;
	float:left;
}
.navbar {
	list-style-image:none;
	list-style-type:none;
}
.navlink a { /*Link on the NavBar*/
	font-size:18px;
	line-height:32px;
}

/*Credits*/
#credits{
	width:100%;
	float:right;
	text-align:right;
}
.credits {
	font-size:12px;
}

/*Images*/
img{ /*Gets rid of image-link borders*/
	border-style:none;
	display:none;
}
.img_left { /*Aligns images left*/
	float:left;
}
.img_right { /*Aligns images right*/
	float:right;
}
