@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/bgred1.jpg);
	background-repeat: no-repeat;
}
div#wrapper {
	margin:0 auto;
	text-align:left;
	position: relative;
	width: 700px;
	margin-top: 50px;
	padding-bottom: 60px;
}


div#header {
	height: 150px;
	background-repeat: no-repeat;
	background-position: left;
	overflow: inherit;
	background-image: url(/images/headerbald.png);
}

   div#tabs {
	font-size:75%;
	line-height:normal;
	border-bottom-width: 3px;
	height: 32px;
	border-top-width: 1px;
	background-image: url(../images/navbar/nav-barr.png);
	background-repeat: no-repeat;
	background-position: 25px;
	padding-left: 86px;
      }
    #tabs ul {
	margin:0;
	list-style:none;
	margin-bottom: 5px;
	padding-bottom: 5px;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
	margin:0;
	text-decoration:none;

	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	float: left;
      }
    #tabs a span {
	display:block;
	color:#999;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 10px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
	background-image: url(../images/navbar/nav-hover.png);
	background-repeat: no-repeat;
	background-position: bottom;
      }
    #tabs a:hover span {
      }





div#centre {
	width: 3px;
	background-image: url(../images/stripedivide.gif);
	clear: left;
	position: absolute;
	height: 370px;
	left: 316px;
	top: 204px;
	background-repeat: repeat-y;
}


div#leftcontent{
	margin: 20px;
	width: 250px;
	margin-left: 3px;
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 40px;
}

div#images{
	height: 120px;
	margin-top: 25px;
	padding-bottom: 10px;
}

div#image1{
	width: 150px;
	height: 100px;
	background-position: center center;
	margin: 15px;
	margin-left: 60px;
}

div#image2{
	width: 150px;
	height: 100px;
	background-position: center center;
	margin: 15px;
	margin-left: 20px;
}

div#image4{
	width: 150px;
	height: 100px;
	background-position: center center;
	margin: 15px;
	margin-left: 80px;
}

div#image3{
	width: 150px;
	height: 100px;
	background-position: center center;
	position: absolute;
	left: 605px;
	top: 85px;
}

div#contentlink{
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 344px;
	top: 214px;
	width: 323px;
	height: 329px;
	width: 330px;
	text-indent: 5px;
	font-size: 83%;
	padding-bottom: 5px;
	padding: 10px;
	background-repeat: repeat;
	color: #999;
	background-image: url(../images/blacklayer.png);
}

div#content{
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 344px;
	top: 214px;
	width: 323px;
	height: 329px;
	width: 330px;
	text-indent: 5px;
	font-size: 83%;
	padding-bottom: 5px;
	padding: 10px;
	background-repeat: repeat;
	color: #999;
	background-image: url(../images/blacklayer.png);
}

div#contact{
	text-indent: 5px;
	width: 240px;
	margin-left: 50px;
	margin-top: 50px;
	font-size: 100%;
}

div#contentlink{
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 344px;
	top: 214px;
	width: 323px;
	height: 345px;
	width: 330px;
	font-size: 83%;
	padding: 10px;
	background-repeat: repeat;
	color: #999;
	background-image: url(../images/blacklayer.png);
}


div#logo {
	background-image: url(../images/minilogo.png);
	position: absolute;
	height: 55px;
	width: 59px;
	left: 286px;
	top: 540px;
	background-repeat: no-repeat;
}



div#footer{
	margin:0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	height: 15px;
	padding-top: 3px;
	width: 700px;
	color: #CCC;
}



ul#link li{
	text-align: left;
	list-style-type: none;
	text-indent: 15px;
}

ul#link a{
	color: #999;
	text-decoration: none;
}

ul#link li.active a,ul#link a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed;
}
