/* CSS Document */
body{
    padding-top: 5px;
	padding-left: 5px;
    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;
	padding: 5px;
}

a:visited {
    color: #ffffff;
	text-decoration: none;
	background-color: #73D7FC;
	padding: 5px;
}

a:hover {
    color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding: 5px;
}

img{
   border: 0px;
   padding: 0px;
   margin: 0px;
}

h1{
   font-size: 20px;
   color: #73D7FC;
   line-height: 25px;
}

/*-----begin page-----*/ 

   
/*-----navigatgion-----*/


.navi{   
   padding: 10px;
   margin-left: 0px;
   background-color: #73D7FC;
   background-image: url();
   height: 42px;
   width: 720px;
}
 
.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;
} 	
	
/*-----end navigation-----*/ 

#container{
    background-color: #070707;
	width: 720px;
	height: 100%;
	padding: 10px 10px 40px 10px;
	overflow: hidden;
}
/*-----header-----*/  


#header{
    margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(headerimage2.jpg);
	width: 700px;
	height: 150px;

}

#loginform{
    background-color: #000000;
	padding: 5px;
	width: 190px;
	height: 140px;
	float: left;
	font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
#header2{
    background-color: #000000;
	width: 500px;
	height: 150px;
	float: left;
	font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}


/*-----end header-----*/



/*-----main body-----*/
.spacer{
   margin: 0;
   padding: 0;
   background-color: #070707;
   background-repeat: repeat;
   width: 700px;
   height: 20px;
}

#newsandupdates {
   margin: 0;
   padding-top: 5px;
   padding-bottom: 5px;
   background-color: #000000;
   width: 700px;
   font-size: 16px;
   font-weight: normal;
   text-decoration: none;
   color: #ffffff;
   }
#newsandupdates:hover{
   margin: 0;
   padding-top: 5px;
   padding-bottom: 5px;
   background-color: #73D7FC;
   width: 700px;
   font-size: 16px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}

.recentdesigns{
   margin-left: 5px;
   padding: 0px;
   width: 340px;
   float: left;
}

.thumb{
   margin: 5px;
   padding: 5px 2px 2px 2px;
   width: 150px;
   height: 150px;
   border: none;
   background-color: #ffffff;
   font-size: 0.8em;
   line-height: 16px;
   text-align: center;
   float: left;
}
.mostpopular{
   margin: 5px;
   padding: 5px 5px 5px 5px;
   width: 310px;
   height: 200px;
   border: none;
   background-color: #ffffff;
   font-size: 0.8em;
   line-height: 16px;
   text-align: center;
   float: left;
}
.submityourown{
   background-color: #070707;
   margin-top: 5px;
   padding-left: 5px;
   padding-top: 10px;
   padding-bottom: 20px;
   width: 350px;
   font-family: georgia;
   color: #ffffff;
   text-decoration: none;
   font-weight: normal;
   font-size: 15px;
   line-height: 18px;
   float: left;
   }
   
/*-------end main body------*/



