body,
html {
	font-family: "century gothic",sans-serif;
        margin: 0;
	padding: 0;
	background: #222222;
	color: #000;
}

body {
	min-width: 750px;
}

#wrap {
	background : #DCDCDC;
	margin: auto;
	width : 750px;
}
#midsection{
	/*width : 90%;*/
}

#header {
	height: 100px;
        margin-top: 3px;
        border-bottom:5px solid #275475;
        background: #0066AF url(/images/header.png);
}

#header .text {
	float: right;
        text-align: right;
        font-size: xx-large;
        padding: 55px 10px 0 0;
}

#nav {
 	/*font-family: sans-serif;*/ 
	font-size: .85em;
	padding-top: 5px;
	background: #0066AF url(/images/menu/listmenu_o.png) left repeat-y;
	float: left;
	width: 185px;
	height: 100%;
	/*height: 1000px;*/
}

#main {
        padding-top: 5px;
        padding-left: 5px;
	background : #DCDCDC;
	float : right;
	width : 545px;
}

#main .header {
	font-size: 1.5em;
	font-family: century gothic;
	text-align: center;
}

#main .section {
      font-weight: bold;
}

#footer {
        background:#ccF;
        clear:both;
        text-align: center;
        font-size: xx-small;
    }

p.prev-next{
	text-align: center;
}

p.content  {
	display: block;
	font-family: sans-serif;
	margin: 0 20px 5px 5px;
	text-align: justify;
	font-size: 0.9em;
}

#main p.docimages {
	text-align: center;
}

#main .docimages img {
	background-color: #fff;
 	border: 1px solid #a9a9a9;
 	padding: 4px;
}

img.w3 {
        border: 0;
}

