* { margin:0; padding: 0; }

body {
	background-color: #B2CD9A;
 	color: #000; 
 	font: 75%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	margin: 0px 0;
}
/*Hyyper Link Style*/
A:link
{ text-decoration: none; color: #AA3838; }
A:visited
{ text-decoration: none; color: #AA3838; }
A:hover
{ text-decoration: none; color: #fff; }

/* Font Styles */
.TopHead{
	font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; font-size: 48px; color: #ff9900; font-weight: bold; text-transform: uppercase;
}
.TopHead2{
	font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; font-size: 24px; color: #9BAC8C; font-weight: normal; text-transform: uppercase;
}
.TopHead3{
	font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; font-size: 18px; color: #003060; font-weight: normal;
}
.MainBody2{
	font-family: verdana; font-size: 11px; color: #666666; font-weight: normal;
}
.Footer{
	font-family: tahoma; font-size: 12px; color: #fff; font-weight: normal;
}
.MenuLink{
	font-family: Verdana; font-size: 12px; color: #666666; font-weight: normal;  font-variant:small-caps;
}
.Body_Text_1{
font-family: verdana; font-size: 14px; color: #fff; font-weight: normal;
}
.Mid_Text_2{
font-family: verdana; font-size: 11px; color: #FFCC66; font-weight: normal;
}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 10px solid darkred;
}

#simplegallery .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
