html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(http://images.fx-scripts.com/body-background.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

#container, #toolbar, #footerContainer, #header, #preHeader, #contentContainer {
	width: 770px;
}

#container {
	position: relative;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#footerContainer {
	position: absolute;
	bottom: 0;
	background-color: #323C53;
	background-image: url(http://images.fx-scripts.com/header-background.gif);
	border: 0;
	border-top: 1px solid #586072;
	text-align: center;
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
}

#toolbar {
	background-image: url(http://images.fx-scripts.com/toolbar-background.gif);
	height: 31px;
}
#toolbar ul {
	margin: 0;
	text-align: center;
	padding: 0;
	list-style: none;
	height: 31px;
}
#toolbar li {
	display: inline;
	background-image: url(http://images.fx-scripts.com/toolbar-divider.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 31px;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
}
#toolbar #selected {
	background-image: url(http://images.fx-scripts.com/toolbar-selected.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 8px 11px 7px 9px;
	height: 31px;
	letter-spacing: 1px;
}
#toolbar li a {
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	height: 30px;
	padding: 7px 9px 7px 9px;
	margin-right: 2px;
}
#toolbar li a:hover {
	background-image: url(http://images.fx-scripts.com/toolbar-hover.gif);
}
#toolbar li #first {
	background-image: url(http://images.fx-scripts.com/toolbar-divider.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 2px;
}

#header {
	background-image: url(http://images.fx-scripts.com/header-background.gif);
	height: 90px;
	text-align: center;
}
#header #logo {
	width: 323px;
	height: 85px;
}

#preHeader {
	background-color: #323C53;
	height: 25px;
}

#contentContainer {
	background-color: #fff;
}
#contentContainer p {
	font-family: Tahoma, Arial;
	font-size: 12px;
	padding: 0 10px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footerLinks {
	margin-top: 10px;
	margin-bottom: 0;
}
#footerLinks a {
	text-decoration: none;
	color: #fff;
}
#footerLinks a:hover {
	text-decoration: none;
	color: #fc0;
}
#footerCopyright {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 90%;
}
#footerSelected {
	color: #fc0;
}

#clearFooter {
	clear: both;
	height: 50px;
}

h1 {
	font-family: Tahoma, Arial;
	font-size: 16px;
	margin: 14px 10px 10px 9px;
}
h2 {
	font-family: Tahoma, Arial;
	font-size: 13px;
	margin: 10px 10px 10px 9px;
}

#contentContainer a {
	color: #06f;
	text-decoration: none;
	border-bottom: 1px dotted #06f;
}
#contentContainer a:hover {
	color: #0cf;
}
#contentContainer ul {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	padding-left: 0;
	margin: 0 0 0 15px;
	list-style: none;
}
#contentContainer ul ul {
	margin-left: 5px;
}
#contentContainer ul li {
	margin: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
	background-image: url(http://images.fx-scripts.com/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}


.text404url {
	color: blue;
}

