html {
	width: 100%;
 	height: 100% !important;
	min-height: 100%;
}

body {
	margin: 0px;
	border: 0px;
	padding: 0px;

	background-color: #000000;
	background-image: url( '../images/blue_bg.png' ); 

	width: 100%;
 	height: 100% !important;
	min-height: 100%;
}

#page {
	position: relative;

	margin: 0px auto 0px auto;	

	width: 864px;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	background-image: url( '../images/blue_bgShade.png' );
}

#layout {
	position: relative;

	left: 49px;

	width: 766px;
}

#bar {
	color: #ffffff;
	background-color: #000000;

	font-family: arial, helvetica, sans-serif;
	font-size: 10px;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;


	width: 734px;
	height: 14px;
}


#links {
	float: left;
}

.barLink {
	color: #ffffff;

	text-decoration: none;
}

#clock {
	float: right
}

#collage {
	

	background-image: url( '../images/collage.jpg' );
	background-repeat: no-repeat;
	background-color: #9dbceb;
	
	display: block;

	height: 160px;
	width: 766px;
}

#menuBar {

	position: relative;

	background-color: #8eaad5;

	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;


	width: 766px;
	height: 24px;

	background-image: url( '../images/blue_menuBg.png' );
	background-repeat: no-repeat;
	background-position: 0px 1px;

	line-height: 22px;

}

#menuBar_left {

	position: absolute;

	left: 1px;
	top: 182px;

	width: 48px;
	height: 26px;

	background-image: url( '../images/blue_leftScrew.png' );
}

#menuBar_right {
	position: absolute;

	left: 815px;
	top: 182px;

	width: 48px;
	height: 26px;

	background-image: url( '../images/blue_rightScrew.png' );



}

.menu-item {
	float: left;

	text-align: center;

	margin-top: 1px;
	margin-left: 22px;

	width: 164px;
	height: 22px;
}

.menu-item-link {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ddeeff;

	text-decoration: none;
}

.menu-item-link:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;

	text-decoration: none;
}

/*
#nav {

	position: relative;

	float: right;

	top: -20px;
	left: 52px;

	width: 241px;

	background-color: #e3eeff;

}

#nav_content{

	position: relative; 

	background-color: #e3eeff;

	width: 241px; 

	background-image: url( '../images/blue_formLeftBorder.png' );
	background-repeat: repeat-y;
}

#nav_bottom {
	background-image: url( '../images/blue_formBottomBorder.png' );
	background-repeat: repeat-x;
	background-color: #e3eeff;

	background-position: top;

	height: 27px;

}

#nav_corner {
	background-image: url( '../images/blue_formBottomLeftCorner.png' );
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
}
*/

#nav {
	position: relative; 

	float: left;

	top: -20px;
	left: -20px;

	width: 241px;

	background-color: #e3eeff;
}


#nav_content{

	position: relative; 

	background-color: #e3eeff;

	width: 241px; 

	background-image: url( '../images/blue_formRightBorder.png' );
	background-repeat: repeat-y;
	background-position: right;
}

#nav_bottom {
	background-image: url( '../images/blue_formBottomBorder.png' );
	background-repeat: repeat-x;
	background-color: #e3eeff;

	background-position: top;

	height: 27px;

}

#nav_corner {
	background-image: url( '../images/blue_formBottomRightCorner.png' );
	background-repeat: no-repeat;
	background-position: right;

	width: 27px;
	height: 27px;

	float: right;
}

#nav_text {
	padding-top: 6px;
	padding-left: 40px;
	padding-right: 12px;

	color: #88aadd;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

	text-align: left;
}

.nav-img {
	margin: 1px;
	padding: 1px;
	border: 1px solid #aaccff;
}

#nav_heading {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

	color: #88aadd;	
}

.nav-link {
	color: #88aadd;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

	text-decoration: none;
}

.nav-link:hover {
	color: #88aadd;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

	text-decoration: underline;
}

#content {

	width: 706px;
	position: relative;

	padding-left: 20px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;


	font-family: arial, helvetica, sans-serif;
	font-size: 13px;

	color: #222222;

	background-image: url( '../images/contentshade.png' );
	background-repeat: repeat-x;
	background-position: top;


	background-color: #ffffff;

	z-index: 1;
}

#content:after
{
	content: "&nbsp;";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.movie {
        width: 696px;
        height: 535px;
        border: 0px;
        padding: 0px;
        margin: 0px;
        overflow: hidden;

        margin: 1px;

	background-image: url( '../images/wait30trans.gif' );

	background-repeat: no-repeat;
	background-position: center center;
}


