﻿/*structure*/
body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	background:black url('images/tile.png') fixed repeat-x;
}	
#wrapper {
	width:790px;
	margin: 0px auto;
}
#header	{
	background-image:url('images/head.jpg');
	background-repeat:no-repeat;
	width:790px;
	height:191px;
}
#bar	{
	background-color:black;
	height:21px;
	width:760px;
	color:white;
	padding-top:6px;
	padding-right:30px;
	text-align:right;
}	
#main {
	width:790px;
	background:url('images/body.jpg') repeat-y;
}
#content {
	float:right;
	margin-top:3px;
	margin-right:75px;
	width:527px;
	color:#000000;
}		
#footer {
	background-image:url('images/foot.jpg');
	background-repeat:no-repeat;
	width:790px;
	height:38px;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	padding-top:53px;
	clear:both;
}
/*navigation*/
#navHold {
	height:35px;
	float:left;
	width:155px;
	margin-left:-4px;
	list-style-type: none;
}
.top	{
	background-image:url('images/sunflower2.png');
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:-8px;
	margin-left:4px;
	padding-left:25px;
	padding-top:8px;
	height:36px;
}
.merch	{
	background-image:url('images/sunflower2.png');
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:12px;
	margin-left:4px;
	padding-left:25px;
	padding-top:0px;
	height:36px;
}
.sub	{
	margin-bottom:5px;
	margin-left:4px;
	padding-left:25px;	
}
.noLinkTop	{
	font-weight:bold;
	color:lime;
	background-image:url('images/sunflower2.png');
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:-8px;
	margin-left:4px;
	padding-left:25px;
	padding-top:8px;
	height:36px;
	font-size:20px;
	text-decoration: none;	
}
/*navigation links*/
a.myLink:link{
	font-weight: bold;
	font-size:20px;
	color:lime;
	text-decoration: none;
}
a.myLink:visited{
	font-weight: bold;
	font-size:20px;
	color:lime;
	text-decoration: none;	
}
a.myLink:focus{
	font-weight: bold;
	font-size:20px;
	color:green;
	text-decoration: none;
}
a.myLink:hover{
	font-weight: bold;
	font-size:20px;
	color:green;
	text-decoration: none;
}
/*navigation sub links*/
a.subLink:link{
	font-size:15px;
	color:yellow;
	text-decoration: none;
}
a.subLink:visited{
	font-size:15px;
	color:yellow;
	text-decoration: none;	
}
a.subLink:focus{
	font-weight: bold;
	font-size:15px;
	color:olive;
	text-decoration: none;
}
a.subLink:hover{
	font-size:15px;
	color:olive;
	text-decoration: none;
}

/*links page links*/
a:link{
	font-weight: bold;
	font-size:14px;
	color:#423d08;
}
a:visited{
	font-weight: bold;
	font-size:14px;
	color:#a56409;
}
a:focus{
	font-weight: bold;
	font-size:14px;
	color:#799e96;
}
a:hover{
	font-weight: bold;
	font-size:14px;
	color:#799e96;
}
/*structure related images*/
#logo	{
	width:498px;
	height:129px;
	padding-top:43px; 
	padding-right:20px; 
	float:right;
}
img{/*removes borders from all linked images*/
	border:0px;
}
.floatRight	{
	float:right;
	margin-right:-15px;
	margin-left:15px;
}
.floatLeft	{
	float:left;
	margin-left:-15px;
	margin-right:10px;
}

/*text*/		
h1 {
	text-align:center;
	color:maroon;
	font-size:20px;
	line-height:26px;
}
h2 {
	text-align:center;
	color:black;
	font-size:18px;
	line-height:26px;
}

/*footer text*/
.pSmall	{
	width:527px;
	font-size:7pt;
	font-weight:bold;
	text-align:center;
	color:#aa7f57;
	margin-right:75px;
	line-height:12px;
	float:right;
}
.egg	{
	width:100px;
	height:100px;
	padding-top:10px;
	margin-left:124px;
}
/*divider*/
div.divider{
	background-image: url('images/div.png');
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	height: 57px;
	width: 350px;
}
.center	{
	text-align:center;
}
.indent	{
	padding-left:25px;
	margin-top:-10px;
}