/* trbl */
/* page layouts */

html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #ffffff;
    font-family: 'Trebuchet MS', 'Futura-Medium', 'Futura', sans-serif;
	font-weight: normal;
	font-size: 14px;
    background: transparent url(../images/background_dark.gif) repeat scroll top left;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 860px;
    /*height: 100%;*/
    background: transparent url(../images/background_light.gif) repeat scroll top left;
}

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 150px;
    width: 860px;
    background: transparent url(../images/fbcyouth_header4-1.jpg) no-repeat scroll top left;
}

#menu_container {
	position: absolute;
	width: 860px;
    height: 42px;
	top: 150px;
	left: 0px;
    background: #ffffff;
    filter:alpha(opacity=20);   /* Internet Explorer       */
	-moz-opacity:0.20;          /* Mozilla 1.6 and below   */
	opacity: 0.20;              /* newer Mozilla and CSS-3 */
}

#menu_list {
	position: absolute;
	width: 860px;
    height: 40px;
    top: 150px;
	left: 0px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

#menu_list ul {
    margin: 0;
    padding: 0;
    line-height: 40px;
    text-align: center;
}

#menu_list li {
    display: inline;
	margin: 0;
	padding: 0 15px 0 15px;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-shadow: #000000 2px 2px 2px;
	filter:shadow(color=#000000, direction=135);
}

#menu_list a:link,
#menu_list a:visited {
    color: #cccccc;
    text-decoration: none;
}

#menu_list a:hover {
    color: #ffd757;
    text-decoration: none;    
}

#footer {
	width: 860px;
    height: 42px;
    position: relative;
    color: #cccccc;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    clear: both;
}

#footer .footer_trans {
	width: 860px;
    height: 42px;
    background: #ffffff;
    position:absolute;  
    top: 0px;  
    left: 0px;  
    z-index: 1;
    filter:alpha(opacity=20);   /* Internet Explorer       */
	-moz-opacity:0.20;          /* Mozilla 1.6 and below   */
	opacity: 0.20;              /* newer Mozilla and CSS-3 */
}

#footer .footer_content {
	width: 860px;
    height: 41px;
    position: relative;
    z-index: 2;
    border-top: 1px solid #999999;
}

#footer .footer_content p {
    text-shadow: #000000 2px 2px 2px;
    filter: Shadow(Color=#000000, Direction=135, Strength=2);
    margin: 0 0 0 30px;
    line-height: 42px;
}

#content {
    width: 800px;
    margin: 0 30px 0 30px;
    padding: 210px 0 0 0;
    background: transparent url(../images/bg_glow_nd.png) no-repeat scroll 0px 100px;
}

p {
    line-height: 21px;
    padding: 0 0 14px 0;
    margin: 0;
}

p.parapad_none {
	padding-bottom: 0px;
}

p.parapad_dbl {
	padding-bottom: 28px;
}

p.pagetitle {
    font-size: 26px;
    text-transform: uppercase;
    padding: 0px 0 18px 0;
}

p.paratitle {
    font-size: 18px;
    color: #cbcbcb;
    clear: both;
}

div.imgclear {
    clear: both;
}

img.content_img_right {
    float: right;
    margin: 7px 0px 7px 20px;
	border: 6px solid #ffffff;
}

img.content_img_left {
    float: left;
    margin: 7px 20px 7px 0px;
	border: 6px solid #ffffff;
}

img.content_img_center,
img.content_img_center_nb {
    display: block;
    margin: 0 auto;
	border: 6px solid #ffffff;
}

img.content_img_center_nb {
    border: 0;
}

p.img_caption {
    font-style: italic;
    text-align: center;
}