@charset "utf-8";
body {
	font: 100% Trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x #185a8c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
.oneColFixCtr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left;

}
.oneColFixCtr #mainContent {
	padding: 0 140px 30px 140px;
	background:url(images/bg-maincontent.jpg) repeat-x #185280;
	}
	
	.oneColFixCtr #mainContentabout {
	padding: 0 110px 30px 110px;
	background:url(images/bg-maincontent.jpg) repeat-x #185280;
	}
	

#content {
color:#FFFFFF;
text-align:justify;
font-size:14px;
}		

#content-about {
color:#FFFFFF;
text-align:justify;
font-size:14px;

}

#line {

font-size:16px;
color:#347bb2;
}


.style2 {font-size: 24px}
.style5 {font-size: 12px; color:#adcbf2;}

#footer {

background:url(images/footer-bg.jpg) repeat-x;
}

li {
list-style-image:url(images/list-plus.png) ;
}

#about-title {
border-bottom:dashed 1px #0e3f64;
color:#ddf0ff;
font-size:16px;
padding:3px;
background:#194a71;
margin-bottom:3px;
}

input,textarea {
border: solid 1px #cadee7;
background:#f3fbff;
font-family:Verdana,Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
}

input:focus, textarea:focus{
border: solid 1px #1594ff;
background:#ffffff;
}

.formbutton {
background:#e0e0e0;
}


/* equiptment */

.equip table,.equip td
{
    border-color: #083c62;
    border-style: solid;
}

.equip
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.equip td
{
    margin: 0;
    padding: 4px;
    border-width: 1px ;
 
}

.thumb {
padding:3px;
border:solid 1px #333333;
background:#555;
}