

* {
	margin: 0; padding: 0; border: none;
}
body {
	background-color: #5EA599;
	font-size: 100.01%; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image:url(background.png);
	background-repeat:repeat;
}
#wrapper{
	max-width: 56em; 
	min-width: 900px; 
	margin:0 auto;
	position:relative;
	background-color:#FFFFFF;
	margin-top:1em;
	clear:both;
}
#heading{
	background-color:#FFFFFF;
	clear:both;
	padding:1em;
	/*border-bottom:1em solid #5EA599;*/			/* 5EA599 #00002F */
}
#head2{	
	height:2em;
	background-image:url(background.png);
	background-repeat:repeat;
}
#intro, #new{
	width:75%;
}
#new{
	margin-top:1.5em;
}
#nav{
	width:20%;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	padding:1em;
}

#nav img{
	position:relative;
	bottom:-.5em;
}

#content{
	position:relative;
	width:74%;
	float:left;
	background-color:#FFFFFF;
	margin-top:2em;
	margin-right:1em;
	padding-bottom:1em;
}
#footer{
	width:100%;
	border:0px solid #000000;
	background-color: #5EA599;
	clear:both;
	text-align:center;
	font-size:.75em;
	padding-top:1.5em;
	padding-bottom:1em;
	background-image:url(background.png);
	background-repeat:repeat;
}
p{
	margin-top:.5em;
	margin-bottom:.5em;
}
.StandOut {						/*   Headings   */
	font-size: large;
	color: #FF3366;
	font-weight: bold;
}
.subHeading {					/*   Sub-Headings   */
	color: #FF3366;
}



.Welcome {
	font-size: 1.5em;
	font-weight: bold;
}
.SeeMe {
	font-size: medium;
	font-weight: bolder;
}
h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #C92228;
}
h4 {
	font-size: large;
	color: #B4C6CB;
	font-weight: normal;
}
.smallText {
	font-size:1em;
}
.bold {
	font-weight: bolder;
	font-size: x-large;
}
.important {
	font-weight: bold;
}
.underlineSeeMe {
	font-weight: bold;
	text-decoration: underline;
	color: #F80C12;
}
.smallTag {
	font-size: small;
}

/* ________ Gallery Page _______ */

#one, #two, #three{
	float:left; 
	margin:1em;
}
.exception{
	font-size:.75em;
	font-weight:normal;
}

/* __________ Links __________ */

a:link {
	color: #333333;
	text-decoration: none;
	font-size: large;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-size: large;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: large;
}
a:active {
	color: #333333;
	text-decoration: underline;
	font-size: large;
}
a.body:link {
	font-size: 1.5em;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
}