body {
    background-color: #1D201A;
      background-image: url(graphic/tile.gif);
	background-repeat: repeat;

}

p { 
    margin-right: 50px;
    margin-left: 40px;
}

a {
text-decoration: none;
color: #682D01;

}

h1 { 

}

h2 {
    margin-top: 25px;
    margin-right: 60px;
    margin-bottom: 10px;
    margin-left: 40px;
}

h3 {
       margin-top: 15px;
    margin-right: 50px;
    margin-bottom: 10px;
    margin-left: 40px;
}

h4 {

}

h5 { 

}

ol { 
    margin-left: 25px;
    list-style: square;
}

ul { 

}

li { 

}


img {
margin-left: 40px;
}


blockquote {
    background-color: white;
    padding: 10px;
    border: 1px dotted black;
}  

#enter { 
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -150px;
    height: 400px;
    width: 300px;
}

#enter  a{ 
    font-size: 25px;
    text-decoration: none;
}

#container { 
    background-image: url(graphic/backdrop.jpg);
	background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -518px;
    height: 738px;
    width: 1036px;
}

#container2 { 
    background-image: url(graphic/backdrop2.jpg);
	background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -518px;
    height: 738px;
    width: 1036px;
}

#content { 
     background-color: none;
         background-image: url(graphic/content.png);
	background-repeat: no-repeat;
    position: absolute;
    top: 180px;
    left: 115px;
    width: 590px;
    height: 410px;
    overflow: auto;
    
}

#nav_main { 
	position: absolute;
	top: 210px;
	left: 735px;
	width: 175px;
	height: 240px;
	text-align: left;

}

#nav_main a {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 16px;
	color: black;
	text-decoration: none;
}

#nav_main2 { 
	position: absolute;
	top: 10px;
	left: 830px;
	width: 90px;
	height: 30px;
	text-align: left;

}

#nav_main2 a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: black;
	text-decoration: none;
}

#nav_sub {

}

#site_info {
	
}

iframe {
position: absolute;
top: 50px;
left: 120px;
width: 800px;
height: 550px;
}
