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

/* Resets all properties for pages back to 0 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* class to stop text from wrapping round image */
.clearText {
	clear:both;
}



/* Controls core positioning of site & text styles */
#body {
  color: #FF0000;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  width:800px;
  height:500px;
  float:left;
  margin:30px 0 0 30px;
  
}

#bodyGallery {
  color: #FF0000;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  width:auto;
  height:500px;
  float:left;
  margin:30px 0 0 30px;
  
}


#logo {
	width:183px;
	height:52px;
	float:left;
}

.link {
	color:#FF0000;
}

#homeText {
	width:185px;
	height:auto;
	padding: 20px 0 10px 0;
	float:right;
	text-align:right;
	color:#999999;
	font-size:9px;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#gallery {
	width:595px;
	height:428px;
	margin:27px 0 20px 0;
	padding-bottom:20px;
	float:right;
}

#homePageImage {
	width:595px;
	height:428px;
	margin:73px 0 20px 0;
	padding-bottom:20px;
	float:right;
}

#orchidPageImage {
	width:595px;
	height:898px;
	margin:72px 0 20px 0;
	padding-bottom:20px;
	float:right;
}

#galleryPageHolder {
	width:auto;
	height:428px;
	margin:72px 0 20px 0;
	padding-bottom:20px;
	float:right;
}

#galleryPageImage {
	width:595px;
	height:428px;
	margin:0 20px 20px 20px;
	float:right;
}

.subMenu {
	color:#666666;
}

/* mainNav */
#mainNav {
	width:185px;
	float:left;
	text-align:right;
	
	
}

.menu {
	width: 130px;
	float:right;
 	border-top-color:#CCCCCC;
 	border-top-width:1px;
	border-top-style:solid;
}

.menu ul {
 display: block;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:9px;
 padding: 6px 0 5px 0;
 margin: 0px;
 list-style: none;
 color:#999;
	font-size:9px;
	letter-spacing:1px;
}

.menu ul li {
 display: block;
 margin: 0px;
 list-style: none;
}

.menu a {
 display: block;
 color:#999;
 text-decoration: none;
 padding:3px 0 3px 5px;

}

.menu a:hover {
 color:#FF0000;
}

.current {
	color:#FF0000;
}

.sub {
	font-size:11px;
}

.link {
	font-weight:bold;
}

<!--
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
-->