body
{
	background-color: Black;
    background-image: url(/images/background.gif);
	color: Black;
	font-family: Arial;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#container
{
	width: 800px;
}

#mainContent
{
	width: 800px;
	border: solid 1px #070707;
	margin: 10px auto 5px auto;
	text-align: left;
    background-color: #EAEAEA;
}
#keywords
{
    width: 780px;
    text-align: center;
  	background-color: Transparent;
	font-size: 8pt;
}

#header
{
	height: 140px;
    background-image: url(/images/toplogo.jpg);
    background-repeat: no-repeat;
}
   #headerText
   {
    text-align: center;
    color: #FFFFFF;
    width: 260px;
    margin: 7px 0px 0px 269px;
    float: left;
    line-height: 14pt;
   }



.navBar
{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    font-family: Franklin Gothic Medium, Arial, Helvetica, Verdana, Sans Serif;
    font-weight: bold;
    padding: 0px 15px 0px 15px;
}
.navBar a
{
  text-decoration: none;
}
.navBar a:hover
{
  text-decoration: underline;
  color: red;
}

#mainText
{
    padding: 10px;

}
#mainTextDark
{
	padding: 10px;
	background-color: #333333;
	color: #DDDDDD;
}
#mainTextDark a
{
	color: White;
}
#mainTextDark a:hover
{
	text-decoration: underline;
}



#homePageMain
{
  background-image: url(/images/gayman.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #000000;
  padding: 10px 10px 10px 415px;
}


.linkBar
{
  background-image: url(/images/blockback.jpg);
  background-repeat: repeat-x;
  width: 352px;
  height: 82px;
  margin-bottom: 12px;
  border: solid 1px #666666;
  font-family: Arno Pro, Georgia, Palatinon, Times New Roman, Serif;
}

    .linkBar .iconImage
    {
           margin: 10px 10px 0px 10px;
	float: left;
    }
    .linkBar a
    {
        text-decoration: none;
        color: #CCCCCC;
	display: block;
	width: 352px;
	height: 82px;
    }
    .linkBar a:hover

{
	background-color: #333333;
}

    .linkBar .text
    {
        width: 185px;
        text-align: center;
        color: #CCCCCC;
        cursor: hand;
        margin: 15px 0px 10px 0px;
	float: left;
    }
	.linkBar .cobaricon
{
	float: right;
}


#homepageMainText
{
  padding: 10px;
}


h1, h2
{
	font-size: 11pt;
    font-family: Franklin Gothic Medium, Arial, Helvetica, Verdana, Sans Serif;
    font-weight: bold;
    margin-bottom: 2px;

}
h1{    color: #4F308F;}
h2{    color: #BD233B;}

p
{
    margin-top: 1px;
	font-size: 11pt;
}

img
{
	border: none;
}

a
{
	text-decoration: underline;
	color: #333333;
}
	a:hover
	{
		text-decoration: none;
		color: #AAAAAA;
	}


	#mainContentLeft
	{
		width: 520px;
		float: left;
		padding: 10px 10px 10px 10px;
	}

	#mainContentRight
	{
		width: 215px;
		float: right;
		border: solid 1px black;
		padding: 5px;
	}
	
		#mainContentRight img
		{
			border: solid 1px Black;
		}
	
	#footer
	{
		width: 780px;
		background-color: White;
		margin: 10px auto 5px auto;
		text-align: center;
	}

.sidePic
{
	width: 330px;
	float: right;
	border: solid 1px #333333;
	margin-bottom: 5px;
}

/** General **/
.padding
{
	padding: 5px 5px 5px 5px;
}
.right
{
	float: right;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/** photo Gallery **/

#thumbnails
{
	height: 200px;
	width: 99%;
	overflow: scroll;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

	.thumbnail
	{
		width: 240px;
		margin-right: 5px;
	}

#fullsizeImage
{
 text-align: center;	
}

	#fullsize
	{
		width: 760px;
	}