body {
	margin: 0;
	padding: 0px;
    background: #171717 url(/images/bkg.gif) left top;
	min-height: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;	
	color: #d2d2d2;
}

* { behavior: url(iepngfix.htc); }

html, body, #content_shadow {
    min-height: 100%;
    height: 100%;
}

html>body, html>body #content_shadow {
    height: auto;
} 

#container {
	margin: 0 auto;
	padding: 0;
    width: 816px;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

#content_shadow {
	margin: 0;
	margin-top: 0px;
	padding: 0px;
    width: 816px;
    min-height: 100%;
    height: 100%;
    background-image: url(/images/content_shadow.png);
    background-repeat: repeat-y;
}

#content {
	margin: 0 auto;
	margin-top: 0px;
	padding: 0 0 10px 0;
    width: 800px;
    min-height: 100%;
    height: auto;
    background-color:#4f5759;
}

#header_left {
	float: left;
   	margin: 0;
	padding: 20px;
}

#header_right {
	float: right;
   	margin: 0;
	padding: 20px;
}

a:link, a:visited, a:active {
	color: #e5e5e0;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	border-bottom: 2px dotted;
}

p {
	margin: 0;
	padding: 5px 0;
}

p.title {
	margin: 0;
	padding: 30px 0 15px 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}

#footer {
	margin: 0 auto;
	width: 700px;
}

#footer ul {
	margin: 0;
	padding: 0 0 25px 0;
	list-style: none;
}

#footer li {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}


#white_box {
	margin: 25px auto;
	padding: 25px 0;
	background-color: #fff;
	width: 700px;
}

#white_box p {
	margin: 0;
	padding: 0 0 15px 25px;
	color: #333;
	text-align: left;
}

#white_box p.tagline {
	margin: 0;
	padding: 40px 0;
	font-size: 28px;
	letter-spacing: 5px;
	color: #414042;
	text-align: center;
}

#white_box p.title {
	margin: 0;
	padding: 0 0 15px 20px;
	font-size: 20px;
	color: #333;
}

#white_box a:link {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#white_box a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#white_box a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#white_box a:hover {
	border-bottom: 2px dotted;
}


#white_box ul {
	margin: 0 0 0 25px;
	padding: 0 0 10px 0;
	width: auto;
	height: 30px;
	color: #333;
	list-style: none;
}

#white_box li {
	margin: 0;
	padding: 0 30px 0 0;
	float: left;
	width: auto;
}

#border_box {
	margin: 10px 25px;
	padding: 10px 10px 10px 70px;
	border: 5px solid #333;
}


