* { 
	padding: 0;
	margin: 0;
}

body { 
font: 1em Arial, Helvetica, sans-serif;
background: #111;
}

h2 { font-size: 1em; }
a { color: #666666; }

#wrap {	margin: 20px auto;	width: 90%; background: transparant; }

#header {
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(#);
	background-repeat: no-repeat;
	background-position: center;
}

#header h1 {
	margin: 0;
	padding-left: 1px;
	padding-top: 12px;
	font-size: 16px;
	color: #333333;
	font-weight: lighter;
}
#header h1 a { font-size: 18px; color: #FF9621; text-decoration: none;}
#header h2 {
	margin: 0;
	padding-left: 1px;
	padding-top: 0px;
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
}
#header h3 {
	margin: 0;
	padding-left: 1px;
	padding-top: 0px;
	font-size: 11px;
	color: #fff;
	font-weight: lighter;
}

#topmenu a {
	float: right;
	display: block;
	height: 22px;
	line-height: 20px;
	padding: 0 10px;
	overflow: hidden;
	color: #FFF;
	background-color: #666666;
	position: relative;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #444;
	border-bottom: 0px solid;
	text-align: center;
} 

#topmenu a:hover {background-color: #999999;}
#topmenu a:visited {color: #ddd;}

#topmenu {
    height: 22px;
	line-height: 20px;
	border-bottom: 1px solid #444;
	text-align: right;
	margin-bottom: 10px;
	color: #fff;
	height: 22px;
	bottom: 20px;
	background-color: none;
}

#bottommenu a {
	float: left;
	display: block;
	height: 22px;
	line-height: 20px;
	padding: 0 10px;
	overflow: hidden;
	color: #FFF;
	background-color: #666666;
	position: relative;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #444;
	border-bottom: 0px solid;
	text-align: center;
} 

#bottommenu a:hover {
	background-color: #999999;
}
#bottommenu a:visited {color: #ddd;}

#bottommenu {
    height: 22px;
	line-height: 20px;
	border-bottom: 1px solid #444;
	text-align: left;
	margin-top: 60px;
	color: #fff;
	height: 22px;
	bottom: 10px;
	background-color: none;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
		
}

#bottom {
	font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: auto;
	width: 90%;
	margin: 0 auto;
	color: #333333;
	margin-top: 20px;
}
#bottomcontem {
	font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: auto;
	width: 90%;
	margin: 0 auto;
	color: #666666;
	margin-top: 20px;
}