@charset "utf-8";
/* CSS Document */


body {
	background-image: url(bg.gif);
	background-repeat: repeat;
	background-color: #dddddd;
	margin: 10px;
      }
      
#every {
	background: none;
	width: 810px;
	border-left: none;
	border-right: none;
	padding: 0px;
	spacing: 0px;
	margin: 0px;
       }

#menu {
	padding: 0px;
	spacing: 0px;
	margin: 0px;
      }
       
#all {
     background: none;
     width: 800px;
     border-left: none;
     border-right: none;
     position: absolute;
     top: 200px;
     }
      
#naviall {
         background: none;
         float: left;
         width: 266px;
         margin: 0px;
         text-align: justify;
         position: relative;
         top: 70px;
         min-height: 680px;
         }

#navi {
      background: none;
      width: 246px;
      margin: 10px;
      text-align: justify;
      position: relative;
      top: 0px;
      }

#content {
	width: 775px;
	text-align: justify;
	position: relative;
	top: auto;
	margin: 5px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding: 5px;
	padding-left: 20px;
	background-color: #666666;
         }

#footer {
        width: 790px;
        position: relative;
		padding: 5px;
		margin:5px;
		margin-top:15px;
        background-color: #444444;
	    -moz-border-radius:8px;
	    border-radius:8px;
        }

#images {
     padding: 2px;
     border: none;
     }     

ul {
   list-style-type: none;
   }

ul.links {
   list-style-type: none;
   list-style-image: none;
   display: block;
   height: 100%;
   margin-bottom: 30px;
   }

ul.links li {
   float: left;
   width: 135px;
   font-weight: normal;
   }

ul.pictures {
   list-style-type: none;
   list-style-image: none;
   display: block;
   height: 100%;
   margin-bottom: 30px;
   margin-left: 0px;
   }

ul.pictures li {
   float: left;
   width: 130px;
   font-weight: normal;
   }

ul.walls {
   list-style-type: none;
   list-style-image: none;
   display: block;
   min-height: 180px;
   height: 100%;
   margin: 10px;
   padding: 0px;
   overflow: hidden;
   
   }

ul.walls li {
   float: left;
   width: 160px;
   height: 180px;
   font-weight: normal;
   color: #cccccc;
   font-family: Trebuchet MS;
   font-size: 11px;
   text-shadow: #111111 1px 1px 0px;
   }
h1 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: left;
	height: 35px;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0px;
	padding-left: 50px;
	text-shadow: #111111 2px 2px 0px;
	font-weight: lighter;
     }

h2 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	height: 30px;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0px;
	padding-left: 50px;
	text-shadow: #111111 2px 2px 0px;
	font-weight: lighter;
     }
     
h3 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	height: 9px;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0px;
	padding-left: 50px;
	text-shadow: #111111 2px 2px 0px;
	font-weight: lighter;
     }

textarea{
     background-color: #444444;
	 -moz-border-radius:8px;
	 border-radius:8px;
     font-family: Tahoma;
     font-size: 8pt;
     color: black;
     border: black 1px solid;
  }


input{
     background-color: #444444;
     -moz-border-radius:8px;
     border-radius:8px;
     font-family: Tahoma;
     font-size: 8pt;
     color: black;
     border: black 1px solid;
}

td {
     border: 0px;
     padding: 0px;
     }

tr {
     border: 0px;
     padding: 0px;
     }


A:Link {
	text-decoration: none;
	color: #CBB6FB;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #333333 1px 1px 0px;
       }
       
A:Visited {
	text-decoration: none;
	color: #CBB6FB;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #333333 1px 1px 0px;
          }
          
A:Hover {
	text-decoration: none;
	color: #875EE6;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #333333 1px 1px 0px;
        }

.text {
       color: #cccccc;
       font-family: Trebuchet MS;
       font-size: 11px;
	   text-shadow: #111111 1px 1px 0px;
       }

.small {
	color: #990099;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: italic;
       }
       
.special {
       color: #442e11;
       font-family: Trebuchet MS;
       font-size: 11px;
       }
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	color: #bbbbbb;
	text-shadow: #111111 1px 1px 0px;
}
u {
	color: #A9744F;
	text-decoration: none;
	border-bottom: 1px dashed;
}
i, em {
	color: #799155;
}
b, strong {
	color: #6834D9;
}

