body {
	color: #cccccc;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#frame {
	margin-right:auto;
	margin-left:auto;
	width: 730px;
}

.row {
	padding-bottom: 5px;
}

.box_left {
	width: 320px;
	height: 135px;
	padding: 30px 0px 0px 30px;
	float: left;
	margin-right: 5px;
}

.box_left_new {
	width: 205px;
	height: 145px;
	padding: 20px 0px 0px 20px;
	float: left;
	margin-right: 5px;
}

.box_right {
	width: 350px;
	height: 165px;
	float: left;
}

.box_full {
	margin-left: 5px;
	padding: 20px 0px 0px 20px;
	width: 655px;
	height: 75px;
}

h1 {
	color: white;
	font-size: 22px;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	margin: 0px;
}

ul {
	padding-left: 15px;
}

.black {
	color: black;
}

#header {
	margin-top: 20px;
	margin-bottom: 15px;
}

#header_left {
	width: 455px;
	padding: 0px 20px 0px 10px;
	float: left;
}

#header_right {
	width: 245px;
	float: left;
}

#content {
	width: 700px;
	padding: 5px 10px 5px 20px;
	background-image: url(../images/box_mid.gif);
	background-repeat: repeat-y;
}

#box_top {
	width: 730px;
	height: 28px;
	background-image: url(../images/box_top.gif);
}

#box_bot {
	width: 730px;
	height: 28px;
	background-image: url(../images/box_bot.gif);
}

#footer_home_left {
	float: left;
	width: 105px;
	padding-top: 10px;
	text-align: left;
}

#footer_home_right {
	float: left;
	width: 590px;
	padding-top: 10px;
	text-align: left;
}

#footer_left_left {
	width: 65px;
	padding: 5px;
	float: left;
	text-align: left;
}

#footer_left {
	width: 470px;
	padding: 5px 10px 5px 10px;
	float: left;
	text-align: left;
}

#footer_right {
	width: 155px;
	padding: 5px;
	float: left;
}

a:link, a:visited {color: white; text-decoration: none;}
a:hover, a:active {color: #ff99cc; text-decoration: none;}

a.pink:link, a.pink:visited {color: #ff99cc; text-decoration: none;}
a.pink:hover, a.pink:active {color: white; text-decoration: none;}