/* Main Elements */
body {
        font:  12px Verdana, sans-serif;
	color: #FCC202;
        margin: 0px;
        background-image: url(../images/site/purplewave.gif);
        background-repeat: repeat;
        background-color: #660066;
        }

a:link {
        font-weight: bold;
        color: #FFFFFF;
        }

a:visited {
        font-weight: bold;
        color: #FFFFFF;
        }

a:hover, a:active {
        text-decoration: underline;
        color: #9685BA;
        }

hr {
        color: #660066;
        }

table {
	font:  12px Verdana, sans-serif;
	color: #FCC202;
	}


/* site menu elements */
#sitenav ul {
        position: relative;
	text-align: right;
	clear: left;
        }

#sitenav ul li {
        list-style: none;
        margin: 0;
        display: inline;
	font-size: 12;
        }

/* section for the top of the page */
#pagehead {
        margin: 10px 10px 0px 10px;
        }
#pageheadleft {
        float: left;
	width: auto;
        }
#pageheadright {
        float: left;
	width: auto;
        }

/* section for the quote */
#quote {
	margin: 10px 10px 10px 10px;
	padding-top: 5px;
	text-align: center;
	position: relative;
	top: 50%;
	}
#quote_attrib {
	font-size: 85%;
	}

/* section for the main body of the page */
#pagemain {
        margin: 10px 10px 10px 10px;
        }
#columnleft {
        float: left;
        width: 79%;
        }
#columnright {
        float: right;
        width: 20%;
        }

/* section for the bottom of the page */
#pagebottom {
        clear: both;
        font-size: 9;
        margin: 10px 10px 10px 10px;
	padding-top: 10px;
        text-align: center;
        }


/* section for the article listing */
#articlelist {
        }
#article_picture {
	float: right;
        position: relative;
        }
#articlelist p1 {
        font-size: 18;
        font-weight: bold
        }
#articlelist p2 {
        font-size: 14;
        }
#articlelist p3 {
        font-size: 12;
        }
#articlelist p4 {
	font-size: 10;
	}
#article_text {
	clear: right;
	}
#article_seperator {
	margin: 4px 4px 4px 4px;
	height: 3px;
	color: #660066;
	background: #660066;
	}

/* section for the submenus */
#admin {
        margin: 0px 10px 10px 2px;
        }
#block_title {
	background-color: #660066;
	}

/* Section for Flashes */
#flash {
        width: 75%;
	font-size: 16
        }

/* Section for the Gallery */
#gallery{
	}
#gallery_main{
	float: right;
	}
#gallery_picture{
	display: table;
	width: 405px;
	vertical-align: middle;
	text-align: center;
	}
#gallery_text{
	text-align: center;
	width: 400px;
	}
#gallery_index{
	display: table;
	width: 45px;
	text-align: center;
	vertical-align: middle;
	}
#gallery_single{
	display: table;
	padding-left: 30%;
	}

/* Section for Next,Previous links */
#npblock {
	}
#prev{
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 4px;
	}
#next{
	display: block;
	float: right;
	text-align: right;
	margin-bottom: 4px;
	}

