mainImage {
margin-top: 10px;
margin-bottom: 10px; 
margin-left: 10px; 
margin-right: 10px; 
border: 1px solid; 
border-color:#FFFFFF;
 }

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #222 url(images/headergrunge.jpg) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #fff;}
 

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.pink { color: #D01A71;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container { width: 776px;}



/***Header***/

 
#logo { float: left; padding-left: 10px;}

#logo h1 { 
 margin-top: 30px;
 margin-left: 10px;
 font-size: 2.0em;
 letter-spacing: -0.1em;}
 
#search {
 margin-top: 30px;
 float: right;}
 
#search button { margin-left: 5px; padding: 0 2px 2px 2px;}

/***left Side Bar***/

#navlist { float: left; width: 170px; margin-top: 30px; margin-left: 5px;}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 height: 25px;
  width: 100px; 
 padding: 9px;
 margin: 5px;
 background: inherit;
 border-right: 4px solid #444;
 color: #999;
 text-transform: lowercase;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #f4f4f4;
 background: #333;
 border-right: 4px solid #D01A71;}
 
#navlist li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #444;}


/***Content***/

#content { float: right; width: 586px; margin-top: 30px; margin-left: 2px; min-height:400px;
height:auto !important;
height:400px;}

#content a { 
color:#D01A71; 
font-weight: bold;

}
#content img {
border:groove;
border-color:#888888;
}

#content a:hover { 
color: #fff; 
background: #D01A71; 
font-weight: bold;}
 
#content p {line-height: 1.4em; font-size: 1.0em; margin-bottom: 20px; color: #f4f4f4;}

 
#content h2 {
color: #999;
letter-spacing: -0.02em;
margin-bottom: 4px;
}

#content h2:hover { color: #fff;}

	#content .code{
	  color: #444;
	  background: #F4f4f4 url(images/codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  font-size: 0.8em;
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#content  code {
	  color: #fff;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #333;
	  font-size: 1.2em;}

#content blockquote { color: #999; font-style: italic; text-align: center; width: 300px; margin: 10px auto;}
 
 
/*** pictures ***/

#pix { float: right; width: 586px; margin-top: 30px; margin-left: 2px; min-height:400px;
height:auto !important;
height:400px;}

#pix a { color:#D01A71; font-weight: bold;}

#pix a:hover { 
color: #fff; 
background: none; 
font-weight: bold;}
 
#pix p {line-height: 1.4em; font-size: 1.0em; margin-bottom: 20px; color: #f4f4f4;}

 
#pix h2 {
color: #999;
letter-spacing: -0.02em;
margin-bottom: 4px;
}

#pix h2:hover { color: #fff;}

	#pix .code{
	  color: #444;
	  background: #F4f4f4 url(images/codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  font-size: 0.8em;
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#pix code {
	  color: #fff;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #333;
	  font-size: 1.2em;}

#pix blockquote { color: #999; font-style: italic; text-align: center; width: 300px; margin: 10px auto;}
 


/***Content***/

#press_content { float: right; width: 586px; margin-top: 30px; margin-left: 2px; min-height:400px;
height:auto !important;
height:400px;}

#press_content a { 
color:#D01A71; 
font-weight: bold;
text-decoration: none;

}
#press_content img {
border-width:medium;
border:groove;
border-color:#888888;
border-bottom-style:groove;
}


 
#press_content p {line-height: 1.4em; font-size: 1.0em; margin-bottom: 20px; color: #f4f4f4;}

 
#press_content h2 {
color: #999;
letter-spacing: -0.02em;
margin-bottom: 4px;
}

#press_content h2:hover { color: #fff;}



 
