/* Peter Russell Styling */

body
{
	font-size: 9pt; /* Needs to be relative for font sizing by the user */
	font-family: Arial, Helvetica, Sans-Serif;
	color: #565656;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#main 
{
	position: absolute;
	left: 50%;
	top: 50%;
}

#content {
	position: absolute;
	width: 900px;
	height: 570px;
	left: -446px;
	top: -300px;
	background-color: #ffffff;
}

#menu 
{ 
	width: 900px; 
	height: 50px; 
	background-color: #ffffff; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1;  
	background-image: url(../images/title.gif);
	background-position: center center; 
	background-repeat: no-repeat;
}

#menu_items
{
	margin-top: 70px;
	padding: 0px;
	font-size: 11pt;
	width: 100%;
	letter-spacing: 1px;
	text-align: center;
}

.detail
{
	position: absolute;
	top: 105px;
	width: 900px;
	height: 400px;
	z-index: 1;
	border: 1px solid #565656;
	/*overflow: auto;*/
} 

.about
{
	/*position: absolute;
	top: 105px;
	width: 590px;*/
	height: 356px;
	/*border: 1px solid #ff0000;*/
	z-index: 1;
	overflow: auto;
}

#menu a
{
	color: #565656;
	text-decoration: none;
}

#menu a:hover
{
	/*color: #565656;*/
	color: #cccccc;
	text-decoration: none;
}

a:link, a:visited, a:active
{
	color: #787878;
	text-decoration: underline;
}

a:hover 
{
	/*color: #565656;*/
	color: #cccccc;
	text-decoration: none;
}

h2
{
	font-size: 11pt;
	margin: 50px 0px 15px 15px;
}

p
{
	text-align: justify;
	margin: 0px 15px 15px 15px;
}

.video_footage
{
	text-align: center;
	margin-top: 5px;
}

.credits
{
	position: absolute;
	font-size: 85%;
	color: #565656;
	top: 570px;
	width: 900px;
	text-align: center;
	padding-top: 5px;
}

.credits a 
{  
	color: #787878; 
	text-decoration: none;
}

.credits a:hover 
{ 
	color: #cccccc;
}

#logo
{
	width: 900px;
	text-align: center;
}

#networking_links
{
	/*position: absolute;
	width: 105px;
	top: -190px;
	left: -440px;
	z-index: 1;*/
	position: absolute;
	width: 105px;
	top: 170px;
	left: 350px;
	z-index: 1;
}

.flash_movie_text
{ 
	position: relative; 
	top: 10px;
	width: 900px;
	text-align: center;
}

.contact_image
{
	float: right;
	margin: -155px 0px 15px 15px;
	border: 1px solid #565656;
}

.about_image
{
	float: right;
	margin: -70px 0px 15px 15px;
	border: 1px solid #565656;
}

/* Custom Menus */

.skin0
{
	position: absolute;
	left: 43.5%;
	top: 50%;
	width: 165px;
	border: 1px solid black;
	background-color: menu;
	color: #000000;
	line-height: 20px;
	cursor: default;
	z-index: 100;
	visibility: hidden;
}

.menuitems
{
	padding: 5px 10px;
}



