img {
display: block;
}

html {
background: transparent url('../images/bg.jpg');
padding-top: 50px;
}

body {
width: 740px;
margin: 0 auto;
font-family: arial, sans-serif;
}

#logo {
margin-bottom: 10px;
}

#navwrap {
float: left;
width: 170px;
}

#nav li {
width: 169px;
height: 43px;
}

#nav li a {
display: block;
height: 23px;
padding: 10px 10px;
color: white;
text-decoration: none;
text-align: center;
position: relative;
cursor: pointer;
}

#nav li a:hover {
text-decoration: underline;
}

.color1 {
background: transparent url('../images/buttons/1-trans.png') left top no-repeat;
}

.color2 {
background: transparent url('../images/buttons/2-trans.png') left top no-repeat;
}

.color3 {
background: transparent url('../images/buttons/3-trans.png') left top no-repeat;
}

.color4 {
background: transparent url('../images/buttons/4-trans.png') left top no-repeat;
}

.color5 {
background: transparent url('../images/buttons/5-trans.png') left top no-repeat;
}

.color6 {
background: transparent url('../images/buttons/6-trans.png') left top no-repeat;
}

.color7 {
background: transparent url('../images/buttons/7-trans.png') left top no-repeat;
}

#nav li li {
display: none;
}

#middle {
/* margin-left: 180px; */
float: left;
margin-left: 10px;
}

#middle .content {
background:  url('../images/body-repeater.jpg') left top repeat-y;
padding: 0 15px;
width: 515px;
font-size: .8em;
}

#middle .content img, h3, h2 {
clear: both;
}

#middle .content ul {
	list-style-type: disc;
	padding-left: 1.5em;
}

#middle .content ul li {
	margin: 0.5em 0;
}

h1, h2 {
color: #396;
font-weight: bold;
}

h1 {
font-size: 1.5em;
}

h2 {
font-size: 1.2em;
margin: .5em 0;
}

h3 {
font-size: 1.1em;
margin: .5em 0;
font-weight: bold;
}

#main dl dt {
	font-weight: bold;
	margin-top: 0.5em;
}

#main dl dd {
	padding-left: 1em;
}

/* ============================================================
	Clearfix
============================================================ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */