/*
 Soul Power CSS 
 (c)2003 Soul Power, All rights reserved.
 Written by: Michael Scott, www.isolunet.com
 Web: www.soulpower.org.nz
*/

/* Global Elements */
html {
	overflow:auto;
}

body {
	background-image: url(/images/soulpower_bg.gif);
	background-color: #EAF0FA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	min-width: 600px;
}

img {
	border: 0;
}

a:active, a:visited, a:link {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header Styles */
#headers {
	text-align: center;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000066;
	line-height: 125%;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000066;
	line-height: 125%;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	line-height: 125%;
	padding: 0px;
	margin: 0px;
}

/* Page Division Elements */		
#wrapper {
	text-align: center;
	width: 600px;
	margin: 10px auto 10px auto;
	border: thin solid #000000;
	height: auto;
	padding: 0px;
	background-color: #FFF;
}
/*
#bborder {
	text-align: left;
	background-color: #FFF;
	border: thin solid #000000;
	height: auto;
	width: 600px;
	margin: 0px;
	padding: 0px;
}*/

#header {
	height: 123px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#hnavstrip {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#leftcolumn {
	float: left;
	text-align: left;
	height: 100%;
	width: 130px;
	margin: 0px;
	padding: 0px;
}

#lnav {
	text-align: left;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin: 5px;
	line-height: 125%;
	width: 130px;
}

#quotes {
	text-align: center;
	font-size: 10px;
	width: 120px;
	margin: 5px;
	padding: 0px;
	height: 100%;
	font-weight: bold;
}

#rightcolumn {
	text-align:left;
	padding: 5px;
	/*height: 100%;*/
	margin-left: 130px;
	/*margin: 5px;*/
	/*width: 470px;*/

}

.rightcolumn {
	text-align:left;
	padding: 5px;
	height: 100%;
	margin: 0px;
}

#rightcolumn p {
	margin: 10px 0px 10px 0px;
	text-align:left;
	height: 100%;
	text-indent: 25px;
}

#inlinelinks {
	text-align: left;
	font-weight: bold;
	display: block;
	padding: 5px;
	margin: 0px;
	line-height: 125%;
}

#bnavstrip {
	text-align: left;
	font-size: 10px; 
	margin: 0px;
	padding: 0px;
}

#copyright {
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 600px;
        border-top: thin solid #000; 
	background-color: #EAF0FA;
}

/* Quote Colours :D */

.style1 {color: #FF0099}
.style2 {color: #33CC33}
.style3 {color: #FF6600}
.style4 {color: #FF0000}
.style5 {color: #9933FF}
.style6 {color: #FF33CC}
.style7 {color: #0000FF}
