@charset "UTF-8";
/* CSS Document */
/* All CSS Document contents Copyright 2009 Train of Thought Studios */


/*

body {
  margin: 0;
  padding: 0;
  background: url(bck.jpg) no-repeat top left;
  }

h1, h2{
  margin: 0;
  padding: 0;
  }

h3 {
  margin: 3px 0 3px 0;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  background: none;
  }

p {
  margin: 2px 0;
  }

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000;
	}

a:hover, a:active { 
	text-decoration: underline; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #333;
  background: #ccc;
  }

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }


*/





head {


}


wrapper {



}




#leftshelf {

position: absolute;
left: 0px;
top: 0px;
width: 417px;
height: 768px;
background: #000000 url(../images/leftshelf.jpg) no-repeat;

}

body {

background: #000000 url(../images/bg-x.jpg) repeat-x;



}


#content {

position: absolute;
background: #000000 url(../images/content-bg.jpg) no-repeat;
width: 451px;
height: 768px;
top: 0px;
left: 417px;


}


#content_text {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 140%;
text-decoration: none;
margin: 15px 70px 15px 25px;


}

#content_text a {
text-decoration: none;
color:#FF0000;

}

#content_text a.hover {
background: #333333;

}



.maincontent {



}


#nav {

position: absolute;
width: 156px;
height: 379px;
left: 868px;
background: #000000 url(../images/nav1.jpg) no-repeat;


}



#footer {


}


