/*
neue interactive v1.0 stylesheet
last updated: 7.10.07
*/

/*   BODY
--------------------------------------------------------------------------------------------------------------- */

body {
	background-color: #333;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 900px;
	background-image: url(../i/bg.jpg);
	background-repeat: repeat-y;
	}

/*   RESET
--------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}


/*   PAGE LAYOUT POSITIONING  {GRID STRUCTURE}
--------------------------------------------------------------------------------------------------------------- */

#page {
	margin: 0;
	padding: 0;
	width: 900px;
	text-align: left;
	}

#content {
	width: 611px;
	text-align: left;
	float: left;
	margin: 25px;
	}

			#content h2 {
				font-family: helvetica neue, helvetica, arial, sans-serif;
				color: white;
				font-size: 1.8em;
				font-weight: bold;
				}

			#content h2 a {
				font-family: helvetica neue, helvetica, arial, sans-serif;
				color: white;
				font-size: 1.5em;
				font-weight: bold;
				text-decoration: none;
				}

			#content h2 a:hover {
				font-family: helvetica neue, helvetica, arial, sans-serif;
				color: #999;
				font-size: 1.5em;
				font-weight: bold;
				}
			
			#content h3 {
				color: #fff;
				font-size: .9em;
				font-weight: bold;
				}
			
			#content p {
				color: #dedede;
				font-size: .7em;
				font-weight: normal;
				}

			#content p a {
				color: #999;
				font-weight: normal;
				outline: none;
				text-decoration: none;
				}

			#content p a:hover {
				color: #fff;
				font-weight: normal;
				text-decoration: none;
				}

			#content span {
				color: #dedede;
				font-size: .7em;
				font-weight: normal;
				}

#copyright p {
	color: #aeaeae;
	font-size: .7em;
	font-weight: normal;
	}

#sidebar {
	width: 235px;
	text-align: left;
	float: right;
	background: #333;
	padding: 0;
	margin: 2px;
	}

			#globalnav {
			width: 238px;
			position: absolute;
			left: 681px;
			top: 185px;
			text-align: left;
			background: #333;
			line-height: 150%;
			padding: 0;
			margin: 0;
			}

input, textarea {
	background: #333;
	color: #dedede;
	margin: 3px 3px 3px 3px;
	border: 1px solid #fff;
	}