/*Must use with navHarken.com and globalHarken.com*/
/*Used on Speedteam TOC*/
*{
padding:0px;
margin:0px;}

/*container*/
#blackCorner {
	background-image:url(../images/black-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
	left:120px;
	top: 44px;
	width:883px;
	height:auto;
	padding:0px;
	padding-bottom:20px;
	margin:0px;
}
/*Class logo*/
#classLogoBox {
	top:20px;
	width: 883px;
	left:0px;
	height: auto;
	float:left;
}
/*Sailboat class name*/
#ClassNameBox {
	position:relative;
	float:left;
	height: 40px;
	width: 500px;
	left: 140px;
	top: 20px;
}
/*Headshot in intro copy padding*/
.headShotImage {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*Intro copy - Quote from Mitja*/
#introCopy {
	margin: 0;
	padding: 0px;
	width: 500px;
	background-color: #FFFFFF;
	border: none;
	overflow: visible;
	visibility: visible;
	position:relative;
	float:left;
	height: auto;
	width: 500px;
	left: 140px;
	top: 20px;
	}
/*main body copy and illustrations*/
#bodyCopy {
	margin: 0;
	padding: 0px;
	width: 500px;
	background-color: #FFFFFF;
	border: none;
	overflow: visible;
	visibility: visible;
	position:relative;
	float:left;
	width: 500px;
	left: 140px;
	height:auto;
	margin-top:20px;
}
/*Side bar Box*/
#sideBarCopy {
	position:absolute;
	top:351px;
	height:auto;
	width: 200px;
	left:661px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-color:#CCCCCC;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: groove;
	overflow: visible;
	visibility: visible;
}
.classHead {
	font-family: "Arial Black", Helvetica-Black;
	color:#000000;
	font-size: 24px;
	line-height:24px;
	text-align:left;
	text-transform: uppercase;
}
.rule {
	border-bottom:1px dotted #000;
	margin-bottom: 20px;
	padding: 0;
	height:20px;
	background-image: url(../images/rolled-line.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.ruleBlack {
	border-bottom:1px dotted #000;
	margin-bottom: 20px;
	padding: 0;
	height:20px;
}
.ruleWhite {
	border-bottom:1px dotted #fff;
	margin-bottom: 20px;
	padding: 0;
	height:20px;
}

.imagePadBottom10 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:10px;
}



.SidebarWhiteH{
	color: #fff;
	font-family: Arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.SidebarBlackText {
	color:#000;
	font-family: Arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height:normal;
}
.SidebarBlackText a:link {
	text-decoration: underline;
	color:#000000;
}
.SidebarBlackText a:visited {
	text-decoration: underline;
	color:#000000;
}
.SidebarBlackText a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.SidebarBlackText a:active {
	text-decoration: underline;
	color:#000000;
}
.SidebarWhiteText {
	color:#fff;
	font-family: Arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height:normal;
}
.SidebarWhiteText a:link {
	text-decoration: underline;
	color:#fff;
}
.SidebarWhiteText a:visited {
	text-decoration: underline;
	color:#fff;
}
.SidebarWhiteText a:hover {
	text-decoration: underline;
	color: #ff0000;
}
.SidebarWhiteText a:active {
	text-decoration: underline;
	color:#fff;
}
.photoGalleryBox {
	width:500px;
	height:auto;
	margin:0;
	padding:0;
}
.photoGallery {
	float:left;
	margin:0 10px 10px 0;
	border:none;
}
.photoGalleryRight {
	float:left;
	margin:0 0 10px 0;
	border:none;
}

