/* --------------------------------------
RESET
---------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Helvetica, Arial, sans-serif;
}

/* --------------------------------------
STRUCTURE
---------------------------------------*/

body {
background:#788d8f url(body_gradient.png) repeat-x;
text-align:center;
width: 100%;
font-size: 12px;
}


#container {
width:960px;
/*height:600px;*/
margin: 0 auto;
text-align: left;
}

#head {
height:79px;
/*padding:5px 0 25px;*/
background: url(1px.gif) left bottom repeat-x;
position: relative;
margin: 0 0 30px 0;
}

#leftnav { 
 display: inline-block;
 margin: 0px 10px 10px 0px;
 padding: 0px;
 width: 150px;
 height: 500px;
 float: left;
 border-right: 1px solid gray;
}

#content{
display:inline-block;
width:700px;
height:500px;
/*margin-left: 100px;*/
}

#footer {
padding:10px 0px;
background: url(1px.gif) left top repeat-x;
margin-top:25px;
}

/* --------------------------------------
Typography
---------------------------------------*/

#head h1 {
font-weight: bold;
}

/* --------------------------------------
MAIN NAVIGATION
---------------------------------------*/

#leftnav li {
list-style:none;
height:25px;
margin:0 0 0 5px;
padding:0;
overflow:hidden;
}

#leftnav li a {
float:left;
display: block;
font-weight: bold;
text-decoration: none;
}

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

#leftnav li a:link, li a:visited {
color:#666;
}


/* --------------------------------------
CONTENT
---------------------------------------*/
#content li {
list-style:none;
margin:10px 0 0 5px;
overflow:hidden;
background:url(li2.gif) center left no-repeat;
background-position: 0 .2em;
padding-left: 20px;
}

#content h2 {
font-size: 14px; 
text-decoration:underline;
margin-top:10px;

}

#technical img{
margin:10px;
}

