body { 
	background-color: #000; 
	color: #333; 
	background-image: url('../img/bg1.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	background-attachment: fixed;
	margin: 0;

}


/************** T H I C K   T A B S ******************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

div.thickconteiner{
	margin-top: 1%;
	background-color: #000;
	border-top: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
}
div.thicktabs{
	margin: 0 auto;
	width: 300px;
	float: center;
}

#thicktabs{
padding: 0;
margin: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 13px 14px; /*padding of tabs*/
text-decoration: none;
background: transparent url(../img/BLACKbg.gif) top right no-repeat;
border-top: 2px solid #000; /*top border style*/
border-bottom: 2px solid #000; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #000; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #000; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}
#thicktabs li a:hover{
color: black;
background-image: url(../img/BLACKbgover.gif); /*background image swap on hover*/
}

/*********************D R O P - D O W N      ME N U*******************/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
background: transparent url(../img/BLACKbgmenu.gif) top right;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: black;
background-image: url(../img/BLACKbgmenuover.gif);
}

#dropmenudiv hr{
border-bottom: none;
}


#dropmenudiv p{
/*display: inline;*/
margin: 0;
padding: 0;
text-align: center;
text-decoration: thick;
border-bottom: 2px solid black;
background-color: #A2A2A2;
}



