/*
Jackdaw with Crowbar
http://www.jackdawwithcrowbar.com/

Written by Robert Hills
http://www.unowebdesign.co.uk
*/

body {
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}

/*================
  GLOBAL
  ================
*/ 

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin-top: 50px;
	border: 1px solid #000000;
	margin-bottom: 50px;
}
a {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/*================
  HEADER
  ================
*/ 

#header {
	width: 742px;
	height: 55px;
	padding-top: 50px;
	margin-left: 28px;
}
#header img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*================
  MENU
  ================
*/ 

#menu {
	height: 25px;
	width: 742px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-left: 28px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #000000;
}

#menu td {
	width:16%;
	text-align:center;
	background-color: #000000;
	color: #FF6600;
}

#menu a {
	display:block;
	color:#FF6600;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-decoration: underline;
	text-transform: lowercase;
}

#menu a:hover {
	color:#FF6600;
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: uppercase;
	text-decoration: none;
}

/*================
  CONTENT
  ================
*/ 

#content {
	background-color: #000000;
	width: 722px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	padding: 10px;
}

#content img {
	border: 1px solid #FFFFFF;
}
#available_img {
	float: right;
}
#available_content {
	float: left;
	width: 140px;
}


/*================
  LIGHTBOX
  ================
*/ 

.hax_book {
	height: 99px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 3px solid #666666;
	padding: 10px;
}

/*================
  ARCHIVE
  ================
*/ 

.archive {
	width: 142px;
	float: left;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.hax_book  img   {
	margin-right: 5px;
	margin-left: 5px;
}


/*================
  CONTACT
  ================
*/ 

.formBox {
	padding: 3px;
	color: #000000;
	border: 1px solid #666666;
	width: 75%;
	background-color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 13px;
}

.lclass {
	display:block;
	color: #FFFFFF;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

/*================
  FOOTER
  ================
*/ 

#footer {
	width: 722px;
	margin-left: 28px;
	background-color: #000000;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	text-align: center;
}

#footer a {
	color: #FF6600;
}

#footer a:hover {
	text-decoration: none;
}
