body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D0CCAC;
	}

a {
	font-size: 10px;
	font-weight: bold;
	color:#663300;
	text-align: left;
	text-decoration: none;
	display: block;
}

a:hover {color : #FFFFCC;}

#logo {
	position: absolute;
	margin-top:53px;
	width: 200px;
	height: 74px;
	top: 0px;
	z-index: 10;
	left:15px;
	background-image: url(../images/diy_logo.gif);	
    }
#middle {
	position: absolute;
	width: 99%;
	height: 120px;
	background-color: #CCCC99;
	background-image:url(../images/middle.gif);
	top: 120px;
	border: none;
	right: 120px;
	z-index:5;
    }

#navig_back{
	position: absolute;
	top: 12px;
	width:185px;
	right: 80px;
	line-height: 20px;
}

#navig{
	display: block;
	width: 95px;
	line-height: 20px;
	text-align:left;
	padding-left:50px;
	border-right: 1px solid black;
	}

.gap{height:50px}

#navig a{
	border-top: 1px solid #000000;
	padding-left:10px;
	}

#contact, #help {
	border: none;
	width: 65px;
	margin-left:120px;
	background-repeat: no-repeat;
}

#contact a, #help a{
 width: 65px;  
 height: 66px;  
 background-image: url(../images/contact.gif);  
 background-repeat: no-repeat;  
 }

#help a{
 background-image: url(../images/help.gif);  
 }

#contact a:hover {  
background-image: url(../images/cont_anim.gif);  
}

#help a:hover {  
background-image: url(../images/help_anim.gif);  
}


#bottom {
	position: absolute;
	width: 80%;
	top: 250px;
	right: 220px;
	margin-bottom: 0px;
	height: 650px;
	}


#bottom_left {
	position: absolute;
	height: auto;
	top: 0px;
	left: 50%;
	margin-left: -200px;
	margin-top: 15px;
	 }


#bottom_right {
	position: absolute;
	top: 0px;
	right: 50%;
	width: 65px;
	height: auto;
	margin-right: -290px;
	margin-top: 15px;
	}

.picture_link{
	
	border: none;
	width: 75px;
	}

.picture_link img{
	border: none;
	width: 65px;
	height: 65px;
	margin-top: 15px;
	}

#bottomtext{
	position:absolute;
	padding: 20px;
	width: 300px;
	margin-top: 0px;
	margin-left: -125px;
	left: 50%;
	top: 10px;
	font-size: small;
	color:#663300;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	}
	#bottomtext a{
	font-size: 12px;
	color:#663300;
	text-decoration: underline;
	display: inline;
	}

#bottomtext a:hover{
	color: #FFFFCC;
		}

#copyrite{
	border: thin solid #CC9900;
	font-size: 10px;
	color: #FFFFCC;
	padding: 10px;
	width: 400px;
	position: absolute;
	bottom: 10px;
	margin-left: 50px;
	}


h1 {
	font-size: x-small;
	color: #FFFFCC;
	margin-top: 50px;
	text-align: right;
	margin-right: 5px;
}

h2{
	font-size: 12px;
	color: #666633;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 10px;
	padding-left: 15px;
	text-align: left;
	margin-bottom: 2px;
}


h3 {
	font-size: medium;
	color: #CC6600;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
		
	}

h5 {
	font-size: x-small;
	color: #330000;
	margin-top: 50px;
	text-align: right;
	margin-right: 5px;
}

.para{
	margin-top: -12px;
	margin-bottom: -10px;
	font-weight: bold;
	}
ul {
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	margin-top: 12px;
	margin-bottom: 5px;
	/*margin: 1px 0 -9 5px;*/
	}
li {
	color: #666633;
	font-size: 12px;
	font-weight: 700;list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	}

hr{	
	position: relative;
	color:black;
	height: 1px;
	right: 0px;
	}

img {
	border: none;
}

.backwards{
unicode-bidi:bidi-override; direction: rtl;
}
