/**
 *	Main
 */
html {
	/* Always display vertical scrollbar (page shifting) */
	min-height: 100%;
	margin-bottom: 0.1px;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../../images/top-bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	font: 12px Verdana, Arial, sans-serif;
	color: #000000;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #ff6600
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: normal;
}

p  {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

ul {
	padding-right: 1em;
	text-align: left;
	margin-bottom: 1em;
	line-height: 20px;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:visited {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

/**
 *	Layers
 */
#cms {
	position: absolute;
	top: 275px;
	left: 50%;
	margin-left: 50px;
	z-index: 100;
}

#fairstar {
	position: absolute;
	width: 305px;     				/* total width */
	left: 50%;
	margin-left: 350px;
	/*border: 1px solid #00FF00;			/* Debug */
}

#wrapper {
	position: absolute;
	min-width: 750px;
	width: 750px;     				/* total width */
	left: 50%;
	margin-left: -400px;
	/*border: 1px solid #00FF00;			/* Debug */
}

#header {
	background-image: url(../../images/fairstar-a.gif);
	background-repeat: no-repeat;
	background-position: 508px 0px;
	/*border: 1px solid #0000FF;			/* Debug */
}

#menu {
	background-image: url(../../images/fairstar-b.gif);
	background-repeat: no-repeat;
	background-position: 638px 0px;
	/*border: 1px solid #0F000F;			/* Debug */
}

#outer {
	border-right-width: 220px; 			/* right column width */
	/*border: 1px solid #FF0000;			/* Debug */
}

#right {
	width: 180px;              			/* right column width */
	margin-right: -180px;      			/* _negative_ right column width */
	padding: 30px 20px 10px 20px;
	/*border: 1px solid #00FF00;			/* Debug */
}

#footer {
	position: relative;
	float: left;
	/*border: 1px solid #0000FF;			/* Debug */
}

#news {
	position: relative;
	width: 220px;
	text-align: left;
	/*border: 1px solid #000FF0;			/* Debug */
}

#footer-text {
	width: 750px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 10px;
}

#footer-text a {
	color: #ff6600;
}

#footer-text a:visited {
	color: #ff6600;
}

#footer-text a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#inner {
	position: relative;
	margin: 0;
	/*border: 1px solid #FF0000;			/* Debug */
}

#right {
	float: left;
	position: relative;
	/*border: 1px solid #00FF00;			/* Debug */
}

#center {
	float: left;
	width: 495px;
	padding: 20px 20px 0px 15px;
	position: relative;
	/*border: 1px solid #0F0F00;			/* Debug */
}

/* Mozilla code */
#outer > .inner {
	border-bottom: 1px solid transparent;
}

#right {
	margin-left: 0px;
}

#center {
	margin: 0px 0px 0px 0px;
}

/**
 * Miscellaneous
 */

a.newstitle, a.newstitle:visited {
	color: #000099;
	font-size: 13px;
	font-weight: bold;
}

a.newstitle:hover {
	color: #000099;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.newstext {
	line-height: 20px;
	font-size: 11px;
}

.small {
	font-size: 10px;
}

.stdInput {
}

.stdButton {
}

.stdButton:hover {
}
