/* CSS Document */

body {
	margin-top: 0px;
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(../images/background4.jpg);
	background-position: center top;
	background-repeat: repeat;
	}


div#wrapper {
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	}
	
div#header {
	padding-left: 281px;
	}

div#leftside {
	width: 281px;
	height: 600px;
	float: left;
	line-height: 18px;
	}
	
div#rightside {
	width: 519px;
	float: right;
	}
	


/* navigation DIVs */

div#nav_main {
	background-color: none;
	padding-top: 10px;
	padding-bottom: 0px;
	}

div#nav_projects {
	background-color: none;
	padding-top: 30px;
	}
	
div#nav_gallery {
	background-color: none;
	width: 20px;
	float: left;
	padding-top: 12px;
	line-height: 18px;
	padding-left: 7px;
	}
	


	
div#description {
	background-color: none;
	width: 510px;
	
}

div#margin_top {
	background-color: none;
	float:left;
	width: 34px;
	height: 140px;
	padding-top: 20px;
	padding-left: 4px;
}

div#content {
	background-color: none;
	padding-top: 20px;
	padding-right: 15px;
	height: 140px;
	line-height: 18px;
	width: 510px;
	}

div#gallery {
}

div#pictures {
	padding-top: 20px;
	padding-right: 0px;
	line-height: 18px;
	color:#666666;
	margin-left: 40px;
}

div#play {
	float: left;
	position: fixed;
	margin-top: 505px;
	margin-left: 34px;
}
div#stop {
	float: left;
	position: fixed;
	margin-top: 505px;
	margin-left: 64px;
}



/* section intro pages */

div#watch {
	background-image: url(../images/watch.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 519px;
	height: 630px;
	}
div#a {
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 519px;
	height: 630px;
	}
div#house {
	background-image: url(../images/house.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 519px;
	height: 630px;
	}
div#key {
	background-image: url(../images/key.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 519px;
	height: 630px;
	}
	

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

a:active, a:focus, a:hover {
	color: #CC3333;
	text-decoration: none;
}

a.highlite {
	color: #CC3333;
}
