html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
    font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
    color: #FFFFFF;
}
.clear {
	clear: both;
}

body {
    color: #FFFFFF;
	background: #111 url(images/bg/gradient1.gif) top left repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
}

#header {
	width: 888px;
	display:block;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#wrapper {
    background: url(images/bg-image.jpg);
	text-align: left;
	margin: 15px auto;
	width: 888px;
	position: relative;
	display:block;
}

#margin {
margin-top: 15px;
margin-bottom: 15px;
float:center;
}

#footer {
	margin-left:5px;
	margin-top:0px;
	display:block;
	width: 878px;
	height:67px;
    background: url(images/footer-bg.jpg) repeat-x;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform:none;
	color: #f1e6c0;
	text-decoration: none;
	text-align:center;
	padding-top:20px;
}

.spacer {
	height: 18px;
}

.menu1 {
padding: 0 0 0 32px;
margin-left:5px;
list-style:none; 
height:35px;
width: 846px;
background:#fff url(menu/button1.gif);
position:relative;  
border-width:0 1px; 
border-bottom:1px solid #000;

}

.menu1 li {
float:left;
}

.menu1 li a {
display: block; 
float: left;
height: 35px; 
line-height: 35px; 
color: #FFF; 
text-decoration: none; 
font-size: 12px; 
font-family: Arial, Verdana, Sans-serif; 
font-weight: bold; 
text-align: center; 
padding: 0 0 0 8px; 
cursor: pointer;
}

.menu1 li a b {
float:left; 
display:block; 
padding:0 16px 0 8px;
}

.menu1 li.current a {
color:#fff; 
background:url(menu/button3.gif);
}

.menu1 li.current a b {
background:url(menu/button3.gif) no-repeat right top;
}

.menu1 li a:hover {
color:#fff; 
background:#000 url(menu/button2.gif);
}

.menu1 li a:hover b {
background:url(menu/button2.gif) no-repeat right top;
}

.menu1 li.current a:hover {
color:#fff; 
background:#000 url(menu/button3.gif); 
cursor:default;
}

.menu1 li.current a:hover b {
background:url(menu/button3.gif) no-repeat right top;
}

h1
{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

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

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

h2
{
	color: #ddd;
	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: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.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: 0 auto;
}