/*-------------------------------------------------------------------------
   MAIN STYLE (Body text and basic links) for Harbour Printing.
   Main colours are dark grey, white and orange.
   Grey is #333333
   Orange is #CC6633
-------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 13px;
	margin:10px 0 0 0;
	padding: 0px;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-left:5px;
	font-size:14px;
	line-height:20px;
	
}
h1 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}	
h2 {
	color:#333333;
}
a{
	color:#FFFFFF;
	text-decoration: underline;
}
a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {color:#CC6633;}

/*-------------------------------------------------------------------------
   Divisions
-------------------------------------------------------------------------*/
#wrapper {
	width: 900px;
	margin: 0px auto;
	border:none;
	padding:0px;
}
#wrapperthin {
	width: 680px;
	height:380px;
	margin: 0px auto;
	border:none;
	padding:0px;
	background-image:url(images/blackvignette.gif);
}
#flashpiece {
	background-color:#000000
	color:#FFFFFF;
}
 	
#errormsg, #errormsg1 {
	font-weight:bold;
	color:#CC6633;
	margin-left:5px;
}

#footer {
	width:100%;
	margin-top:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
div#footer a {
	color:#333333;
}
div#footer a:hover {
	color:#CC6633;
}	

#left {
	width:49%; 
	float:left;
}
#right {
	float:right; 
	width:50%;
}
/*-------------------------------------------------------------------------
   Classes
-------------------------------------------------------------------------*/

.orangebold {
	font-weight:bold;
	color:#CC6633;
	font-size:14px;
}
.clear {clear:both;}
/*-------------------------------------------------------------------------
   Forms
-------------------------------------------------------------------------*/
fieldset{
	width:400px;
	margin-left:100px;
	margin-top:10px;
	border:none;
}
label{
	width: 140px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
}

input{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background-color:#CCCCCC;
	font-size:12px;
	border:1px solid #333333;
}
textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background-color:#CCCCCC;
	border:1px solid #333333;
	font-size:12px;
}
.submit input{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #333333;
	background-color:#CC6633;
	border:1px solid #333333;
	font-size:12px;
	padding:2px;
} 
legend{
	color: #fff;
	background: #333333;
	border: 1px solid #003300;
	font-weight:bold;
	font-size:13px;
	padding: 2px 5px;
	margin-left:10px;
}