

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
background: url(../images/bgg.png);
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/

#all {
width: 100%;
height: 100%;
background: url(../images/bgg.png);
}

#center {
width: 980px;
margin: auto;
}

#header {
width: 980px;
height: 215px;
background: url(../images/hypnohead.png);
}

#abcontact {
width: 980px;
height: 130px;
}

#about {
width: 490px;
height: 130px;
float: left;

}

.zag {
color: #272020;
font-weight: bold;
}

.fill {
color: #8db6c3;
} 

#contact {
width: 490px;
height: 130px;
float: right;

}


#nav {
width: 980px;
height: 35px;
}


#innernav {
width: 980px;
height: 45px;
margin: auto;
background: url(../images/navnewbg.png);
}



ul {
margin: 0;
padding: 0;
list-style-type: none;
float: left;
}



ul li {
float: left;
padding-top: 25px;
padding-left: 25px;
}


li.new {
padding: 0;
padding-top: 12px;
margin: 0;
display: block;
width: 190px;
height: 35px;
font-family: arial;
font-size: 14px;
}

li.new  a{
margin-left: 50px;
}

#footer {
height: 160px;
background: url(../images/logodown.png)no-repeat right;
clear: both;
}

/* =Links
-----------------------------------------------------------------------------*/
a {
color: #727a7b;
text-decoration: none;
}

a:hover {
color: #9c9c9c;
}


/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

span {
display: block ;
padding-top: 20px ;
padding-left: 25px;
font-size: 12px;
color: #9e9e9e;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  margin: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/

