/* andreas05 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. More free templates are available at: http://oswd.org/userinfo.phtml?user=Andreas
Version: 1.0, September 27, 2005 */

body{
padding:0;
margin:0;
font-family: "Arial", Arial;
font-size:11pt;
background:#000000 url() no-repeat;
background-attachment: fixed; 
color:#000000;
}

a{
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:#ffffff;
}

a:hover{
background-color:#000000;
color:#ffffff;
}

a.pre{
width:165px;
text-decoration:none;
background-color:inherit;
font-weight:bold;
font-size: 13pt;
color:#ffffff;
}

a.pre:hover{
width:165px;
background:#000000 url(leather-bg.jpg);
color:#CCCC66;
}

a.link{
background-color:inherit;
font-weight:bold;
font-size: 13pt;
background:#CCCC66;
color:#000000;
}

a.link:hover{
background:#000000;
color:#CCCC66;
}

h1{
margin:0;
font-size:3.6em;
letter-spacing:2px;
text-align:right;
background-color:inherit;
color:#000000;
}

h2{
margin:0px 0 0px 0;
font-size:25pt;
letter-spacing:1px;
font-weight:normal;
color:#CCCCCC;
}

h3{
margin:0px 0 0px 0;
font-size:15pt;
letter-spacing:0px;
font-weight:normal;
color:#FFFFFF;
}

h4{
margin:0px 0 0px 0;
font-size:13pt;
letter-spacing:0px;
font-weight:normal;
color:#cccc66;
}

h5{
margin:0px 0 0px 0;
font-size:15pt;
letter-spacing:0px;
font-weight:normal;
color:#cccc66;
}

p{
margin:0 0 15px 0;
line-height:1.3em;
}


p.introduction:first-letter {
font-size : 400%;
font-weight : bold;
float : left;
width : .6em;
}
Ê


img{
border-color: #000000;
}

#topright {
position: absolute;
right: 0;
top: 0;
display: block;
height: 150px;
width: 200px;
background: url(readsign.png) no-repeat;
text-indent: -999em;
text-decoration: none;}


#title{
margin:20px auto 0px auto;
width:700px;
height:350px;
background: url(DNOTS-header.png) top right no-repeat;
}


#titlebottom{
margin:20px auto 0px auto;
width:700px;
height:225px;
background:#000000 url(DNOTS-footer.png) bottom right no-repeat;
}

#container{
margin:0 auto 15px auto;
width:700px;
padding:0px;
background:#000000 url(DNOTS-COVER-FINAL-rgb.jp) top left no-repeat;
color:#CCCCCC;
border:0px solid #ffffff;
}

#sidebar{
float:right;
width:350px;
padding-right:15px; 
}

#sidebar2{
float:left;
width:300px;
padding-left:15px; 
}

#main{
width:670px;
float:right;
padding:0px 15px 15px 15px; 
}

#footer{
clear:both;
}

.menu{
display:block;
width:110px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#666633;
border:1px solid #ffffff;
}

.menu:hover{
background-color:#666633;
color:#666633;
border:1px solid #dadada;
}

.credits{
margin-bottom:0;
font-size:10pt;
background-color:inherit;
color:#aaaaaa;
}

.credits a{
background-color:inherit;
color:#999999;
}











#slider{}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:696px;
	height:300px;
	overflow:hidden; 
	}	
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:-160px;
	}	
#nextBtn, #nextBtn2{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gi) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(images/btn_next.gi) no-repeat 0 0;	
	}							
