* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: .75em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	color: #333;
	background: #CCCCCC;
	line-height: 1.3em;

	text-align: center;
	width: 100%;
}

p {
	margin: 0 0 12px 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}


.clear {
	clear: both;
}

img {
	border: 0px;
}

h1, h2 {
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6 {
	display: block;
	font-weight: bold;
	color: #FF6600;
}

ul, ol {
	list-style: none;
}


/* header */
#container {
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
	width: 758px;
	/*border-left: 1px solid #fff;*/
	/*border-right: 1px solid #fff;*/
	background: transparent url(../images/bg.png) repeat-y;
}

body #ads {
	display: none;
}

body.ads #ads {
	float: left;
	display: block;
}

body.ads #container {
	width: 1009px;
}

body.ads #footer {
	left: -124px;
}

/* header */
#header {
	width: 758px;
	height: 250px;
	border-left: 1px solid #fff;
	background: transparent url(images/headerimages/51.jpg) no-repeat;
}


#left {
	float: left;
	width: 175px;
	padding: 0 0 0 27px;
}

#left h3 {
	margin: 24px 0 0 0;
}

#left li {
	padding: 2px 0 2px  0;
}

#content {
	float: left;
	width: 510px;
	padding: 24px 22px 0 22px;
	line-height: 1.5em;
}

#content h1 {
	padding: 0 0 19px 0;
}

#content .box {
	padding: 19px 16px 19px 16px;
	margin: 0 0 26px 0;
	border: 1px solid #ccc;
}

#content .box h2 {
	padding: 0 0 11px 0;
}

#content .box ul {
	margin-left: 15px;
	list-style-type: disc;
}

#content .box li {
	line-height: 1.3em;
}

#content .box li a {
	color: #6666ff;
	text-decoration: underline;	
}

#content a {
	color: #6666ff;
	text-decoration: underline;	
}

#ads {
	float: left;
	width: 207px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 0 12px;
	padding: 7px 12px 7px 12px;
}

#nonFooter {
	position: relative;
	min-height: 100%;
	padding-bottom: 150px;
}

* html #nonFooter {
	height: 100%;
}


#footer {
	position: relative;
	background: #FF6600;
	width: 758px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -5.2em auto;
	padding: 25px 0 20px 0;
	color: #fff;
	text-align: center;
}

* html #footer {
	margin-top: -5.3em;
}


#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer ul li {
	display: inline;
	padding: 0 5px 0 0;
}
