﻿body
{
    background-image: url(images/layout_bg.jpg);
    margin: 0px;
    background-repeat: repeat-x;
	background-color: #0066ff;
	font-family: 'Trebuchet MS' , Calibri, Arial;
	padding: 0;
}

/* Default Layout */

#default_layout
{
    margin: 0 auto;
    width: 1000px;
    height: 810px;
    background-image: url(images/layout_default_bg.jpg);
    padding: 0 5px;
    background-repeat: repeat-x;
}

#main_default
{
	background-image: url(images/layout_main_bg.jpg);
	background-repeat:no-repeat;
	width: 1000px;
	height: 300px;
}

#main_col_left
{
	width: 470px;
	height: 260px;
	margin: 16px 10px 0 20px;
	float: left;
}

#main_col_right
{
	width: 470px;
	height: 260px;
	margin: 16px 20px 0 10px;
	float: right;
}

.sub_col_left
{
	width: 224px;
	height: 260px;
	float: left;
}

.sub_col_right
{
	width: 224px;
	height: 260px;
	float: right;
}

.sub_col_left h1,
.sub_col_right h1
{
	font-size: 14pt;
	color: #666666;
	font-weight: normal;
}

#default_main_image
{
	height: 320px;
	width: 1000px;
}

#default_menu
{
    height: 26px;
    width: 1000px;
    background-image: url(images/layout_menu_bg.jpg);
    background-repeat: repeat-x;
    background-color: #0000ff;
    text-align: right;
    padding-top: 4px;
}

#default_menu a:link,
#default_menu a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#default_menu a:hover
{
	text-decoration: underline;
	color: #0000ff;
}

#default_footer
{
    background-image: url(images/layout_footerMain_bg.jpg);
    width: 1010px;
    background-repeat: no-repeat;
    height: 10px;
    margin: 0 auto;
    font-size: 10pt;
	text-align: center;
	color: #ffffff;
	padding-top: 6px;
}

#default_footer a:link,
#default_footer a:visited
{
	color: #ffffff;
}

#default_footer a:hover
{
	color: #0000ff;
}

/* Master Layout */

#layout_container
{
    background-color: #ffffff;
    width: 1010px;
    padding: 0;
    margin: 0 auto;
    min-height: 800px;
    background-image: url(images/layout_main_container.jpg);
}

#layout_top
{
    background-image: url(images/layout_topMain_bg.jpg);
    width: 1010px;
    min-height: 800px;
    background-repeat: no-repeat;
    padding: 0 5px;
}

/* Header */

#layout_header
{
    background-image: url(images/layout_header_bg.jpg);
    width: 1000px;
    background-repeat: no-repeat;
    height: 150px;
}

#header_highlight
{
	width: 240px;
	font-size: 10pt;
	text-align: center;
	margin: 6px 0 0 760px;
}

/* Menu */

#menu
{
    height: 26px;
    width: 1000px;
    background-image: url(images/layout_menu_bg.jpg);
    background-repeat: repeat-x;
    background-color: #0000ff;
    text-align: right;
    padding-top: 4px;
}

#menu a:link,
#menu a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
	color: #0000ff;
}

/* Main Image Rotator */

#main_image
{
	height: 320px;
	width: 1000px;
}

/* Main Content */

#layout_main
{
    background-image: url(images/layout_main_bg.jpg);
    background-color: #CCCCCC;
    width: 1000px;
    background-repeat: no-repeat;
}

#main_content
{
	width: 700px;
	margin: 10px;
	float: right;
}

#main_sidebar
{
	width: 260px;
	margin: 10px;
	float: left;
}

/* Footer */

#layout_footer
{
    background-image: url(images/layout_footerMain_bg.jpg);
    width: 1010px;
    background-repeat: no-repeat;
    height: 10px;
    margin: 0 auto;
    font-size: 10pt;
	text-align: center;
	color: #ffffff;
	padding-top: 6px;
}

#layout_footer a:link,
#layout_footer a:visited
{
	color: #ffffff;
}

#layout_footer a:hover
{
	color: #0000ff;
}

/* Camp Lists */

.title
{
	font-size: 11pt;
	color: #0000ff;
}

.smltitle
{
	font-size: 9pt;
	color: #0000ff;
}

.venue
{
	font-size: 9pt;
}

.date
{
	font-size: 9pt;
}

.sidebar_link:link,
.sidebar_link:visited
{
	font-size: 9pt;
	color: #ff0000;
	text-decoration: none;
}

.sidebar_link:hover
{
	text-decoration: underline;
}



.Gallery_Image
{
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    padding-bottom: 5px;
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    border-top: #000000 1px solid;
    border-right: #000000 1px solid;
    padding-top: 5px;
}
