body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #333333;
	text-align:center;
	min-width: 955px;
	background-image: url(../images_common/AM-gallery-bg.jpg);
	}
	
h2{
	color: #669933;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
	text-align: left;
}

p{
	color: #CCCCCC;
	font-size: 10px;
	font-weight: normal;
	margin-left: 10px;
	text-align: left;
}


#wrapper {
	width:900px;
	margin: 0 auto;
	text-align: left;
}

#title {
	width: 900px;
	height: 295px;
	background-image: url(../images_common/AM-Flower-Header.jpg);
}

/* nav menu for title */
#titleNav {
	width: 400px;
	float: right;
}

#titleNav ul {
	list-style: none;
}

#titleNav ul li {
	float: left;
	color: #66FF00;
	margin-right: 30px;
	margin-top: 60px;
	font-weight: bold;
	font-size: 18px;
}

#titleNav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#maincontent {
	margin-right: 5px;
	margin-top: 20px;
}

/*nav menu for location pages */

#menu{
	float:left;
	width: 150px;
	margin-top: 10px;
}
	
#menu ul {	
	list-style: none;
}

#menu ul li {
	color: #669933;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
	
#menu ul li a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #999999;
	border-right: 1px solid #999999;
	background-color: #666666;
}

/* main gallery set */

#gallery {
	float: right;
	width: 400px;
	margin-right: 100px;
}

#gallery p {
	text-align: center;
}

#thumbs {
    float: left;
    margin-left: 100px;
	margin-bottom: 10px;
}

#thumbs td {
    text-align: center;
}

#thumbs img {
    border: none;
}

#thumbs a:link, #thumbs a:visited, #thumbs a:hover, #thumbs a:active {
	border: none;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-variant: small-caps;
	font-weight: bold;
}

#main_image {
	float: right;
	width: 400px;
	margin-right: 20px;
	height: 400px;
}

#main_image p {
    color:#FFFFFF;
   	text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#footer {
	clear: both;
}

#footer p {
	color: #999999;
	font-size: 12px;
	text-align: center;
	margin-top: 12px;
}