html {
	overflow: hidden;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #000;

}

#container {
	height: 3840px;
	width: 8000px;
}


/** PAGE POSITIONING **/

.positioning {
	position: absolute;
	width: 1920px;
	height: 1200px;
}

#start {
	top: 0px;
	left: 0px;
	background-color: #000;
	background-image: url(../images/cwetop.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#about {
	top: 1280px;
	left: 0px;
	background-color: #000;

}

#work {
	top: 1280px;
	left: 2000px;
	background-color: #000;

}
	
	
#contact {
	top: 0px;
	left: 2000px;
	background-color: #000;

}
	
#print {
	top: 0px;
	left: 4000px;
	background-color: #000;

}
	
#skills {
	top: 1280px;
	left: 4000px;
	background-color: #000;

}

.inside {
	margin: 60px;
	width: 625px;
}
	
	.inside .header {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
		font-size: 13pt;
		color: #FFF;
		padding-bottom: 10px;
		line-height: 25px;
	}

	.inside .menu {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
		font-size: 13pt;
		float: left;
		color: #FFF;
		padding-bottom: 10px;
		line-height: 25px;
	margin-top: 30px;
	margin-left: 500px;
	}

	.inside .text {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
		font-size: 8pt;
		color: #FFF;
		text-align: justify;
		line-height: 23px;
		padding-bottom: 10px;
		height: 220px;
	}
	
		/** list for purple page **/
	
		.inside .text ul#purple li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			display: block;
			padding: 2px 10px;
			border-bottom: 1px solid #669933;
		}
		
		.inside .text ul#purple li:hover {
			background-color: #669933;
			color: #E8BFFD;
		}

.warning {
	background-color: #880000;
	line-height: normal;
	padding: 15px;
}


/** MOOTOOLS **/

.navigator {
	float: left;
	cursor: pointer;
	margin-left: 500px;
	margin-top: 200px;
}
.navigator1 {
	float: left;
	cursor: pointer;
	margin-left: 500px;
	margin-top: 450px;
}
.button {
	float: left;
	cursor: pointer;
	margin-right: 2px;
}

.slider {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 8pt;
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
	padding: 10px;
}

.slider img {
	border: 5px solid #FFF;
}

/** LINKS **/

a:link, a:visited {
	color: #FFF;
	text-decoration: none;

	padding: 1px 2px;
}
	
a:hover, a:active {
	color: #FFF;
	text-decoration: none;

	padding: 1px 2px;
}


