/* CSS Document */

a {
  font-weight: bold; 
  text-decoration: none; 
}

a:hover {
  font-weight: bold; 
  text-decoration: none; 
}

body {
  min-width: 920px;
}

body, html {
  margin: 0;
  padding: 0;
  background: #000000;
  color: #FFFF00;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
}

h5 {
  font-size: 14px;
}

img {
  border-style: none;
}

ul {
  list-style-type: none;
}

/* ID's */

#bigbox {
  width: 601px;
  border-collapse: collapse;
}

#bigboxbottom {
  height: 97px;
  width: 601px;
  vertical-align: top;
  background: #000000 url(img/bigboxbottom.png) no-repeat;
}

#bigboxbottom a {
  color: #FFFF00;
}

#bigboxbottom a:hover {
  color: #FFFFFF;
}

#bigboxleft {
  width: 5px;
  background: #000000 url(img/bigboxleft.png) repeat-y;
}

#bigboxmiddle {
  width: 591px;
}

#bigboxmiddle a {
  color: #FFFFFF;
}

#bigboxmiddle a:hover {
  color: #FFFF00;
}

#bigboxright {
  width: 5px;
  background: #000000 url(img/bigboxright.png) repeat-y;
}

#bigboxtop {
  height: 96px;
  width: 601px;
  vertical-align: bottom;
  background: #000000 url(img/bigboxtop.png) no-repeat; 
}

#footer {
  clear: both;
}

#footer p {
  padding: 5px;
  margin: 0px;
}

#header {

}

#left { 
  width: 603px; 
}

#main {
  float: left;
  width: 603px;
  /* Takes the place of #left */
}

#main h2, #main h3, #main p {
  padding: 0 10px;
}

#right {
 /* background-color:#FF0000; */ /* For testing purposes only */ 
 float: right; 
 width: 302px;
 height: auto;
 margin-left: 3px;
}

#sidebar {
  padding-top: 35px;
  float: right;
  width: 302px;
  /* Takes the place of #right */
}

#sidebar h3, #sidebar p {
  padding: 0 10px;
}

#sidebar ul {
  margin-bottom: 0px;
}

#wrap {
  margin: 0 auto;
  width: 920px;
}

/* Classes */

.bigboxtext {
  color: #FFFFFF;
}

.bigboxtext strong {
  color: #FFFF00;
}

.rbox {
  width: 301px;
  border-collapse: collapse;
}

.rbox a {
  color: #FFFFFF;
}

.rbox a:hover {
  color: #FFFF00;
}

.rboxbottom {
  height: 40px;
  width: 301px;
  vertical-align: top;
  background: #000000 url(img/rboxbottom.png) no-repeat;
}

.rboxleft {
  width: 5px;
  background: #000000 url(img/rboxleft.png) repeat-y;
}

.rboxmiddle {
  padding-top: 5px;
  width: 291px;
}

.rboxright {
  width: 5px;
  background: #000000 url(img/rboxright.png) repeat-y;
}

.rboxtext {
  color: #FFFFFF;
  font-size: 12px;
}

.rboxtop {
  font-size: 13px;
  height: 39px;
  width: 301px;
  vertical-align: bottom;
  background: #000000 url(img/rboxtop.png) no-repeat;
}

/* Gallery Add-On's */

.noshow {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
}
.imghover {
	border-style: solid;
	border-width: 2px;
	border-color: #003250;
}

.imgoff {
	border: none;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
}

.fimghover {
	border-style: solid;
	border-width: 2px;
	border-color: #003250;
}

.fimghoveryellow {
	border-style: solid;
	border-width: 2px;
	border-color: #FFCC00;
}

.fimgoff {
	border: none;
	border-style: solid;
	border-width: 2px;
	border-color: #F2F2F5;
}

