@charset "UTF-8";
/* CSS Document */
body {
	font: 73% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	line-height: 135%;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999;
}
#container {
	width: 780px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 780px;
	float: left;
	height: 95px;
	margin: 0;
}
img
{  border-style: none;
}
#navigation {
	float: right;
	margin: 0 0 20px 0;
	width: 780px;
	height: 30px;
	font-weight: 400;
	text-align: right;
	border-bottom: inset #999;
 }
 #navigation li {
	 display: inline;
	 list-style-type: none;
	 padding-left: 10px;
	 padding-right: 10px;
	 letter-spacing: normal;
	 color: #000;
}
a { color: #000;
text-decoration: none;
}
a:hover {
  color: #c3d50c;
  text-decoration: overline;
}
#mainContent {
	padding: 0 70px 0 70px;
	background-color: #fff;
	height: 600px;
}
.buzzfixed #container #mainContent a img {
	float: right;
	margin: 0;
}
.buzzfixed #container #mainContent table {
	line-height: 105%;
}
.buzzfixed #container #mainContent table a {
	text-decoration: none;
}
.buzzfixed #container #mainContent p em a {
	text-decoration: none;
}
.buzzfixed #container #mainContent a img {
	float: right;
}
#articles {
	float: left;
}
#articles a {
	text-decoration: none;
}
#testimonial {
	float: left;
	margin: 0;
	}
#tablebook {
	float: right;
	margin: 0;
	}
fieldset {
     border: 0px solid;
	 float: left;
	 text-decoration: none;
	 }
.buzzfixed #container #mainContent #form1 fieldset p #submit2 {
	color: #000;
	background: #c3d50c;
	border: 2px outset #000;
}

#footer {
	padding: 0 10px;
	background:#000;
}
#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: right;
}
#media li {
	 display: inline;
	 float: right;
	 list-style-type: none;
	 padding-left: 10px;
	 padding-right: 0px;
	 letter-spacing: normal;
	 color: #000;
}

