body {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #CCC;
	line-height: 1.6em;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	background-image: url(images/ux_apps_logo_large.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #f08000;
	text-decoration: none;
}
a:hover {
	color: #00a3f0;
	text-decoration: underline;
}
p {
}
#top_spacer {
	height: 200px;
	width: 100%;
}
#main_menu {
	width: 960px;
	margin: auto;
	text-align: right;
	height: 40px;
}
#main_menu a {
	color: #CCCCCC;
	padding: 0px 7px;
}
#main_menu a:hover {
	color: #FFFFFF;
}
#main_menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px;
	float: left;
}
#main_menu ul {
	font-family: Helvetica, Verdana, sans-serif;
	display: inline;
	float: right;
	clear: left;
}
.main_menu_left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.main_menu_right {
	border: none;
}
#wrapper {
	text-align: center;
	width: 100%;
}
#menu {
	height: 96px;
	display: inline;
	margin: auto;
}
#menu2 {
	clear: both;
	float: left;
	height: 32px;
	width: 100%;
	font-size: 1.25em;
}
#content_wrapper {
	margin: auto;
	width: 960px;
}
#second_menu {
	clear: left;
	float: left;
	width: 300px;
}
#content {
	width: 620px;
	clear: right;
	float: left;
	padding: 0px 20px;
	text-align: left;
}
#content_spacer {
	width: 660px;
	clear: right;
	float: right;
	height: 65px;
}
#content_bottom {
	width: 660px;
	clear: right;
	float: right;
	height: 10px;
}
#content_top {
	width: 660px;
	clear: right;
	float: right;
	height: 10px;
}
.menu_button {
	margin: 0px 10px;
}
#footer {
	width: 860px;
	color: #666666;
	text-align: right;
	padding: 10px 20px;
	clear: both;
	margin: auto;
}
.address, .address_right {
	width: 285px;
	float: left;
	text-align: left;
	color: #00a3f0;
}
.address_right {
	clear: right;
}
.address h3, .address_right h3 {
	color: #004ca3;
	line-height: 1.5em;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#copyright {
	text-align: right;
	float: none;
	clear: both;
	margin-top: 1em;
	width: 100%;
	padding-top: 10px;
}
#copyright li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#copyright .right {
	border-right-style: none;
}