/* @override http://ratskin.org/ratskinstyles.css */

body
 {
	background: #000 url("/rsbgnew.jpg") repeat-y fixed left;
	margin-left: 30px;
	color: white;
	font-family: "Courier New", Courier, Monaco, monospace;
}
 p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
    color: #fff;
    font-size: 16px; 
    margin-left: 5%;
	letter-spacing: 0px
  }
 

#blog, #page {
	width: 800px;
	margin: 0 auto;
}
#box a {
	line-height: 10px;
}

div.box_hide{
	width: 0px;
	height: 0px;
	visibility: hidden;
}

a:link {font-size: inherit;}
a:link {color: #ff9966; text-decoration: none}
a:visited {color: #ff9966; text-decoration: none}
a:hover {color: #333333; text-decoration: none}
a:active {color: #ff9966; text-decoration: none}


h1 {
    	letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 24px;
    
    }
    
#header h1{
	font-size: larger;
	text-align:left;
}
  
h2
{color: #dddddd;}

#menu h2 a
{
font-size: 12px;
letter-spacing: -.4px;
text-align: left;
}

.box h1{
	text-align: center;
}
 
.box h2{
	margin: 5%;
	text-align: center;
}

.r_img{
	padding-top:10px;
	margin-left: 25%;
	text-align: center;
}
.box p, h2, h1, a, img {

	opacity: 1;
}


.box { 
  margin: 4%;
  border: solid; 
  border-width: 3px; 
  padding-right: 30px;
  padding-left: 15px;
  width: 70%; 
  border-color: #ff9966;
  background-color: black;
  opacity:.8 ; }


#page{
	float: left;	
}  