* {margin:0;padding:0;}
body {
    background: #fff;
    color: #666;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:0.9em;
    width:100%;
    height:100%;
}
*a:link,a:visited {
    color: #666;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
h3 {
    border-bottom-color: white;
}
#page-wrapper{width:100%;height:100%;}
#page-header {width:550px;margin:0 auto;}
#page-content {clear:both;}
#content-left {width:45%;float:left;margin:50px 0px 0 0;text-align:left;border:solid 0px green;}
#content-right {width:50%;float:right;margin:50px 0 0 0px;text-align:left;border:solid 0px green;}
#page-footer {width:100%;margin:10px 0 10px 0;}
#page-footer p{text-align:center;}
#menu-top {width:100%;margin:0 auto 10px auto;}
#menu-top ul{text-align:center;}
#menu-top ul li{display:inline;}
.menu
{
    color:#828282;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:1.2em;
    list-style:none;
    margin:0;
}
.menu-item {border:solid 0px red;}
.menu-separator {margin:0 5px 0 5px; border:solid 0px blue;}
.menu-item a:link, .menu-item a:visited {text-decoration:none;color:#666;}
.menu-item a:hover, .menu-item a:active {color:#e38d47;}
.menu .selected a:link, .menu .selected a:visited{color:#e38d47;}
#page-content {line-height:1.6em;}
#page-content strong {color:#000;font-weight:normal;}
#page-content p {margin:0 0 20px 0;}
#page-content h1 {margin:20px 0 5px 0;font-weight:normal;}

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#gallery { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #fff; padding: 5px; margin:0 auto; border: 0px solid red; }

/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #fff; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay {text-align:center;}
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0.5em;}

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #fff; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: #666; font-size: 1.1em; }
.panel .panel-overlay a { color: #666; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #fff; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #e38d47; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	/*border-color: #e38d47;*/
	width:0px;
	height:0px;
	/*background:transparent url('pointer-1.png') no-repeat;*/
}
.meltdowncontent
{
    width:1050px;
    margin:0 auto 20px auto;
    overflow:hidden;
    clear:both;
}
.meltdowntext
{
    margin:25px 0 0 0;
    line-height:20px;
}
.meltdownlist
{
    list-style:none;
    margin:15px 0 10px 0;   
}
.meltdownlist li
{
    padding:5px 0 5px 0;   
}


/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}

