@charset "utf-8";
/* Ray Donovan CSS Document */

#container	{
	width:1000px;
	background-color:#360;
	margin-top:-30px;
}

#top	{
	width:1000px;
	height:30px;
}

#header	{
	width:1000px;
	height:169px;
	background-color:#FFF;
}

#menu	{
		width:1000px;
		height:40px;
}

#content	{
	width:980px;
	height:500px;
	padding:10px;
}

#left	{
	float:left;
	width:720px;
	height:auto;
	padding:10px;
	background-color:#693;
}

#right	{
	float:right;
	width:220px;
}

#bottom	{
	clear:both;
	width:980px;
}

#frames	{
	width:980px;
	height:480px;
	background-color:#FFF;
}

#reports	{
	width:980px;
	height:480px;
	background-color:#FFF;
	padding:10px;
}
	
	
#footer	{
	clear:both;
	width:980px;
	height:40px;
	text-align:right;
	padding-right:10px;
}

.menu	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:2em;
	color:#FFF;
}

.h	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#630;
	text-align:left;
	letter-spacing:.1em;
	line-height:2em;
	font-weight:bold;
}

.h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#630;
	text-align:left;
	letter-spacing:.1em;
	line-height:2em;
	font-weight:bold;
}

.p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:left;
	letter-spacing:.1em;
	line-height:2em;
}

.p2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:left;
	letter-spacing:.1em;
	line-height:2em;
}

.bg	{
	background-color:#693;
}

a:link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#630;
	text-decoration:underline;
}

a:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#036;
	text-decoration:none;
}

a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9C0;
	text-decoration:none;
}

a:active {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#66CC33;
	text-decoration:underline;
}