
/*
	forum.css www.disabilities-r-us.com
*/

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #000033;
	font-size: small;
	padding: 25px 0px 25px 0px;
	background: #000033 url('/images/bg1.jpg');
}

#fadedbg {
	height: 184px;
	width: 100%;
	background: #000033 url('/images/bg2.jpg') repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#container {
	background-color: #ffffff;
	width: 778px;
	min-width: 778px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	position: relative;
	z-index: 2;
}

#header
{
	width: 100%;
	background-color: #3C5889;
	border-bottom: 1px solid #000000;
	height: 115px;
}

#header td.left
{
	width: 300px;
	background: #3C5889 url('/images/disabilities-r-us.jpg') no-repeat top left;
}

#header td.right
{
}

#navigation
{
	width: 100%;
	background-color: #94AED8;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

#navigation td.left
{
	text-align: left;
	padding-left: 8px;
}

#navigation td.left a:visited,
#navigation td.left a:link {
	color: #000000;
	text-decoration: none;
}

#navigation td.left a:hover {
	color: #ffff00;
	text-decoration: none;
}

#navigation td.right
{
	text-align: right;
	padding-right: 8px;
}

#navigation td.right a:visited,
#navigation td.right a:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#navigation td.right a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#content {
	width: 100%;
}

/* main content */

#content td.center
{
	padding: 10px;
}

/* footer */

#footer {
	width: 100%;
	background-color: #3C5889;
	border-top: 1px solid #000000;
	padding: 10px;
	color: #ffffff;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #ffff00;
	text-decoration: underline;
}
