@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #582781;
	padding: 0;
	margin: 0;
	 /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	 /* text-align: center;this centers the container in IE 5* browsers. Allows for correct horizontal positioniong. The text is then set to the left aligned default in the #container selector */
	color: #000000; 
}

#container {
	position: absolute;
	background: #3F046F;
	padding-right: 1px;
	padding-left:1px;
	width: 750px;
	left: 120px;
	padding-bottom: 15px;
	padding-top: 8px;
	top: 40px;
	border: 2px solid #A468D5;
}

#header {
	background-color: #A468D5; /* this will be the div colour if nothing cahges it later in this selector */
	  /* background: url(../images/noname.jpg); I have left this code here because later on i want to use an image in the header */
	
	
	padding: 2px 35px; /* 2 pixels top and bottom  - 35 right and left*/
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	color: #008309; /* colour of the text */
	letter-spacing:0.1em;
	background: url(../images/header_backdrop4.jpg) no-repeat;
	text-align: left;	
} 

#flash_eye {

}

#toplinks { 
	
	background-color: #3F046F; /* this will be the div colour if nothing cahges it later in this selector */
	  /* background: url(../images/noname.jpg); I have left this code here because later on i want to use an image in the header */
	padding:0px 5px; /*5 pixels left and right and 0 pixels top and bottom */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	
} 

#container_content {
	position: relative;
	background: #ffffff;

	left: 10px;
	right: 10px;
	width: 710px;
	padding-right: 10px;
	padding-left:10px;
	padding-bottom: 15px;
	padding-top: 8px;
}

#content {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 510px; /* since this element is floated, a width must be given */
	background: #ffffff; 
	
	padding-right: 10px;
	padding-left:10px;
	padding-bottom: 15px;
	padding-top: 15px;
	top: 14px;
}

#pic_gal {
}

#leftlinks {
	float: left;
	width: 160px;
	padding:5px;
	background: #cccc66;
	border: 1px solid #A468D5;

}

#leftlinks_two {
	float: left;
	left: 0px;
	width: 127px;
	
	background: #ffffff;
	
}
#footer {
	position: relative;
	background: #3F046F;
	left: 10px;
	right: 10px;
	width: 710px;
	padding-right: 10px;
	padding-left:10px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: center;	
} 

#footer_two {
	position: relative;
	background: #A468D5;
	background: url(../images/purple_backdrop.jpg) no-repeat;
	left: 10px;
	right: 10px;
	width: 710px;
	padding-right: 10px;
	padding-left:10px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: center;	
} 
.clearfloat { 
	clear:both;
 }

a {
	color: #FF6600;
	font-weight:bold;
	text-decoration: none; 
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #9685BA;
	}
	
	
/* class styles */
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
.navtext_top {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}

