body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999CA1;
	background-color:#001C04;
}

body {
	background-image:url(images/header_parts/bg-body.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#0F3B18;
	
}

#wraper{
	margin: auto;
	width: 798px;
}

#header{
	background-image:url(images/header_parts/header.jpg);
	background-repeat: no-repeat;
	background-color:#273D20;
	height: 132px;
	width: 778px;
	margin: auto;
}
#menu{
	background-image:url(images/header_parts/bg-menu.jpg);
	background-repeat: no-repeat;
	background-color:#273D20;
	height: 48px;
	width: 778px;
	margin: auto;
}

#main{
	background-image:url(images/header_parts/bg-main.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#001B03;
	width: 778px;
	margin: auto;
}

#footer{
	background-image:url(images/header_parts/bg-footer.jpg);
	background-repeat: no-repeat;
	background-color:#001B03;
	width: 778px;
	height:132px;
	margin: auto;
}

.gallerytable{
 width:765px;
 border=: 0;
 cellspacing:0;
 cellpadding:0;
 margin:auto;
 background-color: transparent;
}

.gallerytable td{
 background-color: transparent;
}

.imageFloatLeft{
float:left;
}

.imageFloatRight{
float:right;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
	padding-right:3px;
}

.text1 {
    color: #6D7075;
}

.text2 {
    color: #D3D4D9;
	background-color: transparent;
}

a {
    color: #40A590;
}

a:hover {
	text-decoration: none;
}

a.link1 {
    font-size: 10px;
    color: #818894;
    text-decoration: none;
}

a.link1:hover {
    text-decoration: underline;
}

.bg1 {
    background-image: url(images/indexpage/index30.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    color: #FFFFFF;
	background-color: transparent;
}

td.style1 {
height:35px;
padding-top: 10px;
}

.style1 a {
    color: #FFFFFF;
	background-color: transparent;
}

.style1 a:hover {
}