/* Copyright (c) 2008 Peterborough Monster R/C Club */
/* Designed and coded by Crafty of jeffcraft.ca     */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: rgb(49, 49, 49);
}

/*Aligning all table cells to the left to prevent
IE from centering by default*/
td { 
  text-align: left;
  font-size: 80%;
}

/* Link class displaying blue link 
then underlines when hovering */
a.blue:link {
  color: rgb(0, 0, 255);
	text-decoration:none;
}
a.blue:visited {
  color: rgb(0, 0, 255);
	text-decoration:none;
}
a.blue:active {
  color: rgb(0, 0, 255);
	text-decoration:none;
}
a.blue:hover {
  color: rgb(0, 0, 255);
	text-decoration:underline;
}

/* Link class for the menubar. Displays white
text and when hovered background turns a shade of blue */
a.menuoption:link {
  color: rgb(255, 255, 255);
	font-size: 80%;
	font-weight: bold;
	text-decoration:none;
}
a.menuoption:visited {
  color: rgb(255, 255, 255);
	font-size: 80%;
	font-weight: bold;
	text-decoration:none;
}
a.menuoption:active {
  color: rgb(255, 255, 255);
	font-size: 80%;
	font-weight: bold;
	text-decoration:none;
}
a.menuoption:hover {
  color: rgb(255, 255, 255);
	font-size: 80%;
	background-color: rgb(97, 114, 150);
	font-weight: bold;
	text-decoration:none;
}

/* Link class displaying grey link 
then underlines when hovering */
a.bottom:link {
  color: rgb(100, 100, 100);
	text-decoration:none;
}
a.bottom:visited {
  color: rgb(100, 100, 100);
	text-decoration:none;
}
a.bottom:active {
  color: rgb(100, 100, 100);
	text-decoration:none;
}
a.bottom:hover {
  color: rgb(200, 200, 200);
	text-decoration:underline;
}

#container {
  width: 892px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#topleft {
  background-color: rgb(49, 49, 49);
	height: 89px;
	width: 46px;
	float: left;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: 800px;
	float: left;
}
#topright {
  background-color: rgb(49, 49, 49);
	height: 89px;
	width: 46px;
	float: left;
}
#midleft {
  background-color: rgb(49, 49, 49);
	height: 32px;
	width: 46px;
	float: left;
}
#menubar {
	background-image: url(../images/menubar.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 800px;
	float: left;
}
#midright {
	background-image: url(../images/picsrighttop.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 46px;
	float: left;
}
#bodyleft {
  background-color: rgb(49, 49, 49);
	width: 46px;
	float: left;
}
#main {
  background-color: rgb(255, 255, 255);
	padding-left: 10px;
	padding-right: 10px;
	width: 547px;
	float: left;
}
#nav {
   background-color: rgb(255, 255, 255);
   text-align: middle;
	width: 233px;
	float: left;
}
#bodyright {
	background-image: url(../images/picsright.jpg);
	background-repeat: no-repeat;
	background-color: rgb(49, 49, 49);
	width: 46px;
	height: 100%;
	float: left;
}
#bottomleft {
   background-color: rgb(49, 49, 49);
	height: 47px;
	width: 46px;
	float: left;
}
#bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	text-align: bottom;
	height: 47px;
	width: 800px;
	float: left;
}
#bottomright {
  background-color: rgb(49, 49, 49);
	height: 47px;
	width: 46px;
	float: left;
}
#navlinks {
   background-color: rgb(147, 156, 201);
   margin-left: 30px;
   padding: 5px;
   border: thin solid #000000;
   width: 165px;
   text-align: left;
}
#toplinks {
   padding-top: 5px;
   padding-left: 20px;
}
#album img {
   padding: 4px 4px 4px 4px;
	 vertical-align: top;
}
#pics {
	width: 136px;
	height: auto;
	float: left;
}

/*Class to hide/unhide DIVs*/
.hidden { display: none; }
.unhidden { display: block; }