html {height:100%}



body {

	height:100%;

	background-image:url('images/mainbg.jpg');

	background-height:100%;

	background-repeat:no-repeat;

	background-attachment:fixed;

	background-position:center;

	background-color:#000;

	font-family:verdana;

	color:#fff;

	font-size:10pt

}



#header 	{

	width:820px;

	height:203;

	margin:0 auto;

	background-image:url('images/headerbg.gif');

	background-repeat:no-repeat;

	overflow:auto

}



#footer {

	width:820px;

	height:auto;

	margin:0 auto 0 auto;
	
	text-align:center;
}



#container {

	width:800px;

	height:auto;

	margin:30px auto

}



#content {

	width:770px;

	height:auto;

	margin:0 auto;

	padding:15px

}



#left {float:left;width:500px;margin-top:10px}

#right {float:right;width:230px;margin-top:150px;margin-right:25px}

#bottom {width:900px;margin:0 auto;float:clear}



#logo {float:left;margin-left:20px;margin-top:30px}

#links {float:right;margin-right:30px;margin-top:25px}



form.contact {margin-left:20px;padding-top:20px}

textarea,input {font-family:verdana;color:#900;font-size:10pt;border-style:solid;border-color:#900;border-width:2px}

input.button {font-family:verdana;color:#fff;font-size:8pt;background-color:#900}



table.comments {width:810px}

table.interviews,table.artwork {width:780px}

td.comments {padding-left:20px;font-size:9pt}



hr {width:95%;color:#cc0;height:1px}



h1 {font-size:19pt;padding-left:20px}

h2 {font-size:18pt;padding-left:20px}

h3 {font-size:15pt;padding-left:20px}



p {padding-left:20px}



img.blogimg {float:left;padding-left:20px;padding-right:15px}

img.logo {margin:20px 20px;float:left}

img.links {padding-left:80px}

img.recent,img.interviews,img.artwork ,img.contact,img.newsletter{margin-left:20px}

img.comments {margin-left:20px;padding-top:10px}

img.icons {margin:0 340px;padding-top:20px}



a:link {color:#fff;font-size:10pt} 

a:visited {color:#fff;font-size:10pt} 

a:active {color:#fff;font-size:10pt} 

a:hover {color:#cc0;font-size:10pt}

/**************** MOVING BOXES *******************/

.mb-wrapper {
  width: 900px; /* default, this is overridden by script settings */
  border: 5px solid #ccc;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  box-shadow: inset 0 0 10px #888;
  -moz-box-shadow: inset 0 0 10px #888;
  -webkit-box-shadow: inset 0 0 10px #888;
}

/* Panel Wrapper */
.mb-slider, .mb-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;

  /***(>'-')> Control Panel Font size here <('-'<)***/
  font-size: 12px;
}

/* active slider border highlight */
.mb-active-slider {
  border-color: #999bff;
}

/*** Slider panel ***/
.mb-slider .mb-panel {
  width: 350px;  /* default, this is overridden by script settings */
  margin: 5px 0;
  padding: 5px;
  display: block;
  cursor: pointer;
  float: left;
  list-style: none;
}

/* Cursor to arrow over current panel, pointer for all others,
  change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
 cursor: auto;
}

/*** Inside the panel ***/
.mb-inside {
  padding: 10px;
}

.mb-inside * {
  max-width: 100%;
}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
  display: block;
  width: 45px;
  height: 58px;
  background: transparent url('images/arrows.png') no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -29px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
}
a.mb-scrollButtons.mb-left {
  background-position: left top;
  left: -45px;
}
a.mb-scrollButtons.mb-right {
  background-position: right top;
  right: -45px;
}
a.mb-scrollButtons.mb-left:hover {
  background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
  background-position: right bottom;
}
a.mb-scrollButtons.disabled {
  display: none;
}

/*** Controls added below the panels ***/
.mb-controls {
  margin: 0 auto;
  text-align: center;
  background: #ccc;
  position: relative;
  z-index: 100;
}
.mb-controls a {
  color: #444;
  font: 12px Georgia, Serif;
  display: inline-block;
  text-decoration: none;
  padding: 2px;
  height: 18px;
  margin: 0 5px 0 0;
  text-align: center;
  outline: 0;
}
.mb-controls a.current, .mb-controls a:hover {
  color: #fff;
}
.mb-active-slider .mb-controls {
  background: #999bff;
}

ul#boxes {
	list-style:none;
	text-align:center;
}

ul#boxes img {
	border:none;
}
