body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
}
#wrapper {
	/*position: relative;*/
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0 0 0;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
#content {
	/*margin-left: 230px;*/
	margin-top: 40px;
	margin-bottom: 5px;
	width: 520px;
	padding: 0px 10px 10px 10px;
	float: right;
	border-left: 1px solid #cccccc;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
	color: #ffffff;
}
#content h1 {
	font: normal 200% Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}
#navigation {
	/*position: absolute;*/
	float: left;
	margin-top: 70px;
	margin-bottom: 20px;
	/*top: 200px;*/
	/*left: 0;*/
	width: 180px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #999999;
	color: #FFFFFF;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #999999;
	width: 168px;
	
}
#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: #cccccc;
	color: #000000;
}
#footer {
	padding: 0 0 10px 255px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}

/*My styles*/

#smallprint {
	font: normal 85% Georgia, "Times New Roman", Times, serif;
	color: #99ffcc;
	background-color: transparent;
}
#content table {
	font-size: 60%;
	color: #ffffff;
}
#content td.client {
	font-size: 150%;
}
