/*Page comments can be found on the index.html. They appliy to all pages other than those specifically mentioned*/

html	{
	background:url(images/bgsquare2.gif);
	}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
hr	{
	width: 90%;
	}
h3	{
	font-size: .80em;
	color: black;
	margin-bottom: 0;
	}
h4	{
	font-size: .70em;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
	}
style1 {
	color: #660099;
	font-weight: bold;
	}
.style2 {color: #660099}
#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow-bg.jpg);
	background-repeat:repeat-y;
	background-color: #CC0099;
	}
	
#pages {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow-bg.jpg);
	background-repeat:repeat-y;
	background-color: black;
	}

#main {
	padding: 0 10px 20px 20px;
	background-image: url(images/shadow-bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	background-color: transparent;
	}

#header {
	background-image: url(images/greymalkin4site.gif);
	background-repeat:no-repeat;
    height:150px;
    position:relative;
    border-bottom: 1px solid #ececec;
    background-color: #FFFFFF;
	}

#header h1 {
	margin: 0;
	padding: 0;
	font-weight:normal;
	color: #660099;
	font-size: 190%;
	position:absolute;
	bottom: 52px;
	right: -3px;
	height: 67px;
	width: 538px;
	}
	
#pageheader {
	background-repeat:no-repeat;
    height:150px;
    position:relative;
    border-bottom: 1px solid #ececec;
	}
	
#content {
	float:right;
    width: 520px;
	background-color: #FFFFFF;
	margin-right:15px;
	text-align:justify;
	}
	
#content p {
	font-size: 80%;
	line-height: 1.8em;
	background-color: #FFFFFF;
	}
#inner_box	{
	float: left;
	clear: left;
	padding:0;
	width: 240px;
	background-color: #FFFFFF;
	}
	
#inner_box2	{
	float: right;
	width: 240px;
	clear: right;
	background-color: #FFFFFF;
	}

#navigation {
	float:left;
	width: 180px;
	background-color: #FFFFFF;
	}
	
#subnavigation {/*Defines placement of nav links in left column and removes bullets*/
	padding: 0;
	margin-top: 2em;
	font-size: 70%;
	float:left;
	width: 180px;
	}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
	background-color: white;
	}

#navigation li {
	font-size: 90%;
	}

#navigation a:link, #navigation a:visited {
	color: #660099;
    background-color:transparent;
    display:block;
    padding: 1em 0 0.2em 0;
    text-decoration:none;
	}
#navigation a:hover {
	color: #660099;
    background-color:#D5D5D5;
    display:block;
    border: 1px solid #CCCCCC;
    padding: 1em 0 0.2em 0;
    text-decoration:none;
	}


#footer {
	clear:both;
	font-size: 80%;
	padding-top: 1em;
    text-align:center;
    color: #999;
    background-color: transparent;
	}
#wrapper #main #content filler {
	padding-top: 2px;
	margin-top: 2px;
}
#wrapper #main #content filler {
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-top: 0px;
}

