/* Start of CMSMS style sheet 'css' */
#comments textarea { width:300px; }

/*-- Right Side --*/

span.downarr { /* hide button */
  float: right;
  border-left: 1px solid #a4a4a4;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url(images/downarrow.png) no-repeat 5px 7px;
}


span.showbar a { /* show button */
  padding: 5px;
  font-size: 10px;
  color: #989898;
}


div#toolbar, div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 0px;
  z-index: 9999; /* keep the bar on top  */
  height: 36px;
 background-color: #000000;
 
	border-top: 3px solid #eee;

}

div#toolbar {
  width: 85%;
height: 30px;
  min-width: 100%; /* to limit the width when there is an excessive window resize */
  margin: 0px auto; /* centered toolbar */
  left: 0px;
}

div#toolbar a:hover {
  border: none; /* fix 'hover' (a:hover {border-bottom: 1px dotted #666;}) border in the News Aggregator */
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 45px;
  margin-right: 3%;
  display: none;
}

.leftside {
  float: left;
}

.rightside {
  float: right;
}


a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFFFF;
}

 


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(back.jpg);
	line-height: 18px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

.homepic
{border: 1px solid #A6A4A4;
left-margin: 5px;
background-color: #FFFFFF;
}

.homepicspace
{
margin:5px 5px 5px 5px; 

}

.style1 {color: #FF0000}

.hometext{border: 1px solid #A6A4A4;
background-color: #ffffff;
}

.hometextspace
{
margin:5px 5px 5px 5px; 
height: 200px;
width: 300px;
color: #000000;

}

.homephotos
{
background-color: #FFD6EB;
border: 1px solid #A6A4A4;
margin:5px 5px 5px 5px; 
height: 200px;
width: 300px;

}

/* End of 'css' */

