/* CSS Document */

/*--- Standard Tags ---*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000;
}

a:link {
	color: #CC99CC;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #CC99CC;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #CC99CC;
	text-decoration: none;
	font-weight: bold;
}

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

H1 {
	font-size: 1.2em;
	color: #cpc;
}

H2 {
	font-size:   1em;
	color:       #c9c;
	font-weight: bold;	
}

H3 {
 font-size:   1.2em;
 color:       #c9c;
 font-weight: bold;
}

H4 {
 font-size:   1em;
 color:        #FF0033;
 font-weight: bold;
}

H5 {
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}

ul {
	list-style-type: none;

	padding-left: 0px;
}



/*--- Table Formatting ---*/

table {
	padding: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
}

/*--  Default form field formatting. --*/

form {
	margin-top: 0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;

  height:            1em;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
} 

/*--  Legend formatting  --*/

legend {
	
	color: #666666;
}

/*--  Fieldset formatting  --*/

fieldset {
	border: 1px solid #ccc;
}

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-size:          11px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #666666;
  font-weight:        bold;
  text-transform:     uppercase;
  color:              #CCCC00;
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Labels. --*/

label {
	font-size: 1.0em;
	text-align: right;
}

/*--- Used for formatting in Forms ---*/

.formLabel {

	text-align: right;
	padding: 0 5px 0 0; 
}

.formHeader {

	text-align: center;
}



/*---  LEFT SIDE BAR ---*/

#sidebar {
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	width: 155px;

}

#nav a, #nav a:visited {
	text-decoration: none;
	padding: 3px;
	border: 1px solid #000;
	display: block;
	color: #FF0000;
}

#nav a:hover, #nav a:active, #nav a:focus {
	color: #FFFFFF;
}
/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}

/*---  MAIN PAGE CONTENT ---*/
#content {
 width: 420px;
 float: left;
 text-align: left;
 margin-left: 20px;
 margin-bottom: 60px;
 padding-bottom: 30px;
 padding-left: 20px;
 voice-family: "\"}\"";
 voice-family: inherit;
 width: 390px;
}

/*--- Used for headlines ---*/

.headline {
	font-size: 1.5em;
	color: #c9c;
	font-weight: bold;
}

/*--- Main Content ---*/

#mainContent {
	padding: 0 5px 5px 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC99CC;
	min-height: 450px;
	min-width: 450px;
	margin-left: 160px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 75%;
	/* background-image: url(../images/ghost_skull.gif);
	background-repeat: no-repeat; */
}

#mainHeader {
	padding:0 0 0 0px;
	margin: 0px;
	background-image: url(../images/stripe.png);
	background-repeat: repeat-x;
	}

#container {
	width: 100%;
	/* float: right; */
	padding: 10px 0 0;
}



.last {
	margin-bottom: 0;
}
.clearing {
	clear: both;

}

.subHeadline {
	font-size: 1.1em;
	color: #CC6600;
	padding-left: 5px;
	font-weight: bold;
}

/*--- Footer ---*/

#footer {
	font-size: 0.8em;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	text-align: left;

}
.footerAds {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.thumb {
	border: thin solid #FD2104;
}

.title {
	align: center;
}