﻿html 
{
    height: 100%;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.holder
{
    width:800px;
    margin:auto;
    padding:0px;
}
.bgFrame 
{   
    background-image: url('http://www.justenjoy.tv/test/images/edge-fade.png');
    background-position: left;
    background-repeat: repeat;
    width: 800px;
    margin: 0px;
    padding: 0px;
    background-color: Transparent;
    float: left;
    
}

div.mainFrame 
{
    width: 780px;
    padding: 0px;
    background-color: white;
    margin: 0px;
    margin-left: 10px;
    float: left;  
}

.clear 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    background-color: Aqua;
}
.mainFooter
{
    float:left;
    width:100%;
    clear: both;
}

/* Clearing fix 
div.mainFrame:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
    /*div.mainFrame {height: 1%;} */
/* End hide from IE-mac */

div.leftContainer 
{
    width: 190px;
    float: left;
}

div.menuContainer 
{
    float: left;
    padding-bottom: 10px;
}

div.mainContent
{
    float: left;
    width: 590px;
}

div.content 
{
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    min-height: 320px;
}

a img 
{
    border: none;
    text-decoration: none;
}

/** links*/
a.green:link {text-decoration: none; color: #fff; background: #000;}
a.green:visited {text-decoration: none; color: #fff; background: #000;}
a.green:active {text-decoration: none; color: #fff; background: #000;}
a.green:hover {text-decoration: none; color: #fff; background: #9FD168;}

a.blue:link {text-decoration: none; color: #fff; background: #000;}
a.blue:visited {text-decoration: none; color: #fff; background: #000;}
a.blue:active {text-decoration: none; color: #fff; background: #000;}
a.blue:hover {text-decoration: none; color: #fff; background: #00b5ef;}

a.yellow:link {text-decoration: none; color: #fff; background: #000;}
a.yellow:visited {text-decoration: none; color: #fff; background: #000;}
a.yellow:active {text-decoration: none; color: #fff; background: #000;}
a.yellow:hover {text-decoration: none; color: #fff; background: #F6D300;}

a.red:link {text-decoration: none; color: #fff; background: #000;}
a.red:visited {text-decoration: none; color: #fff; background: #000;}
a.red:active {text-decoration: none; color: #fff; background: #000;}
a.red:hover {text-decoration: none; color: #fff; background: #DF0024;}

/** sublinks*/
a.greensub:link {text-decoration: none; color: #000;}
a.greensub:visited {text-decoration: none; color: #000;}
a.greensub:active {text-decoration: none; color: #000;}
a.greensub:hover {text-decoration: none; color: #fff; background: #9FD168;}

a.bluesub:link {text-decoration: none; color: #000;}
a.bluesub:visited {text-decoration: none; color: #000;}
a.bluesub:active {text-decoration: none; color: #000;}
a.bluesub:hover {text-decoration: none; color: #fff; background: #00b5ef;}

a.yellowsub:link {text-decoration: none; color: #000;}
a.yellowsub:visited {text-decoration: none; color: #000;}
a.yellowsub:active {text-decoration: none; color: #000;}
a.yellowsub:hover {text-decoration: none; color: #000; background: #F6D300;}

a.redsub:link {text-decoration: none; color: #000;}
a.redsub:visited {text-decoration: none; color: #000;}
a.redsub:active {text-decoration: none; color: #000;}
a.redsub:hover {text-decoration: none; color: #fff; background: #DF0024;}

a.orangesub:link {text-decoration: none; color: #000;}
a.orangesub:visited {text-decoration: none; color: #000;}
a.orangesub:active {text-decoration: none; color: #000;}
a.orangesub:hover {text-decoration: none; color: #fff; background: #ff8918;}

a.purplesub:link {text-decoration: none; color: #000;}
a.purplesub:visited {text-decoration: none; color: #000;}
a.purplesub:active {text-decoration: none; color: #000;}
a.purplesub:hover {text-decoration: none; color: #fff; background: #c900b6;}

/* Gallery Images */
.galleryimage {
	border: 0px;
	padding: 0px;
	margin: 25px;
	float: left;
	display: block;
}
.galleryimage img{
	border: none;
}


a.admin 
{
    text-decoration: none;
    background-color: Black;
    color: White;
    position: fixed;
    right:0px;
    bottom: 0px;
}

h1 
{
    font-size: 1.5em;
}

h2 
{
    font-size: 1.2em;
}

h3 
{
    font-size: 1.1em;
}

.find
{
    margin: 0px;
    padding: 0px;
    background-image: url('../images/find-banner.gif');
    background-repeat: no-repeat;
    text-align: right;
    margin-left: 6px;
    padding-top: 10px;
    height: 70px;
    color: #FFF;
    font-weight: bold;
}
.find p
{
     margin: 0px;
     padding: 0px;
     margin-right: 46px;
     margin-bottom: 4px;
}