/* tagy */
* {margin: 0; padding: 0;}
body {
	font-family: "Trebuchet MS",sans-serif;
	color: #000;
	font-size: 14px;
	background-color: #fc6;
}

a {color: #669911;}

blockquote, pre, .pre {border: 1px solid #dcdcdc; border-left: 6px solid #669911; padding: 5px; overflow: auto; width: 90%; line-height: 140%;}
p, pre, blockquote, table {margin: 5px 0 15px 0;}
p, pre, blockquote, table td, ul li, ol li {line-height: 170%;}
ul, ol {margin: 5px 0 15px 25px;}
h2, h3, h4 {margin: 15px 0 5px 0;}
h1 {font-size: 26px; margin: 0 0 20px 0;}
h2 {font-size: 19px;}
h3 {font-size: 15px;}
h4 {font-size: 13px;}

/* outer */
#outer {
	width: 980px;
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	border: 6px solid #fc3;
}

#outer div {text-align: left;}

/* header */
#header {
	height: 160px;
	padding-left: 40px;
	padding-top: 8px;
	position: relative;
}
#header h1 a {color: #fff; text-decoration: none; font-size: 1.5em;}
#header h1 {font-size: 1.6em; margin: 0; padding-bottom: 5px;}
#header h2 {position: relative; top: -0.3em; color: #E8EFC2; font-weight: normal; font-size: 1.1em; text-transform: lowercase; padding: 0; margin: 0;}
#header img {
	margin-left: 10px;
}

/* page */
#page {line-height: 140%; background: url('../images/a4.gif') repeat-x top left;}
#page-pad {padding: 3em 15px 1em 15px;}

/* content */
#content {width: 100%; float: right; margin-left: -290px;}
#content table {border-collapse: collapse;}
#content td {border: 1px solid #000;}
#content form td {border: 0;}
#content-pad {padding: 0em 1.5em 1.5em 280px;}
#content-pad h2, #content-pad h3 {color: #5D5F53;}
#content-pad table td {padding: 2px 6px; }

/* column */
#column {float: left; width: 270px;}
#column-pad {padding: 0 30px 0 10px;}
#column h3 {font-size: 1.0em; font-weight: bold; margin-left: -10px; padding-left: 15px; padding-top: 0; color: #5D5F53;}
#column ul li {padding: 0px 0; margin-left: 0px;}

/* footer */
#outer #footer {
	background: url('../images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 1.0em 3.5em;
	font-size: 0.8em;
	text-align: left;
}

#footer #fond {
	width: 140px;
	margin: 0 60px 0 20px;
	padding: 0;
	text-align: center;
	line-height: 80%;
	float: left;
}

#footer img {margin-right: 10px;}
