
	/* hide from ie on mac \*/
	
	/* end hide */

	
      body {
        font-family: arial, helvetica, sans-serif;       
        color: #F9f9f9;
        padding: 0px;
		margin:0px;
        font-size: 14px;
		background: #090909; 
		background-position: top center;
      }
	  p {
	  font-size:11px;
	  color:#e8e8e8;
	  }
	  
	  .inside{
		background: #090909; 
		background-position: top center;
      }
      #wrapper {   
        width: 817px;    
        margin: 0 auto; /* centre page content */       
        text-align: center;
		
      }
 #header {   
        width: 817px;
		padding-top:0px;    
        margin: 0 auto; /* centre page content */       
        text-align: center;
		background:#090909;
      }
	  div.scroll {
	  	text-align:left;
		font-size:10px;
		margin-left:430px;
		margin-top:40px;
		height: 350px;
		width: 380px;
		overflow: auto;
		padding: 8px;
		}
	
	  h1 {        
        color: #CCCCCC;
        font-size: x-large;
        padding: 19px 0 17px 0;
      }    
      p.adminlink {
        text-align: right; 
        font-size: small;		    
      }
      a:link, a:visited {
        color: #a4a4a4;
      }
      a:hover {
        color: #CCC;
      }
      /* basic styles for default table layout */
      table {
        table-layout: fixed; /* needed to cope with very long words */
      }
      td {
        font-size: 1em;
        overflow: hidden; /* very long words will be truncated */
        padding: 0 0.5em 0.1em 0em;
        vertical-align: top;
      }
      table.svlinks {
        padding:0px;
      }
      table.svlinks img {
        border-color: #FFF;
      }
      
      /* basic styles for div layout option */
      div.svlinks {
        text-align: left;
		width: 200px;
		margin: 0px;
		font-size:14px;
      }
	  div.svlinksmain {
        text-align: left;
		width: 905px;
		margin: 250px auto 0 auto;
      }
      div.svlinks div {
        clear: both;
      }
      div.svlinks img {
        float: left;
        margin-bottom: 10px;
        border-color: #FFF;
      }
      div.svlinks p {
        float: left;
        width: 200px;
        padding-left: 10px;
		line-height:30px;
		font-size:10px;
		text-transform:uppercase;
      }
	  div.svlinks3 p {
       padding-left: 10px;
		font-size:10px;
		text-transform:uppercase;
      }
	  div.svlinks a{
        float: left;
		line-height:30px;
        width: 200px;
        padding-left: 10px;
		font-size:10px;
		text-decoration:none;
		color:#fff;
      }
	  div.svlinks3 a{
        font-size:10px;
		text-decoration:none;
		color:#fff;
      }
      .clearboth { /* see http://www.pixelsurge.com/experiment/clearers.htm */
      	clear: both;
      	height: 0;
      	margin: 0;
      	font-size: 1px;
      	line-height: 0;
      }
	  
	  #contact-area {
	width: 250px;
	margin-top: 25px;
	margin-left:15px;
	color:#333333;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	color:#333333;
}

#contact-area textarea {
	height: 60px;
	color:#333333;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
	color:#333333;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 60px;
	padding-top: 5px;
	font-size: 1em;
}
	