/* Basic typography. */

body { 
	background-image: url(images/fluff.jpg);
	text-align: center; min-height: 500px;
        width: 800px; margin: auto; padding: 0;
	font-family : Verdana; 
	}

a {text-decoration: none; color: #6666CC;}

a:hover {color: #574F63;}


/* Additional accessibility codes. "hr" hides the borders can be seen in the "text-only" version, 
while the "skiplink" option allows people quick access to certain parts of the page. 
"Off" hides elements from view in the default stylesheet. */

hr {visibility:hidden; display:none;}
	
.skiplink {visibility: hidden; display:none;}	

.off {visibility: hidden; display: none;}

/* Optional - styles for the images code. */

.pivot-image {padding: 5px; border: 1px solid #ccc;}


/* Page starts here. The #container ensures that the content remains within the 
specified perimeters. */


#container {width: 100%; padding: 0px; text-align: left; min-height: 100%; display: table;}

/* The header and the top navigation. */

#header {width: 800px; height: 170px; text-align: left; float: left;}

.nav {
	float: right; width: 179px; height: 170px; margin-top: 10px;
	}
	
.nav ul {
	margin: 0; padding: 0 20px 0 20px; 
	list-style-type: none;
	}
	
.nav ul li {
	padding: 10px 0 10px 0; display: block; border-bottom: 1px dotted #6666FF; 
	font-size: 8pt; color: #6666FF; line-height: 1.6em; 
	}

	/* The li:hover effect only works with Firefox and similar browsers, but looks nice, nevertheless. 
	IE users will simply not see any changes. */

/*.nav ul li:hover {
	background-color: #DFF9FA;
	}*/

.title {
	float: left; margin-top: 10px;
	width: 600px; height: 170px; border-right: 1px solid #6666FF; padding-right: 10px;
	}
	
.logo{	float: left; background: url(images/logo.gif) left no-repeat; height: 100px; width: 100px; margin-top: 20px;}

h1 {
	float: left; 
	padding: 50px 0 0 0;
	color: #000000; font-weight: normal; font-size: 18pt; text-transform: uppercase; 
	}

/* This is the image. */

#middle {
	float: left; width: 100%; height: 275px; 
	background: url(images/pnatsufry2.jpg) top left no-repeat; border: 5px solid #ffffff;
	text-align: center; 
	}

.subtitle {
        background: url(images/subtitle.gif) top left no-repeat; float: left;
        }

/* The right content, where the main content is held. "#right" controls the general area, ".content" controls
each individual entry, "entryfooter" controls the bottom of each entry.*/

#main {
        background-color: white; width: 605px;
	float: left;  height: 100%; border-right: 1px solid #6666FF;
	text-align: justify; margin-top: 0px; margin-bottom: 0px; border-left: 5px solid #ffffff;
	}

h2 {
	font-size: 13pt; color: #6666FF; font-weight: normal;
	}
	
h2.main {
	font-size: 16pt; color: #6666CC; font-weight: normal; line-height: 1.6em; 
	border-bottom: 1px solid #6666FF; 
	}
	
h3 {
	font-size: 7pt; color: #574F63; font-weight: normal; 
	}

.content {
	padding-bottom: 20px; padding-left: 10px; padding-right: 10px; width: 560px;
	font-size: 10pt; line-height: 1.6em; color: #773E82; 
	}
/*4D4DC4 503A62 6C4A87 7C82CE*/

.entryfooter {
	width: 560px; padding-bottom: 10px;
	text-align: right;
	}
	
/*entry page stuff*/

.entry {
	padding-bottom: 20px; padding-left: 10px; padding-right: 10px; width: 560px;
	font-size: 10pt; line-height: 1.6em; color: #773E82;
        }

.entrynavigation {
	margin: 20px 0px 0px;
        }

.date {
	color: #574F63; display: block;
	font-size: 7pt;
        }

.comments {
	color: #574F63;
	font-size: 7pt; font-weight: normal;
        }

.commentform, .commentform a:link {
	font-size: 8pt;
	color: #574F63;
        }

.commentinput {
	width: 170px;
	margin: 0px 0px 3px 0px;
        }

.message p {
	margin-bottom: 10px; color: #773E82;
	display: block; font-size: 8pt; line-height: 1.4em;
        }


/* Column content. "#left" controls the general area, while ".block" controls each individual entry. */

#links{
	float: right; width: 180px;
	text-align: left;
	}

		/* Below is an example of how you can incorporate images into text. */

h3.links{
	/*background: url(circle.jpg) left no-repeat; height: 25px; padding: 7px 0px 0px 0px;*/
	height: 25px; font-size: 10pt; color: #6666FF; font-weight: bold; text-align: center; border-bottom: 1px solid #6666FF;
	}

.block {
	width: 180px; padding-bottom: 20px;
	}

.block ul {
	margin: 0; padding: 0 20px 0 20px; 
	list-style-type: none;
	}
	
.block ul li {
	padding: 10px 0 10px 0; display: block; border-bottom: 1px dotted #6666FF; 
	font-size: 8pt; color: #6666FF; line-height: 1.6em; 
	}
	
/*.block ul li:hover { background-color: #DFF9FA; }*/

#footer{
        float: left; background: url(images/footer.jpg) top left no-repeat; width: 100%; height: 23px;
	border: 5px solid #ffffff; margin-bottom: 10px; 
        }

#copyright { font-size: 8pt; }

/* End of the stylesheet. I hope you enjoyed it. */