/* CSS Document */
body{
    margin: 20px 0px 0px 0px;
    background-color: #000000;
	background-image: url(http://www.jonathanbray.com/fiendclothing/images/fiendbg.jpg); 
    background-position: top right;
	background-repeat: no-repeat;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}

a:link {
    color: #ffffff;
	text-decoration: none;
	background-color: #73D7FC;
}

a:visited {
    color: #ffffff;
	text-decoration: none;
	background-color: #73D7FC;
}

a:hover {
    color: #000000;
	text-decoration: none;
	background-color: #ffffff;
}

img{
   border: 0px;
   padding: 0px;
   margin: 0px;
}
h1{
   font-size: 20px;
   color: #73D7FC;
   line-height: 25px;
}
h2{
   font-size: 18px;
   color: #666666;
   line-height: 20px;
}

/*-----begin page-----*/ 

   
/*-----navigatgion-----*/


.navi{   
   padding: 12px 10px 3px 3px;
   margin: 0px 0px 0px 10px;
   background-color: #73D7FC;
   background-image: url();
   border-bottom-style: solid;
   border-bottom-color: #73D7FC;
   border-bottom-width: 4px;
   height: 42px;
   width: auto;
}
 
.navi a {
   background-color: #73D7FC;
   padding-top: 12px;
   padding-right: 10px;
   padding-bottom: 3px;
   padding-left: 3px;
   border-bottom-style: solid;
   border-bottom-color: #73D7FC;
   border-bottom-width: 4px;
   font-family: georgia;
   color: #000000;
   text-decoration: none;
   font-weight: normal;
   font-size: 20px;
   float: left;	
   display: block;
}

.navi a:hover {
   padding-top: 12px;
   padding-right: 10px;
   padding-bottom: 3px;
   padding-left: 3px;
   color: #000000;
   border-bottom-style: solid;
   border-bottom-color: #000000;
   border-bottom-width: 4px;
   background-color: #ffffff;
   text-decoration: none;
}

.navi a:active {
   color: #ffffff;
   padding-top: 12px;
   padding-right: 10px;
   padding-bottom: 3px;
   padding-left: 3px;
   background: #00aeff;
} 
	
#loggedin{
    background-color: #73D7FC;
    margin: 0px 0px 0px 0px;
	padding: 5px;
	width: 200px;
	font-family: georgia;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
	float: right;

}
#loggedin a{
    margin: 0px;
	padding: 0px;
	font-family: georgia;
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
}
/*-----end navigation-----*/ 

#container{
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
/*-----header-----*/  


#header{
    margin: 10px 0px 0px 0px;
	padding: 5px;
	width: auto;
	height: 160px;

}
#header2{
    background-color: #000000;
	margin-left: 20px;
	padding-top: 20px;
	float: left;
	font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}


/*-----end header-----*/



/*-----main body-----*/



.thumb{
   margin: 5px;
   padding: 5px 2px 2px 2px;
   width: 150px;
   height: 150px;
   border: none;
   font-size: 0.9em;
   color: #ffffff;
   line-height: 16px;
   text-align: center;
   float: left;
}
.thumb a{
    margin: 0px;
	padding: 0px;
	font-family: georgia;
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
    font-size: 0.9em;
}

#contentholder{
   margin: 5px;
   width: auto;
   height: 300px;
   font-family: georgia;
   color: #ffffff;
   text-decoration: none;
   font-weight: normal;
   font-size: 15px;
   line-height: 18px;
   }

.submityourown{
   background-color: #070707;
   margin: 5px;
   padding: 15px;
   width: 325px;
   height: 100%;
   font-family: georgia;
   color: #ffffff;
   text-decoration: none;
   font-weight: normal;
   font-size: 15px;
   line-height: 18px;
   float: left;
   clear: right;
   }
   
.submityourown a{
   margin: 0px;
   padding: 5px;
   font-family: georgia;
   color: #000000;
   text-decoration: none;
   font-weight: normal;
   font-size: 15px;
   line-height: 18px;
   }
/*-------end main body------*/  
/*-------Footer------*/ 
.footer{
   background-color: #070707;
   margin: 10px 0px 0px 10px;
   padding: 0px;
   width: auto;
   height: 250px;
}   
.footertext{
   margin-left: 5px;
   padding: 5px;
   height: 200px;
   float: left;
   font-family: georgia;
   color: #ffffff;
   text-decoration: none;
   font-weight: normal;
   font-size: 15px;
   line-height: 25px;
} 
.footertext a{
   font-family: georgia;
   color: #000000;
   text-decoration: none;
   font-weight: normal;
   font-size: 15px;
   line-height: 25px;
}




