body {
	color: #000;
	background-color: #39c;
	margin: 30px;
	font-family:  Helvetica, Arial, Verdana,sans-serif;
	background-image: url(../images/index_bg.gif);
	background-repeat: repeat;
}

#splash {
	color: #000;
	background-color: #fff;
	height: 402px;
	min-width: 520px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 12px;
	padding-right: 240px;
	background-image: url(../images/poet_image.gif);
	background-position: 98%;
	background-repeat: no-repeat;
	border: 6px double #900;
}


#logo {
	position: relative;
	float: right;
	height: 79px;
	width: 100px;
	background-image: url(../images/psst_index_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	margin-top: 26px;
}

#site_name {
	height: 62px;
	background-image: url(../images/index_title.gif);
	background-repeat: no-repeat;
	background-position: 30px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	padding-bottom: 5px;
	border-style: solid;
	border-color: #9ff;
	border-width: 0 0 2px 0;
}

#site_name h1 {
	display: none;
}

h4#tag_line {
	color: #fff;
	background-color: #39c;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 5px solid #900;
	font-style: italic;
}

#menu_col {
	width: 250px;
	float: left;
	margin-top: 40px;
	margin-left: 60px;
}

#menu_col ul {
	list-style: none;
	margin: 0;
	padding: 3px;
}

#menu_col ul li {
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	padding-bottom: 2px;
	text-align: centre;
	font-weight: bold;
}

#menu_col ul li a {
	display: block;
	padding: 8px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	border-style: solid;
	border-width: 0 4px 2px 0;
	text-decoration: none;
	width: 100%;
}

html>body #menu_col ul li a { width: auto; }

#menu_col ul li a:link, #menu_col ul li a:visited {
	background-image: url(../images/quill_norm.gif);
	color: #069;
	background-color: #fff;
	border-right-color: #069;
	border-bottom-color: #39c;
}

#menu_col ul li a:hover, #menu_col ul li a:active {
	background-image: url(../images/quill_hover.gif);
	color: #fff;
	background-color: #39c;
	border-right-color: #f00;
	border-bottom-color: #600;
}

#bottom_box {
	width: 80%;
	background-image: url(../images/btm_box_bg.png);
	background-repeat: repeat;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	padding-bottom: 15px;
	text-align: center;
}

#bottom_nav {
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	border-width: 2px 0 4px 0;
	border-style: solid;
	border-color: #900;
	color: #fff;
}

#bottom_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bottom_nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 2em;
}

#bottom_nav ul li a:link, #bottom_nav ul li a:visited {
	color: #069;
	background-color: inherit;
	text-decoration: none;
}

#bottom_nav ul li a:hover, #bottom_nav ul li a:active {
	color: #900;
	background-color: inherit;
	text-decoration: underline;
}

h4#rel_sites {
	margin: 1.5em 7em 0.5em 7em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #000;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: center;
}

div#rel_links {
	font-size: 0.9em;
	text-align: center;
}

p.link_row {
	margin-top: 0.5em;
	margin-bottom: 0;
}

p.link_row a {
	padding: 2px;
}

p.link_row a:link, p.link_row a:visited {
	color: #069;
	background-color: inherit;
	text-decoration: none;
}

p.link_row a:hover {
	color: #900;
	background-color: inherit;
	text-decoration: underline;
}
