body {
	background: #000;
	font-family: Tahoma, Geneva, sans-serif;
}

#wrapper {
margin: 0 auto;
width: 800px;
}

div.logo {background-color: #000; width: 100%; height: 100px; border-bottom: 6px solid #08909f;}
.logo h1 {color: #fff; padding-top: 25px;}
.logo img {float: left; margin-right: 20px;}
.logo a, .logo a:link {color: #fff; text-decoration:none;}

/*style classes*/
.smaller {font-size: 65%; font-weight: normal;}

/*=Navigation Drop Down
------------------------------------------------------------------------*/
#navbar{
	position: relative;
	background-image:url("../images/navbackg.jpg");
	background-color: #000;
	width: 100%;
	margin-top: -1em;
	z-index: 100;
	height: 2.5em;
	margin-bottom: 1em; 	
}

#navbar ul{/* Remove bullets from ul in the navbar */
	list-style-type:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}
	
#navbar li{/* List items in the navbar */
	position:relative; /* Required for drop-down menus */
	float:left;
	line-height: 2em;
	width: auto;}
	
#navbar a,/* Links, unvisited and visited */
#navbar a:link,
#navbar a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	border-right: .1em solid #fff;
	position: relative;
	color:#fff;
	display: block;
	float:left;
	font-size: 1em;
	line-height: 2.4em;
	padding: 0 2.25em;
	text-decoration:none;
	width: auto;}

 
#navbar a:hover, /* Hover, active, and current page links */
#navbar a:active{
	background-image:url("../images/navbackg3.jpg");
	background-color: #fff;/* Must have background to work in IE6 #CCC*/
	margin-top: -.1em;}
 
#navbar li.current,
#navbar li.current:hover{
	background: #fff;}
h1{
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup {color: #FF0000;}

h1 a {color: #fff; text-decoration: none;}

h1 .company, h1 a .company{color: #d01a71;}

h2 {color: #fff; font-size: 2.5em;}

h3 {color: #fff; font-size: 1.5em;}

h4 {font-size: 1.3em;}

.content{margin: 0 20px;}

.content a{color: #fff;}

.content p.linkage{
	margin-top: 3em;
	text-align: right;
	font-size: 1.7em;
	color: #FF0000;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

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


#lotusflower{
position: absolute;
top: 47px;
left: 275px;
width: 600px;
z-index: 0;
}

.footer {clear: both;}
.footer p {
color: #fff;
font-weight: normal;
font-size: .8em;
text-align: right;

}

.footer a, .footer a:link, .footer a:active, .footer a:visited {
color: #08909f;
}

.footer a:hover {
color: #fff;
text-decoration: none;
}