/* @group General Styles */
body, html {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}


p {
	font-size: 0.9em;
	line-height: 1.4em;
}

b, strong {
 font-weight: bold;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
}

#content {
	font-size: 1em;
	line-height: 1.3em;
	text-align: left;
}

/* @end */

/* @group Layout */

#container { 
	margin: auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	border-width: 1px;
	border-style: solid;
	overflow: auto;
}

#container { 
	position: absolute;
	width: 720px;
	height: 640px;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -360px;
}


#container #content {
	margin-top: 0;
	padding: 20px 40px;
}


#content img {
	border: none;
}

#footer {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
/* @end */

#navcontainer {
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 1.2em;
	width: 100%;
}
/* Parent - Level 0 */

#navcontainer ul {
	position: relative;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 5px 0;
	text-align: right;
}

#navcontainer ul li {
	display: inline-block;
	margin: 0 12px;
}

#navcontainer ul li a {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
}

#navcontainer ul li a:hover {
	font-weight: normal;
}

#navcontainer ul li a.nav-selected, #navcontainer li.nav-selected a {
	font-weight: bold;
}

/* @end */


/* @group Colors */
body,
.movie-background, .photo-background {
	/* customize_background */ background-color:#ffffff; /* customize_background */
}

a:link, a:visited {
	/* customize_link */ color:#9bbd2d; /* customize_link */
}

a:hover, a:active {
	/* customize_link_hover */ color:#8A9B00; /* customize_link_hover */
}

#container {
	/* customize_container_background */ background-color:#fff; /* customize_container_background */
	/* customize_container_border */ border-color:#7d7d7d; /* customize_container_border */
	
}

#content {
	/* customize_content_font */ color:#999; /* customize_content_font */
}

#navcontainer {
	/* customize_navbar_bgcolor */ background-color:#f0f0f0; /* customize_navbar_bgcolor */
}

#navcontainer a:link, #navcontainer a:visited {
	/* customize_navbar_link */ color:#7F7F7F; /* customize_navbar_link */

}

#navcontainer a:hover, #navcontainer a:active, #navcontainer a.nav-selected, #navcontainer li.nav-selected a, #navcontainer li.nav-path-selected a, #navcontainer a.nav-path-selected {
	/* customize_navbar_hover */ color:#444444; /* customize_navbar_hover */
}


#footer {
	/* customize_footer_font */ color:#aaaaaa; /* customize_footer_font */
}

#footer, #footer p {
	background-color: transparent;
}


/* @end */


#copyright {
	font-size: 0.8em;
	opacity: 1;
	display: none;
}
/* customize_custom_css */  /* customize_custom_css */