/* @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 */

#logo {
	margin: 0 auto;
	margin-top: 15px;
	width: 720px;
}
#logo a {
	height: 70px;
	width: 348px;
}
#logo a img {
	outline: none;
	display: block;
}

#container { 
	margin: 0 auto; /* Right And Left Margin Widths To Auto */
	border-width: 1px;
	border-style: solid;
	width: 720px;
	min-height: 400px;
}


#container #content {
	padding: 10px 20px;
}


#content img {
	border: none;
}

#footer {
	margin: 0 auto;
	padding-top: 15px;
}	
/* @end */

#navcontainer {
	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: #E6E6E6;/*customize_background*/
}

a:link, a:visited {
	/*customize_link*/color: #9BBD2E;/*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: #ccc;/*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*/