﻿/* ======================================================== */
/*	Created by Ian Ridgwell 								*/
/*	http://www.geek-haven.com.au							*/
/*	Created Day 16 October 2007		 						*/
/* ======================================================== */

/* Purple title block Behind Content*/
body {
	margin: 0px;
	background: url(../img/bgtop.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
        font-size: .6em;
}

/* Locks entire site content within wrap to the 730px restriction */
#wrap {
	margin-left:auto;
	margin-right:auto;
	width:730px;
}

/* Purple title block */
#purp {
	background: url(../img/bgtop.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 150px;

}

/* Menu Bar */
#menu {
	position: relative;
	width: 300px;
	height: 417px;
	float:left;
	top: 0px;
	left: 0px;
	background-image:url('../img/menu.gif');
}

#cssmenu {
	position: relative;
	top: 200px;
	left: 100px;
	width: 150px;
	font-family: Verdana;
	font-size: 16px;
	  }
		
#cssmenu a:visited {
	width: 150px;
	color: black;
	background-color:#ffff00;
	border-color: #ff0000;
		
	border-top: 1px solid #DFFFA5;
	border-left: 1px solid #DFFFA5;
	border-right: 1px solid #609601;
	border-bottom: 1px solid #609601;
	text-align: center;
	padding: 2px;
	margin: 3px;
	display: block;
	text-decoration: none;
	text-align:left;
}
	
#cssmenu a:active {
	width: 150px;
	color: black;
	background-color:#ffff00;
	border-color: #ff0000;
		
	border-top: 1px solid #DFFFA5;
	border-left: 1px solid #DFFFA5;
	border-right: 1px solid #609601;
	border-bottom: 1px solid #609601;
	text-align: center;
	padding: 2px;
	margin: 3px;
	display: block;
	text-decoration: none;
	text-align:left;
}
	
#cssmenu a:link {
	width: 150px;
	color: black;
	background-color:#ffff00;
	border-color: #ff0000;
		
	border-top: 1px solid #DFFFA5;
	border-left: 1px solid #DFFFA5;
	border-right: 1px solid #609601;
	border-bottom: 1px solid #609601;
	text-align: center;
	padding: 2px;
	margin: 3px;
	display: block;
	text-decoration: none;
	text-align:left;
}
	
#cssmenu a:link {
	width: 150px;
	color: black;
	background-color:#ffff00;
	border-color: #ff0000;
		
	border-top: 1px solid #DFFFA5;
	border-left: 1px solid #DFFFA5;
	border-right: 1px solid #609601;
	border-bottom: 1px solid #609601;
	text-align: center;
	padding: 2px;
	margin: 3px;
	display: block;
	text-decoration: none;
	text-align:left;
}
	
#cssmenu a {
	width: 150px;
	color: black;
	background-color:#ffff00;
	border-color: #ff0000;
		
	border-top: 1px solid #DFFFA5;
	border-left: 1px solid #DFFFA5;
	border-right: 1px solid #609601;
	border-bottom: 1px solid #609601;
	text-align: center;
	padding: 2px;
	margin: 3px;
	display: block;
	text-decoration: none;
	text-align:left;
}
	
#cssmenu a:hover {
	width: 150px;
	color: 000000;
	background-color: f47e20;
	border-color: ff0000;
	
	border-top: 1px solid #609601;
	border-left: 1px solid #609601;
	border-right: 1px solid #DFFFA5;
	border-bottom: 1px solid #DFFFA5;
	text-align: center;
	padding: 2px;
	margin: 3px;
	display: block;
	text-decoration: none;
	text-align: left;
}

/* footer */

#footer {
	width:100%;
	border-top: thin purple solid;
	border-bottom: thin purple solid;
	text-align:center;
}

/* fonts */

p {
	margin: 10px;
	text-align:justify;
	font-family: Verdana, Arial, sans-serif;
    font-size: medium;

}

a {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	color:purple;
}

hr {
	color: #800080;
}

}

h1 {
	margin: 0;
	font-size: x-large;
	text-align: left;
	font-weight: bolder;
	color:purple;
	text-decoration: none;
	vertical-align: bottom;
	height: 29px;
}

h2 {
	text-align:right;
}

h3 {
	color: #000;
	font-size:10px;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}

h4	{
	color:black;
	font-size:medium;
	text-align:left;
	margin-bottom: 2px;
	margin-top: 2px;
	text-transform: none;
	font-variant: small-caps;
}

h5{
	color:purple;
	font-size: medium;
	text-align:left;
	margin-bottom: 2px;
	margin-top: 2px;
	text-transform: none;
	font-variant: small-caps;
}

li {
	color:black;
	font-size:small;
}



/* Gallery Styles */

#FrogJS{
width: 730px;
height: 600px;
margin: 0 auto;
}
#FrogJSCredit{
text-align: right;
font-size: 80%;
color: #999;
padding: 1px;
}
#FrogJSCaption{
text-align: left;
line-height: 140%;
}
/* End Gallery Styles */
