html,
body {
   margin: 0px;
   padding: 0px;
   height:100%;
}
body {
	background: transparent url(../../graphics/quickmaritim/background.jpg) repeat center top;
	text-align: center;
}
#wrapper {
    height: 100%;
	width: 1020px;
	margin: 0px auto 0px auto;
}
#website {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    /*background: transparent url(../../graphics/quickmaritim/website_bg.png) repeat-y left top;*/
    float: left;
    position: relative;
}
#header {
	width: 1014px;
	height: 141px;
	background: transparent url(../../graphics/quickmaritim/header_bg.png) no-repeat left top;
}
#logo {
	height:90px;
	margin:20px 0 0 24px;
	width:259px;
	float:left;
}
#header-right {
	width: 530px;
	float: left;
	margin: 95px 0 0 70px;
}
#main-content-wrapper {
	width: 1014px;
	float:left;
	background: transparent url(../../graphics/quickmaritim/website_bg.png) repeat-y left top;
}
#main-content-wrapper.two-cols{
	background: transparent url(../../graphics/quickmaritim/website_bg_2cols.png) repeat-y left top;
}
#main-content {
	width: 974px;
	margin: 0 24px 0 16px;
	float: left;
}
#main-menu {
	width: 200px;
	float: left;
	min-height: 500px;
	background: transparent url(../../graphics/quickmaritim/mainnav_bg_top.png) no-repeat 6px 0;
    height: auto !important;
    height: 500px;
    padding:5px 0 30px 6px;
}
#content {
	width: 675px;
	float: left;
	min-height: 500px;
    height: auto !important;
    height: 500px;
    margin: 0px 0px 0px 19px;
    background: transparent url(../../graphics/quickmaritim/content_bg_top.png) no-repeat left top;
    padding: 5px 10px 30px 10px;
}
.two-cols #content {
	background: transparent url(../../graphics/quickmaritim/content_bg_top_2cols.png) no-repeat left top;
	padding-right:0;
	width:737px;	
}
#inner-content {
	width: 675px;
	float: left;	
}
.two-cols #inner-content {
	width: 503px;
}
.two-cols .inner-right {
	float:right;
	width:207px;
	background: transparent url(../../graphics/quickmaritim/content_right_bg_top.png) no-repeat left top;
	min-height: 684px;
    height: auto !important;
    height: 684px;
	position:relative;
	margin-top:-138px;
}
.two-cols .inner-right .right-content{
	min-height: 485px;
    height: auto !important;
    height: 485px;
	background: transparent url(../../graphics/quickmaritim/content_right_bg_content.png) repeat-y 0 0;
	margin-top:191px;
	margin-bottom:8px;
	padding:0 15px;
	width:177px;	
}
.two-cols .inner-right .right-footer {
	position:absolute;
	left:0;
	bottom:0px;
	background: transparent url(../../graphics/quickmaritim/content_right_bg_footer.png) no-repeat left bottom;
	width:207px;
	height:8px;
	font-size:0px;
	line-height:0px;
	margin:0;
	padding:0;
}
#footer {
	float:left;
	margin-left:250px;
	width:500px;
	padding-bottom:10px;
}
#footer .footer-links {
	float:left;
	width:205px;
}
#footer .footer-links img {
	padding-right:5px;
	float:left;
}
#footer .footer-links a{
	padding-right:10px;	
	float:left;
}
#footer .copyright {
	float:right;
	width:230px;
	text-align:right;
}
