/* ----------------------------------------
 * DEFAULT
 * ---------------------------------------- */
body {
	background: #000000 url(../../images/navstrip/000000.jpg) left repeat-y;
	height: 100%;
}

A {
	color: #000;
	text-decoration: none;
}



/* ----------------------------------------
 * WRAPPER
 * ---------------------------------------- */
#logo {
	background: url(../../images/upload/logo/brightgreen.jpg) no-repeat;
	width: 153px;
	height: 64px;
}

#main-wrapper {
	background: #000000;
	float: left;
	margin-bottom: 20px;
	height: 400px;
	width: 100%;
	color: #000033;
}

#menu-wrapper {
	background: #000000;
	float: left;
	width: 153px;
	height: 100%;
	color: #00FF00;
}

	#menu-wrapper img {
		margin: 0 auto 0 auto;
	}

	#menu-wrapper ul {
		margin-top: 50px;
		padding-left: 18px;
		margin-left: 5px;
	}

	#menu-wrapper li {
		font-size: 9pt;
		list-style: none;
		margin-bottom: 5px;
	}

	#menu-wrapper li A {
		color: #00FF00;
		text-decoration: none;
	}

	#menu-wrapper li A:hover {
		color: #00FF00;
	}

#content-wrapper {
	padding: 15px;
	float: left;
	color: #00FF00;
}

#toptext {
	width: 300px;
}

#bottomtext {
	width: 300px;
}

/* ----------------------------------------
 * CONTENT
 * ---------------------------------------- */
.picblock {
	float: left;
	margin: 10px;	
}

.textblock {
	border:1px solid red;
	float: left;
	margin: 10px;
}
