﻿/* CSS Document */
* {
margin:0;
padding:0;
}

body,html {
color:#000;
width:100%;
}
html {
height:100%;
background:#e5d5c0 url('../images/repeat_bg.jpg') repeat-y fixed center top;
}
body {
background:url('../images/top_bg.jpg') no-repeat top center;
}
#container {
width:100%;
height:100%;
padding-top:64px;
}
.with_home_bg {
background:transparent url('../images/home_bg.jpg') no-repeat scroll top center;
}
.with_contact_ft_bg {
background:url('../images/contact_ft_bg.jpg') no-repeat scroll center bottom ;
}

.with_story_ft_bg {
background: url(../images/story_ft_bg.jpg) no-repeat scroll center bottom;
height:auto;
}
.with_news_ft_bg {
background:url(../images/news_ft_bg.jpg) no-repeat scroll center bottom;
}
.with_anti_ft_bg {
background:url(../images/anti_ft_bg.jpg) no-repeat scroll center bottom;
}
.with_ship_ft_bg {
background:url(../images/ship_ft_bg.jpg) no-repeat scroll center bottom;
}
#layout {
margin:0 auto;
width:755px;
height:auto;
border-left:1px #cac4ba solid;

}

#header {
width:100%;
height:90px;
}

#header img {
float:left;
margin:0 0 0 33px;
border:0;
}

#header ul {
float:left;
margin:30px 0 0 48px;
}
#header ul li {
font:14px Georgia, "Times New Roman", Times, serif;
font-style:italic;
float:left;
list-style:none;
padding:0 0 0 20px;
}
#header ul li a {
text-decoration:none;
color:#000;
}
#header ul li a:hover {
	text-decoration:underline;
}
.current {
color:#e5d5c0;
}

#content {
width:100%;
height:auto;
font:10px/14px Verdana, Arial, Helvetica, sans-serif;
margin-bottom:10px;
}

#left_column {
float:left;
width:439px;
overflow:hidden;
}
.text {
margin:63px 0 0 34px;
width:90%;
text-align:justify;
line-height:16px;
}
.text img {float:left; margin:0 3px 0 0; border:0;}
.text a {
font-weight:bold;
text-decoration:underline;
color:#000;
}

#footer {
margin:50px 0 20px 0;
padding:10px 0 0 20px;
color:#a1a1a1;
font:10px/14px Verdana, Arial, Helvetica, sans-serif;
border-top:1px #cac4ba solid; 
clear:both;
}

#footer a {
font-size:10px;
text-decoration:none;
color:#a1a1a1;
}
#footer a:hover {text-decoration:underline;}

.withfull {width:100%;}
.withhalf {width:70%;}
.withlong {height:50px;}

#right_column {
width:316px;
float:left;
}

/*contact page*/
.left {
width:415px;
height:auto;
}

/*news page*/
.news-p {
margin:10px 0 0 34px;
width:70%;
/*width:90%;*/
text-align:justify;
line-height:16px;
}
.news-p img {float:left; margin:0 10px 10px 0; border:2px silver solid;}
.news-p a {
font-weight:bold;
text-decoration:underline;
color:#000;
}

#content h2 {
font:bold 14px/14px Georgia, "Times New Roman";
text-transform:capitalize;
margin-top:10px;
}
#content h3{
font:normal 10px Georgia, "Times New Roman";
}
#content h2,#content h3 {
	margin-left:34px;
}
#content table {
margin:50px auto;
text-align:left;
font:12px/18px Verdana, Arial, Helvetica, sans-serif;
}
#content table p {
	font-size:12px;
}
#content table h1 {
	font:normal 14px/18px Georgia, "Times New Roman";
	text-transform:capitalize;
	text-align:center;
}
#content table input {
font:12px/16px Verdana, Arial, Helvetica, sans-serif;
height:16px;
}
#content table h1 a,#content table p a {
	text-decoration:underline;
	color:#000;
}
.with_center {
	text-align:center;
}
.with_center img {
	margin:10px auto;
	border:5px silver solid;
}