*
{
	margin: 0;
	padding: 0;
}
:focus, :active
{
	outline: 0;
}
img
{
	border: 0;
}
body
{
	font: .8em Arial, Tahoma, Verdana;
	background-image: #777 url('../images/bg.gif') repeat-x;
	color: #777;
}
a
{
	text-decoration: none;
	color: #990033;
}
h1
{
	font-size: 1.4em;
	font-weight: normal;
}
h1 a
{
	color: #fff;
	font-size: 1.6em;
}
h2
{
	font-size: 1.2em;
}
h3
{
	font-size: 1.2em;
	background: #007fc4 url(../images/bluebg.jpg) repeat-x left bottom;
	padding: 6px 7px;
	color: white;
	font-weight: normal;
	margin: 0 0 8px;
	float: left;
}
h4
{
	margin: 0 0 15px;
	color: #555;
	font-weight: normal;
	font-size: 1.6em;
	font-weight: normal;
}
p
{
	clear: both;
	line-height: 1.64em;
	margin: 0 0 15px;
}
.line
{
	clear: both;
	height: 15px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}
.clear
{
	clear: both;
}
#content
{
	width: 970px;
	margin: 0 auto;
}
#top
{
	color: #ccc;
	padding: 6px 20px 0;
	font-size: .84em;
	text-align: right;
}
#logo
{
	float: left; /*background: url(../images/whitebg.gif) repeat-x; */
	margin: -46px 0 5px;
	padding: 100px 25px 0px 0px;
}

#menu
{
	float: right;
	margin: 20px 100px 0;
}
#menu li
{
	display: inline;
	font-size: 12pt;
}
#menu li a
{
	float: left;
	color: #808080;
	padding: 0 0 5px;
	margin: 0 0 0 22px;
}
#menu li a:hover, #menu li.current a, #menu li a:focus
{
	color: #00b7c9;
	border-bottom: 1px solid #ddd;
}
#pitch
{
	/*background: url(../images/monitor.gif) no-repeat right top;*/
	padding: 5px 5px 0 0;
	border-bottom: 1px solid #ddd;
	height: 230px;
	margin: 0 0 15px;
	vertical-align: top;
}
#pitch h1
{
	font-size: 2.1em;
	color: #000;
	margin: 0 0 10px;
	width: 480px;
}
#pitch h2
{
	line-height: 1.0em;
	width: 480px;
	height: 20px;
}
.left
{
	float: left;
	width: 275px;
	margin: 10px;
}
.right
{
	float: right;
	width: 630px;
	margin: 0 0 20px;
}
.right h3
{
	background: #808080;
	font-size: .84em;
}
.third
{
	float: left;
	width: 592px;
	margin: 0 40px 20px 0;
}
.last
{
	float: left;
	width: 300px;
	margin: 0 0px 20px 0;
}
#footer
{
	clear: both;
	font-size: .84em;
	border-top: 1px solid #ddd;
	padding: 20px 0 0;
}
