* {
	font-family:helvetica;
}

body {
	background-image:url(../gfx/background.jpg);
	background-repeat: repeat;
}

a img {
    border:none;
}

#navigation {
	width:800px;
	z-index: 10;
	text-align:center;
}
.navitem {
	float:left;
	width:120px;
	border: 5px solid #444444;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:0px 0px 0px 90px; 
}

#navitem_mightydocs {

}
#connector {
	clear:left;
}
.navtitle {
	text-align:center;
	border-top: 5px solid #444444;
	color:white;
	font-size:15pt;
}

#navtitle_mightydocs {
	background-color:#7982F2;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#7982F2), to(#AAAAAA), color-stop(1.0, #fff), color-stop(1.0, #7982F2));
*/
	}

#navtitle_marks {
	background-color:#777A9C;
}
#navtitle_other {
	background-color:#F7BB49;
}
 #main {
	margin:180px 0px 0px 0px;
	padding:25px;
	clear:both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 5px solid #F7BB49;
	background-color:#FFFFFF;
	z-index: -1;
}



/* MAIN CONTENT */
.Page_menuItem {
	float:left;
	padding:10px;
}
.Page_menuItem:hover {
	color:#F7BB49;
	cursor:pointer;
}

#main_content {
	clear:left;
	border-top: 1px solid black;
}


/* CENTER LAYOUT */
body {
	/*background-color: #FFFFFF; /* cosmetic */
	margin: 0px; /* required */
}
div#wrapper {
	background-color: red; /* cosmetic */
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50px;
}
div#page {
	/*background-color: #FFFFFF; /* cosmetic */
	/*border: 1px solid #000000; /* cosmetic */

	/*overflow: auto; /* set to taste */

	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: -400px; /* half of width */
	width: 800px; /* width of div */
	min-height:1000px;

}

/* mightydocs movie */
.iPhone_movie {
    position:absolute;
    top:200px;
    left:755px;
}

#copyright {
    color:#333333;
    text-align:center;
    font-size:10pt;
}
