html
{
    width:100%;
    height:100%;
	margin:auto;
	font-family: Arial;
}

body
{
	background-color:white;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

/*Header*/
#navDiv
{
	background-color:black;
	margin-top:15px;
}

#navDiv a
{
	color:white;
	text-decoration:none;
	font-size:3em;
	width:24.65%;
	text-align:center;
	display: inline-block;
}

#navDiv a:hover
{
	color:#CC9933;
}

table
{
	margin:auto;
}

#titleBar
{
	width:100%;
}

#titleLogo
{
	width:70%;
	min-height:80%;
	max-height:100%;
	float:left;
}

.titleTd
{
	text-align:center;
	font-size:1.5em;
}

#logoTable
{
	width:100%;
}

/*Page Bottom*/
#bottomLogo
{
	width:75px;
	margin-top:0;
	vertical-align:middle;
}

.bottomCell
{
	width:25%;
}

#bottomLogoCell
{
	width:9%;
}

#insideJoke
{
	color:black;
}

#bottomTable
{
	float:left;
}

#pageBottom
{
	float:left;
	background-color:black;
	color:white;
	width:100%;
	height:80px;
	margin-top:2%;
}

#bodyDiv
{
	width:100%;
}

#mainPic
{
	display:inline;
	width:100%;
}

#mainPicText
{
	font-size:2vw;
	margin-left:15px;
}

#mainTable
{
	margin-top:15px;
	width:100%;
}

#firstPic
{
	width:60%;
	height:20%;
}

#leftPicCell
{
	height:40%;
	width:50%;
}

#rightPicCell
{
	height:40%;
	width:50%;
}

#leftPic
{
	width:100%;
}

#rightPic
{
	width:100%;
}

#middleText
{
	font-size:2vw;
}