*	{
	padding:0;
	margin:0;
	}

body	{
	background-color:black;
	}

p, h1, h2, h3, img.sp, li {
	  color:#C8C8C8;
	 font-weight:600;
	  margin-bottom:20px;
	  }
	  
h1	{
   margin-top:60px;
	 padding: 3px;
	}

/*Div sections*/

/*#bday {
  background-image: url("../img/snow.png");
  }
*/
#container {
	   width: 1100px;
	   height: 100%;
	   overflow: hidden;
	   margin:0 auto;
	   background-color:#532E13;
	   background-image: url("../img/left-margin.png");
	   background-repeat: repeat-y;
	   }

#container2 {
	   width: 1100px;
	   height: 100%;
	   overflow: hidden;
	   margin:0 auto;
	   background-color:transparent;
	   background-image: url("../img/right-margin.png");
	   background-repeat: repeat-y;
	   background-position: top right;
	   }

#main	{
	   margin-left:80px;
	   float:left;
	   width: 500px;
	   height:100%;
	}

#content   {
    padding: 0 50px 0 50px;
    margin-bottom: 100px;
	}
	
#try   {
background: none;
	}	
/*END DIVS*/

/*Menu Stuff*/
img#logo {
	 position:absolute;
         margin: 0 0 0 -40px;
	 }

img#menupic {
	 margin: 105px 0 0 40px;
	 border: 1px solid black;
	 }
/*End Menu*/

/*Centering things*/
img.center, a.center{
    display: block;
    margin-top:50px;
    margin-left: auto;
    margin-right: auto;
    }
    
h1.center, h2.center, p.center, ul.center{
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    width:300px;
      }
/*End Center*/	


/*Index Style*/
img {
    border-style:none;
    }

li, p {
    margin: 20px 0 20px 0;
   }
   
p.news {
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    width:400px;
    } 
    
 img.sp {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100px;
    }
/*End Index*/


	  
h3 {
	  margin: 10px 10px 10px 100px;
	  }

ul	{
	list-style:none;
	}
LI.dash:Before
 	{
	content: "- ";
	}

img a:link, a:visited 	{
			color:white;
			}

/*Links*/

a:link, a:active, a:visited, a:hover {
                                      color: #FFF; 
                                      text-decoration: none; 
                                      }
                                      
p.tale{
   margin-left: auto;
   margin-right: auto;
   width:700px;
  }
  
dl{	   
    margin-top: 30px;
  }
  
dl, dd, dt {
      color:#C8C8C8;
      font-weight:600;
	   margin-bottom:7px;
	   padding: 0 8% 0 8%;
	   }

dt	{
	text-decoration:underline;
	font-family:Verdana,sans-serif;
	font-style: oblique;
	font-weight:bold;
	}
	
img#b1	{
	float:left;
	margin: 0 10px 10px 20%;	
	}

ul#barmenu	{
    margin-left:200px;
		padding-bottom:25px;
		float:left;
		width:680px;
		}

ul#barmenu li	{
		display:inline;

		}

ul#barmenu li a:link, ul#barmenu li a:visited {
		float:left;
		width:65px;
		text-decoration:none;
		text-align: center;
	 	color:#C8C8C8;
	 font-weight:600;
		margin:5px 10px 0;	
		}

