/* Canadian Yacht & Ship Brokers Inc. */

body {
	margin: 20px;
	padding: 0;
	background: #786E50 url(images/img1_blk.gif);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #3C3728;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-family: "Times New Roman", Times, serif;
	color: #354D55;
}

h2 {
	font-size: 28px;
	font-weight: bolder;
	font-style: normal;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	padding: 0;
	text-transform: uppercase;
	color: #990000;
	font-style: normal;
}

p, ol, ul {
	line-height: 20px;
}

a {
	color: #456570;
	text-decoration:  underline;
}

a.header_title {
	color: #990000;
}

a:hover {
    color: #990000;
	text-decoration: underline;
}

.image {
	float: left;
	border: 2px solid #000000;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.byline {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 9px;
	background-color: #CCCCCC;
}

/* Header */

#header {
	width: 100%;
	height: 85px;
	background-image: url(images/stuccolight-maroon.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom: 6px solid #000000;
	border-top: 3px solid #000000;
}

#header logo {
	margin: 5px 0 10px 0;
	color: #FFFFFF;
}

#header h2 {
	float: right;
	padding: 95px 5px 0 0;
	font-size: 11px;
}

#header a {
	text-decoration: none;
	font-size: 9.5pt;
	color: #ffcc66;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#header a:hover {
	text-decoration: none;
	font-size: 9.5pt;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


/* Header Menu */

#header ul {
	float: right;
	margin-top: -35px;
	margin-right: 45px;
	list-style: none;
	
}

#header li {
	display: inline;
}

#header li a {
	display: block;
	float: left;
	border-left: 1px solid #666666;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
}

#header li.first a {
	border: none;
}


/* Sub-Header */

#beach {
	width: 100%;
	height: 40px;
	background-image: url(images/tile_beach4.jpg);
	border-bottom: 0.15em solid #000000;
	background-repeat: repeat-x;
	float: none;
}


#sp_beige {
	width: 100%;
	height: 4px;
	background-image: url(images/stuccolight-lightbrown.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Menu */

#menu {
	width: 942px;
	height: 24px;
	background-image: url(images/stuccolight-maroon.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/img5_grey.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #000000;
	border-top: 0.15em solid #000000;
}

#colOne {
	float: left;
	width: 17%;
	padding: 15px;
	background-color: #FFFFFF;
	height: 460px;
	background-image: url(images/img5_grey.gif);
	background-repeat: repeat-y;
}

#colOne h3 {
	margin: 5px 0 10px 0;
	color: #FFFFFF;
}

#colOne ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colOne a {
	color: #FFFFFF;
	background-image: url(images/img5_grey.gif);
}

#colTwo {
	float: left;
	width: 65%;
	padding: 20px;
	overflow: auto;
	height: 450px;
	margin-right: 5px;
	padding-right: 75px;
	padding-left: 20px;
	background-color: #FFFFFF;
}

/* Footer */

#footer {
	width: 100%;
	margin: 0 0 0 0;
	background: #000000;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 490px;
}

#footer p {
	margin: 0;
	padding: 1px 01px 0;
	text-align: center;
	font-size: 11px;
	color: #E2CE9C;
	background-image: url(images/img1_sandBlk.jpg);
	background-repeat: repeat;
}

#footer a {
	color: #E2CE9C;	
	text-decoration: underline;
	font-size: 11px;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

