@charset "utf-8";
#condom {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
body {
	margin: 0px;
	padding: 0px;
}

#maincontent {
	background-image: url(assets/matt_bridge_main.jpg);
	height: 533px;
	width: 578px;
	position: relative;
	float: left;
	padding: 0;
}
#sidebar {
	background-image: url(assets/matt_bridge_sidebar.jpg);
	float: left;
	height: 533px;
	width: 222px;
	position: relative;
	padding: 0px;
}
#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 5px;

}
#welcomecontent #video {
	position: relative;
	top: 110px;
	left: 75px;
}
#footer a {
	color: #333333;
	text-decoration: underline;
}


#maincontent .maintext p {
	padding-right: 70px;
	padding-left: 70px;
	position: relative;
	top: 275px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	position: absolute;
	bottom: 0px;
	right: 10px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	float: left;
	right: 11px;
	top: 20px;
}

#header li {
	width: 110px;
	height: 60px;
	border-width: 1px;
	display: block;
	float: left;
	background-image: url(buttons/topbutton.jpg);
}

#header li:hover {
	background-image: url(buttons/topbuttonhover.jpg);
}
#sidebar a {
	display: block;
	width: 200px;
	height: 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 10px;
	border: 1px dotted #FFCC33;
	padding-top: 5px;
}
#sidebar a:hover {
	background-color: #30703e;
}


#header li.current {
	background-image: url(buttons/topbuttoncurrent.jpg);
	cursor: default;
}


#header li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	width: 110px;
	text-align: center;
	padding-top: 32px;
}
#header li a:hover {
	color: #FFFFFF;
}

#header li a.currentlink {
	color: #FFFFFF;
	cursor: default;
}
#sidebar a.currentside {
	background-image: url(assets/side_button.jpg);
	font-weight: bold;
	cursor: default;

}



#header {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 140px;
	background-image: url(assets/MBHeader.jpg);
}
#pictureblock {
	width:200px;
	height:235px;
	z-index:1;
	float: right;
}
#welcomecontent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
