/* Body */
body {
	font: normal normal normal 62.5%/1.25em Arial, Verdana, Helvetica, sans-serif;
	background: #000 url(../images/backgrounds/body_radial.png) repeat-y left top;
	color: #ccc;
}

html, body {
	height: 100%;
	width: 100%;
}

/* Global layout */
#flashContent {
	background: #000;
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
body.minFlashHeight #flashContent {
	height: 620px;
}
#container {
	font-size: 1.1em;
	text-align: left;
	margin-bottom: -70px;
	min-height: 100%;
	position: relative;
	text-align: left;
	width: 1132px;
}
body.minFlashHeight #container {
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 0;
	height: 620px;
	min-height: 620px;
	position: relative;
	text-align: left;
}

body.minFlashHeight #push {
	display: none;
}

#container #left {
	background: transparent url(../images/backgrounds/content_left.jpg) repeat-y right top;
	width: 357px;
	float: left;
	position: relative;
	text-align: right;
}
#container #left #nav {
	float: right;
	width: 230px;
}
#container #left #logo {
	display: block;
	float: right;
	height: 163px;
	width: 230px;
	margin: 50px 0 14px 0;
}
#container #right {
	line-height: 13px;
	float: left;
	padding-left: 18px;
}
#container #right h1.title {
	margin-top: 50px;
}
#container #right #content {
	padding-bottom: 60px;
	padding-right: 166px;
}
#push {
	height: 70px;
}

/* Footer */
#footer {
	background: #fff;
	clear: both;
	height: 70px;
	position: relative;
	text-align: left;
}
#footer #footerContent {
	padding-top: 14px;
}

#footer #footerContent ul {
	margin: 0px auto;
	list-style-type: none;
	display: block;
	width: 1020px;
}
#footer #footerContent ul li {
	display: inline;
	list-style-type: none;
	padding: 0 8px;
}