@charset "UTF-8";
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
}
a {
	color: #0F0;
    text-decoration: none;
}
a img {
	border:none;	
}
body {
	background-color: #778797;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	background-color: #333;
	height: 1000px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: left;
}

#navBar {
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-top: 10px;
	padding-left: 180px;
}

#navBar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navBar li {
	float:left;
}

#navBar li a {
	padding:.15em 3em;
	display:block;
	color:#0F3;
	margin-right:.5em;
	text-decoration:none;
}

#navBar li a:hover {
	color: #000;
	background-color: #0F3;
}
#intro {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 800px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../_images/mwm.jpg);
	background-repeat: no-repeat;
	height: 102px;
}
#clients {
	float: left;
	width: 430px;
	clear: both;
	margin-left: 110px;
}
#contact {
	float: right;
	width: 220px;
	clear: right;
}
#viewer {
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
#thumbs {
	margin-top: 25px;
	margin-bottom: 40px;
}

#thumbs img {
	margin-right:20px	
}
.centertext {
	text-align: center;
}
.clear {
	clear: both;
}
.location {
	color: #CCC;
}
.bold {
	font-weight: bold;
}
img.floatLeft {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
#intro p {
	padding-left: 110px;
	margin: 0px;
	padding-top: 0px;
}
#partners {
	float: right;
	width: 220px;
}

