.clear {
	clear:both;
}
body {
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#222222;
	background-color: #000;
	background-image: url(images/bg-body.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.body_wed {
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#222222;
	background-color: #000;
	background-image: url(images/bg-wed.png);
	background-repeat: repeat-x;
	background-position: center top;
}

* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
p {
	margin-bottom: 1em;
	line-height: 20px;
}
a {
	text-decoration:none;
	color:#2a4467;
}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
}
/* Structure */

#wrapper {
	margin:0 auto;
	width:800px;
	background:#FFF;
}
#header {
	height:120px;
	background:url(images/bg-header.jpg) no-repeat;
	text-align: right;
	vertical-align: top;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
	font-size: 15px;
}
.equ_left {
	clear: left;
	float: left;
	width: 150px;
}
.clearfloat {
	clear: both;
	float: none;
}

#header_tn {
	height:120px;
	background:url(images/header_tn.jpg) no-repeat;
	text-align: right;
	vertical-align: top;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
	font-size: 15px;
}

#header_equip {
	height:120px;
	background:url(images/header_equip.jpg) no-repeat;
	text-align: right;
	vertical-align: top;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
	font-size: 15px;
}

.equ_right {
	clear: right;
	float: right;
	width: 450px;
}

#header_wed {
	height:120px;
	background:url(images/header_wed.jpg) no-repeat;
	text-align: right;
	vertical-align: top;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
	font-size: 15px;
}

#content {
	float:right;
	clear:right;
	width:600px;
	min-height:300px;
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
}
#footer {
	clear:both;
	background-color: #213550;
	font-size: 12px;
	color:#ffffff;
	text-align: right;
	padding: 2px;
}
/* Entries */

.comments {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	margin-top: -1em;
	margin-bottom: 15px;
}
/* Menu */

#menu {
	width: 175px;
	float:left;
	clear:left;
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	border-bottom: 1px dotted #213550;
	color: #213550;
	padding: 8px 0 8px 15px;
	display:block;
}
#menu li a {
	color:#000;
}
#menu li:hover {
	background-color: #AFC4E4;
}
#menu p {
	font-size: 13px;
	line-height: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
/* Footer */

#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
/* Heading's */

h1 {
	font-size: 24px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom: 10px;
	color:#2a4467;
}
h2 {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.p10 {
	padding: 0px 10px 0px 10px;

}



/* Extra's */

.wedimg {
	padding: 3px;
	background-color: #EEE;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.vendor {
	padding: 10px;
	float: left;
	width: 275px;
	font-size: 12px;
	line-height: 18px;
}

.vendor a{
	font-size: 14px;
}

.bcard {
	padding: 2px;
	background-color: #EEE;
	border: 1px solid #CCC;
}

label {
	float: left;
	text-align: left;
	display: block;
	line-height: normal;
	font-weight: bold;
	color: #333;
}

form {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

input, textarea {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: -3px;
}
#returntop {
	clear: both;
	float: right;
	padding: 10px;
}
h4 {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

