/* ---------- misc ---------- */

* {
 padding: 0;
 margin: 0;
 border: 0;
 }
body	{
 background: #fff url(images/bg/<?php 
	{
		print($randomnumber);
	}
	?>.jpg) no-repeat top left;
 text-align: left;
 }
acronym {
 cursor: help;
 }
 
 .submitLink {
  color: #666; 
  font: 11px/1.3em Arial, Tahoma, sans-serif;
  background-color: transparent;
  margin: 0;
  padding: 0 0 0 0;
  text-decoration: underline;
  text-align: left;
  border: none;
  cursor: pointer;
  cursor: hand;
  }
  p				{ line-height: 1.2em; }

/* ---------- div ---------- */

#containerback {
 background: #2b7e02;
 filter:alpha(opacity=30);-moz-opacity:.30;opacity:.30;
 margin: -179px auto;
 text-align: center;
 width: 100%;
 height: 164px;
 z-index: 0;
 }

#container {
 position: relative;
 background: transparent;
 text-align: center;
 margin: -95px auto;
 width: 100%;
 height: 163px;
 border-top: #000 2px solid;
 border-bottom: #000 2px solid;
 z-index: 1;
 }
 
 
 
 
 /******  GENERAL STYLES  ******/


div, td { font-family: Georgia, "Times New Roman", Times, serif; text-align: left; padding: 0; }

form {	
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	text-align: left;
	visibility: visible;
	color: #000000;
	margin: 0;
	padding: 0;
}

input {
border : 1px solid #000000;
padding : 1px;
}

textarea {
width: 400px; /* Let's not worry about box model issues */
border : 1px solid #000000;
margin-left: 10px;
padding : 1px;
}

em {
	color: #666;
	font-weight: bold;
	font-style: normal;
}

em.nowrap {
	color: #666;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

img	{
	margin-right: 0px;
}

img.nrm {
	border:	none;
}

img.extra_buffer {
	padding: 0;
	border:	none;
}

blockquote {
	border-left: dotted 1px #000;
	margin: 0 3em 0 1em;
	padding: 0 0 0 1em;
}

/**content stuff**/

#header {
	position: relative;
	margin: 100px auto;
	text-align: center;
	width: 1030px;
	height: 20px;
}

#content {
	position: relative;
	margin: 0px auto;
	width: 1030px;
}

#footer {
	position: relative;
	margin: 100px auto;
	text-align: center;
	width: 1030px;
	height: 20px;
	font: 12px Arial;
	color: black;
}

/******  <H>TAG STYLES  ******/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333;
	padding: 0;
}

h2 {
	font-size: 13px;
	line-height: 1.2em;
	color: #000;
	font-weight: bold;
	margin: 1em 0 1em 0;
	margin-left: 8px;
	padding: 0;	
}

h2 span {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;

}

h2 em.nowrap {
	color: #4b4b4b;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

h3 {
	line-height: 1.0em;
	color: #000000;
	padding: 0;	
}

/**links**/

a, 
a:active, 
a:link, 
a:visited {
	color: #000000;
	font-size: 12px/1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#text3 a, 
#text3 a:active, 
#text3 a:link, 
#text3 a:visited {
	color: #000000;
	font-size: 12px/1.3em;
	font-family: Helvetica, Arial, Tahoma, sans-serif bold;
	text-transform: lowercase;
	
	text-decoration: none;
}

#text3 a:hover {
text-decoration: underline;
}
