body {
	margin: 	0px;
	padding:	0px;
	background-color: #cccccc;
	font-family: helvetica neue, arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}

img {
	border:	none;
}

#main {
  margin: 10px auto 10px auto;
  width: 1080px;
  padding-bottom: 25px;
  background: #22601F;
  border: 1px solid black;
  overflow: none;
}

#page {
	margin-left: 185px;
	margin-top: 12px;
}

#sidebar {
  float: left;
  width: 144px;
  background-color: #aaccaa;
  border: 1px solid black;
  padding: 8px;
  margin: 12px;
  text-align: center;
}

#secondarynav {
  width: 860px;
  text-align: left;
  background-color: #fff;
  background-image:	url(images/greyfade.jpg);
  background-repeat: repeat-x;
  padding: 10px;
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid black;
}

.clear {
	clear: both;
}

div.selector_item {
  float:left;
  text-align: center;
  margin: 5px;
  white-space: nowrap;
}

a.selector, a.selected, a.selector_disabled {
  border: 1px solid black;
  padding: 1px 4px;
  margin: 2px 2px 2px 2px;
  text-decoration: none;
  color: #000000;
}

a.selector_disabled {
  border: 1px solid #666666;
  color: #666666;
}

a.selected {
  border: 1px solid #e11a11;
  color: #e11a11;
}

a.selector:hover {
  color: #e11a11;
}


div.wallcontainer {
  position: relative;
  height: 310px;
  background: #22601F;
  margin-bottom: 8px;
}

div.thumb {
   width: 400;
   height: 250;
   position: absolute;
   border: 1px solid black;
}

div.right {
  position: absolute;
  margin: 0px ;
  padding: 10px 0px 0px 17px;
  top: 0px;
  width: 418px;
  height: 295px;
  left: 445px;
  border: 1px solid black;
  background: #fafffa;
}

div.left {
  position: absolute;
  padding: 10px 0px 0px 17px;
  width: 418px;
  height: 295px;
  border: 1px solid black;
  background: #fafffa;
}

div.selector_container2 {
  position: absolute;
  top: 272px;
  padding: 0px 1px;
  height: 14px;
}

div.selector_container {
  padding: 6px 1px;
  border: 1px solid black;
}
div.selector_title {
  display: inline;
  text-align: left;
  font-weight: bold;
  padding: 1px;
  margin: 4px;
}

a.selectorside, a.selectorsided {
  text-decoration: none;
  color: #000000;
}
a.selectorsided {
  color: #e11a11;
}

.selectorside:hover {
  color: #e11a11;
}

div.sidesel, div.sideseld {
  text-align: center;
  width: 120px;
  height: 15px;
  padding: 2px;
  margin: 5px 0px 0px 9px;
  border: 1px solid black;
  font-weight: bold;
}

div.sideseld {
  border: 1px solid #e11a11;
}

.selector_left, .selector_right, .selector_middle, .selector_cat {
  position: relative; 
  left: 0px;
  line-height: 200%;
}
.selector_right {
  left: 40px;
  top: -24px;
}

.selector_middle {
  left: auto;
  right: auto;
}

.left {
	position: absolute;	
	text-align:	left;
	padding:	0px;
	left: 	0px;
}

.right {
	position: absolute;	
	text-align:	left;
	padding:	0px;
	right:	0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font: 12px helvetica neue, arial, helvetica, verdana,  sans-serif;
	font-weight: bold;
	margin:	0px 0px 3px 0px;
}
h1 {
	font-size: 16px;
	text-align: center;
}
h2 {
	font-size: 14px;
	text-align: center;
}
h3 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #e11a11;
}

a:hover {
  color: #e11a11;
}
.sideText  {
	font: 11px verdana, arial, helvetica, sans-serif;
}
.footertext {
	color: #000033;
	font: 10px verdana, arial, helvetica, sans-serif;
	border-bottom: 1px none;
}
.comment {
	border: 1px solid #bbbbbb;
	background: #eeeeee;
	margin: 0 0 10px 0;
	padding: 5px 10px 10px 10px;
	text-align: left;
	clear: both;
}
.error, .note, .blue, .yellow, .green, .red, .textad, .purple {
	border: 1px solid #c7cfd5;
	background: #f1f5f9;
	margin: 5px 0 10px 0;
	padding: 15px;
	text-align: left;
	clear: both;
}
.error {
	border: 1px solid #f0abb2;
	background: #ffebec;
}
.green {
	border: 1px solid #c0e5b7;
	background: #eeffeb;
}
.red {
	border: 1px solid #f0abb2;
	background: #ffebec;
}
.yellow {
	border: 1px solid #F0E7AB;
	background: #FFFEEB;
}
.purple {
	border: 1px solid #C39AFF;
	background: #F1E7FF;
}


