html, body {
    height:100%;
	padding:0;
	margin:0;
}    
    
body {  
	padding: 0;
	text-align: center;
	background: url(pasy2.png) repeat center 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464032;
}

h1, h2, h3 { line-height: 130%;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #666;
}


p, ul, ol {
	color: #666666;
	margin-top: 10px;
}


a {
	text-decoration: none;
	color: #666;
}

a:hover {color: #888;
}


#wrapper {width: 900px; background: #FFFFFF url(head4.jpg) no-repeat top 10px center;
	 margin: auto;
         min-height:100%;
         padding: 0 10px;
         margin-bottom:-35px;     
}

* html #wrapper {
	height:100%
}

/* Header */

#header {border-bottom: dotted 1px;
	border-color: ActiveBorder;
	margin: auto;
	width: auto;
	height: 100px;
}

/* Logo */

#logo {
	float: left;
	color: #000000;
}



#logo h1 {
	text-align: right;
	padding: 23px 15px 0px 10px;
	letter-spacing: -2px;
	text-transform: none;
	font-size: 3.2em;
	color: #777777;
}

#logo p {
	text-align: right;
	padding: 0px 10px 0px 0px;
    	letter-spacing: .8em;
	font: normal 12px, Courier New;
	font-style: italic;
	color: #555555;
} 


/* Menu */

#menu { border-bottom: dotted 1px;
	border-color: ActiveBorder;
	width: 900px;
	height: 34px;
	margin: auto;
	background: transparent;
	
}

#menu ul {
	margin: auto 0px;
	padding: 10px 0;
	list-style: none;
	line-height: normal;
}

#menu li {margin: auto;
	float: left;
}

#menu a {
	height: 34px;
	padding: 10px 23px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #888888;

}

#menu a:hover, #menu .current_page_item a {
	
	color: #660000;
}

#menu .current_page_item a {
	background: #660000;
	color: #FFFFFF;
}

/* Page */

#page { background: #FFFFFF;
	margin: 10px auto;
	padding: 0;
}

hr {
	border-top: 1px dotted;
	border-width: 1px 0 0 0;
	height: 1px;
	color: ActiveBorder;
}


/* Sidebar */

#sidebar {
	float: left;
        width: 220px;
	color: #444444;
}

#sidebar ul {
	background: #eeeee9;
	margin: 0;
	padding: 5px;
	list-style: none;
}

#sidebar li {
	text-align: right;
	text-transform: uppercase;
    	margin: 10px 5px;
}


#sidebar li a {
	margin: 0;
	padding: 5px 10px;

}


#sidebar h2 {
	padding: 10px 10px;
	background: none;
   	border-bottom: 1px dotted silver;
	letter-spacing: -.5px;
	font-size: 1.4em;
	color: #666666;
}

#sidebar h2 a {
	border: none;
	color: #555555;}

#sidebar p {
	margin: 5px 10px;
	padding: 0;
	text-align: center;
	line-height: 1.6em;
}

#sidebar a {padding: 5px;
	border: none;
	color: #777777;
}

#sidebar a:hover {
	color: #333333;
	background: #FFFFFF;

}
#sidebar .current a {
	 background: #FFFFFF;
     }
     

/* Content */

#content {
    	margin-left: 250px;
	background: #FFFFFF;
	text-align:left;
	padding: 10px;
    	overflow: hidden;
}

#content p {font-size: 14px;}

#content iframe {}


/* Footer */

#footer {clear: both;
	margin: auto;
	width: 900px;
	height: 25px;
	position: relative;
}

* html #footer {/*only ie gets this style*/
	height:25px;/* for ie5 */
	he\ight:25px;/* for ie6 */
}

#clearfooter {
	clear:both;
	height:20px;
}/*needed to make room for footer*/

#footer p {
    color: #999999;
    margin-bottom: -25px;
    letter-spacing: 2px;
	font-size: 11px;	
	text-align: center;
}

#footer a {
	color: #666666;
}