body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-left:0px;
	height:440px;
	width:450px;
}
/* this division is where all parts are held */
.maindiv
{	

	background-image:url('../siteimages/background.gif');
	height:440px;
	width:450px;
	text-align:center;
	margin:auto;

}

/*This  division is where the rotograph sits*/
.panodiv
{
	position:relative;
	width:450px;
	height:204px;
	margin:auto;
	text-align:center;
}

/*This is the drop down menu*/
.panochoice
{
	position:relative;
	width:330px;

}
.javalinktext
{
	color:#666666;
	font-size:0.8em;
	letter-spacing:0.em;
	float:right;
}
.rotolink
{
	font-size:0.8em;
	color:#666666;
	float:left;
	}
.javalinktext a:link,.javalinktext a:visited,.javalinktext a:focus
{
	color:#666666;
	text-decoration:none;
}
.rotolink a:link,.rotolink a:visited,.rotolink a:focus
{
	color:#666666;
	text-decoration:none;
}

/* Change the  Java link hover action here i.e color,underline etc...*/
.javalinktext a:hover
{
	text-decoration:underline;
}

/* Change the Rotography link hover action here i.e color,underline etc... */
.rotolink a:hover
{
	text-decoration:underline;
}
/* Close button settngs can be adjusted here */
.closebutton
{
	position:relative;
	float:right;
	width:57px;
	height:20px;
	right:0px;
	z-index:1;
}
/* This division sets the distance between the java object and the drop down menu below */	
.under_pano_spacer
{
	font-size:0.4em;
	text-align:left;
}
/*This is the actual drop down menu, here you can change the length of the box and the font size, color etc... */
#choice
{
	font-size:0.6em;
	width:180px;
	color:#666666;
}

/*This division sets the distance beteen the top of the window to the top of the close button */
.above_close_button
{
	position:relative;
	font-size:5.2em;
}

/* This division sets the distance between the close button and the java object below it */
.above_pano
{
	position:relative;
	font-size:2.2em;
}
.under_options_box
{
	position:relative;
	font-size:1.6em;
}
.links_div
{
	position:relative;
	font-size:0.8em;
	width:450px;
	text-indent:10px;
}
