body {
	margin:0;
	padding:0;
	width: 8000px;
	height: 580px;
	color:#999999;
	background-color: #000;
	font-family: Tahoma, Sans-Serif;
	font-size: 62.5%;
	line-height: 150%;
	background-attachment: fixed;
	background-image: url(../images/bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h2 {
	font-size: 1.1em;
	color:#71552D;
}
h1 {
	font-size: 1.4em;
	color:#B9874A;	
	padding-top: 0px;
	margin-top: 0px;
}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 580px;
	background-attachment: scroll;
	background-image: url(../images/sin.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#graphic {
	height: 580px;
	background-attachment: fixed;
	background-image: url(../images/design_tattoo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#leftsider {
	float: left;
	width:300px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}

#leftsider h1 {
	padding-left: 5px;
	font-size: 1.4em;
	color:#B9874A;	
	padding-top: 0px;
	margin-top: 0px;
}
#leftsider h2 {
	font-size: 110%;
	padding-left: 5px;
}

#menu {
	margin-top: 40px;
	padding-left: 6px;
	font-size: 110%;
}


#menu li{
	margin-top: 10px;
	
}

#menu ul {
	list-style: url(../images/rightsmall.png);
	font-size: 110%;
}

#menu a{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-size: 110%;
}

#menu a:hover{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
}

#content {
	float: left;
	font-size: 1.1em;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
	
}

#content a{
	text-decoration: none;
	color: #fff;
}
#content a:hover{
	color: #B9874A;
}

#content h4 {
	font-size: 1.2em;
	color: #e80000;
}
iframe {
	overflow-x: hidden;
	overflow-y: auto;}
	
.par {
	padding-left: 30px;
	float: left;
	width: 360px;
	height: 360px;
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 0px;
	background-repeat: repeat;
}

.alt {
	margin-left: -150px;
	float: left;
	width: 360px;
	height: 360px;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 0;
			
	}

#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
text-decoration:none;
	background: url(../images/leftsmall.png) no-repeat scroll left center;
	color: #fff;
	font-size:0.9em;
}

p.secbot a:hover {
	background: url(../images/leftsmall.png) no-repeat scroll left center;
	color: #e80000;
}


#arrows {
	position: fixed;
	top: 470px;
	left: 550px;
	width: 90px;
	height: 35px;
	cursor: pointer;
}

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

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 35px;
	height: 35px;
}

#arrows ul li a{
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../images/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../images/rightbig.png) no-repeat;}
#arrows ul #left a:hover {background: transparent url(../images/leftbig_on.png) no-repeat;}
#arrows ul #right a:hover {background: transparent  url(../images/rightbig_on.png) no-repeat;}
.lighter{
	color: #CCCCCC;
}
.pseuda {
	color: #fff;
	cursor: pointer;
	font-weight: bold;

}
.pseuda:link {
	text-decoration: none;
	color: #fff;}
.pseuda:visited {	text-decoration: none;
	color: #ccc}
.pseuda:hover, pseuda:active{
	color: #B9874A;
	text-decoration: none;
}
.red {color: #e80000}
