body{
    color: #C0C0C0;
    background-color: #000000;
    background-image: url(pic/headerbg.png);
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 14px;
    margin-top: 0px;
}
body#sidebar {
	background-image: none;
	background-color: #222222;
	font-family: Tahoma;
	line-height: 25px;
}
/*----------Layout----------*/
#container {
	
	background-image: url(pic/bgimage.jpg);
	background-repeat: no-repeat;
    width: 1000px;
    margin: auto;
    position: relative;
}
#Header {
    background-image: url(pic/header.png);
    background-repeat: no-repeat;
    float: left;
    margin: auto;
    height: 230px;
    width: 1000px;
}    
#nav {
    float: right;
    width: 250px;
    border: solid 1px #333333;
    background: #222222;
    margin: 5px 0px 0px 0px;
}
#stuff {
	background: #222222; 
    border: solid 1px #333333;
	float: left;
    width: 735px;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 5px 0px;
}
#content {
	background-image: url(http://www.darkscarab.com/Layout2/newfeatured.jpg);
    width: 1000px;
    margin-bottom: 10px;
    float: left;
	color: #000000;
	border-bottom: solid 1px #333333;
}
#footer {
    background-color: #222222;
    clear: both;
    text-align: justify;
    width: 1000px;
    border: solid 1px #333333;
	padding: 0px;
	margin: 0px;
}
iframe#side {
    float: right;
    width: 250px;
    border: solid 1px #333333;
    background: #222222;
    margin-bottom: 5px;
	height: 634px; 
	
}
/*----------The Navigation Links----------*/
a#links:link, a#links:visited{
	display: block;
    width: 250px;
    height: 25px;
	border-bottom: solid 1px black;
    background-image: url(pic/linktest.png);
    background-repeat: no-repeat;
	text-align: center;
	margin-left: -8px;
	font-size: 16px;
	color: #86d90f;
}
a#links:hover, a#links:active{
	background-position: 0px -25px;
	color: black;
}
a#Animations:link, a#Animations:visited{
    display: block;
    width: 125px;
    height: 94px;
    background-image: url(http://www.darkscarab.com/Layout2/animations.jpg);
    background-repeat: no-repeat;
}
a#Animations:hover, a#Animations:active{
    background-position: 0px -94px;
}
a#Images:link, a#Images:visited{
    display: block;
    width: 125px;
    height: 94px;
    background-image: url(http://www.darkscarab.com/Layout2/images.jpg);
}
a#Images:hover, a#Images:active{
    background-position: 0px -94px;
}
a#Tutorials:link, a#Tutorials:visited{
    display: block;
    width: 125px;
    height: 94px;
    background-image: url(http://www.darkscarab.com/Layout2/tutorials.jpg);
    background-repeat: no-repeat;
}
a#Tutorials:hover, a#Tutorials:active{
    background-position: 0px -94px;
}
a#Shop:link, a#Shop:visited{
    display: block;
    width: 125px;
    height: 94px;
    background-image: url(http://www.darkscarab.com/Layout2/shop.jpg);
    background-repeat: no-repeat;
}
a#Shop:hover, a#Shop:active{
    background-position: 0px -94px;
}
a#forum:link, a#forum:visited{
    display: block;
    width: 125px;
    height: 94px;
    background-image: url(http://www.darkscarab.com/Layout2/forum.jpg);
    background-repeat: no-repeat;
}
a#forum:hover, a#forum:active{
    background-position: 0px -94px;
}
a#download:link, a#download:visited{
    display: block;
    width: 75px;
    height: 75px;
    background-image: url(http://www.darkscarab.com/Layout2/download.png);
    background-repeat: no-repeat;
}
a#download:hover, a#download:active{
    background-position: 0px -75px;
}
a#pdf:link, a#pdf:visited{
    display: block;
    width: 75px;
    height: 75px;
	position: relative;
	margin: auto;
    background-image: url(http://www.darkscarab.com/Layout2/pdf.png);
    background-repeat: no-repeat;
}
a#pdf:hover, a#pdf:active{
    background-position: 0px -75px;
}
a#vid:link, a#vid:visited{
    display: block;
    width: 58px;
    height: 75px;
	position: relative;
	margin: auto;
    background-image: url(http://www.darkscarab.com/Layout2/video.png);
    background-repeat: no-repeat;
}
a#vid:hover, a#vid:active{
    background-position: 0px -75px;
}
a#old:link, a#old:visited{
    display: block;
    width: 75px;
    height: 72px;
	position: relative;
	margin: auto;
    background-image: url(http://www.darkscarab.com/Layout2/blender245.png);
    background-repeat: no-repeat;
}
a#old:hover, a#old:active{
    background-position: 0px -73px;
}
a#new:link, a#new:visited{
    display: block;
    width: 75px;
    height: 72px;
	position: relative;
	margin: auto;
    background-image: url(http://www.darkscarab.com/Layout2/blender246.png);
    background-repeat: no-repeat;
}
a#new:hover, a#new:active{
    background-position: 0px -73px;
}
a#html:link, a#html:visited{
    display: block;
    width: 57px;
    height: 75px;
	position: relative;
	margin: auto;
    background-image: url(http://www.darkscarab.com/Layout2/html.png);
    background-repeat: no-repeat;
}
a#html:hover, a#html:active{
    background-position: 0px -75px;
}
/*----------Paragraphs and Headers----------*/
p {
    text-indent:30px;
    padding: 10px;
}
/*----------Image/Text Links----------*/
a:link, a:visited{
    text-decoration: none;
    color: #86d90f;
}
a:hover, a:active {
    text-decoration: none;
    color: #FFFFFF;
}
a img{
	border: 0px;
}
/*----------Animation Table----------*/
table#animations td {
    width: 175px;
    background-color: Black;
}
table#animations td:hover {
    background-color: Gray;
}
/*----------TUTORIAL STUFF----------*/
#foablak {
	float: right;
	position: relative;
	width: 530px;
	z-index: 0;
}
#menuhead{
	background-color: #86d90f;
	color: #111111;
	font-weight: bold;
	width: 200px;
	display: block;
	line-height: 25px;
	text-indent: 5px;
}
#balmenu {
	margin: -5px;
	position: relative;
	float:left;
	padding: 0px;
	list-style: none;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	width: 200px;
	z-index: 10;
}
#balmenu ul {
	display: block;
	width: 200px;
	position: relative;
	margin: 0px;
	background-color: #111111;
	padding: 0px;
	z-index: 10;
}
#balmenu ul li {
	background-color: #111111;
	color: #111111;
	font-weight: bold;
	width: 200px;
	display: block;
	line-height: 20px;
	text-indent: 5px;
	border-top: solid 1px black;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}
#balmenu ul li a{
	background-color: #111111;
	color: #cccccc;
	font-weight: normal;
	display: block;
	height: 20px;
	z-index: 10;
}
#balmenu ul li a:hover, #balmenu ul li{
	background-color: #254a08;
	color: #cccccc;
	height:20px;
	z-index: 9;
}
#balmenu ul li:hover ul{
	color: #cccccc;
	font-weight: normal;
	position: relative;
	left: 100%;
	top: -24px;
	display: block;
	border-color: black;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-left: solid 2px #86d90f;
	z-index: 10;
}
#balmenu ul li:hover ul li{
	color: #cccccc;
	font-weight: normal;
	display: block;
	height: 20px;
	z-index: 10;
}
#balmenu ul li ul li{
	display: none;
	z-index: 11;
}
#balmenu ul li ul li a:hover{
	color: #cccccc;
	background-color: #254a08;
	z-index: 11;
}
p#code {
    background-color: #221100;
    width: 600px;
    border: dashed 1px #ff4400;
    margin: auto;
    text-indent: 0px;
}

