@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: devroye;
	src: url('devroye.ttf')
	format("truetype");

}
body{
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#240503;
	background-attachment:fixed;
	
}
#wrapper{
width:855px;
height:100%;
left:50%;
margin-left:-428px;

position:absolute;
	
}
#nav{
	width:221px;
	margin-top:145px;
	position:fixed;
	height:100%;
	text-align:right;
	float:left;
}
.nav{
	padding-bottom:10px;
}
#contenta{
	padding-top:135px;
	width:637px;
	float:right;
	right:0px;
	padding-bottom:100px;
	
}#content{

	width:637px;
	float:right;
	background-image:url(images/textbg.png);
	
}
#text{
	padding-left:40px;
	padding-top:20px;
	padding-right:40px;
	padding-bottom:10px;
	font-family:'devroye', Tahoma, Geneva, sans-serif;
	font-size:18px;
	
	
}
#top{
	margin-top:135px;
	height:25px;
	width:637px;
	float:right;
	background-image:url(images/top.png);
	
}
#bottom{
	margin-bottom:100px;
	height:25px;
	width:637px;
	float:right;
	background-image:url(images/bottom.png);
	
}

	#seecontent{
	margin-top:135px;
	width:637px;
	text-align:center;
	float:right;
	right:0px;
	padding-top:90px;
	padding-bottom:50px;
	background-image:url(images/seecontent.png);
	
}