/* {{{ 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
    letter-spacing: 0.2px; 
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* }}} */
/* {{{ elements */
.cleared:after, #main:after { content: "."; display: block; clear: both; height: 0; margin: 0; visibility: hidden; }

/* }}} */
/* {{{ layout */
body { background-color: #fffbe5; }
#container { width: 980px; margin: 0px auto;
	   background-color: #fbf5d7; }
#header { height: 240px; background-color: #fbf5d7; clear: both; }
#main { background: #ffffff; border-left: 3px solid #fbf5d7;
	border-right: 3px solid #fbf5d7; color: #4A2300; clear: both;
	height: 700px; } 
#footer { height: 30px; background-color: #fbf5d7; }

/* }}} */
/* {{{ header */
#menu { height: 30px; display: box; font-size: 1.4em; background: #ffffff;
	border: 3px solid #fbf5d7; width: auto; }
#menu ul { list-style-type: none; }
#menu li { float: left; text-align: center; }
#menu a { display: block; color: #4A2300; margin: 0px; text-decoration: none;
	height: 26px; padding: 5px 20px; position: relative; }
#menu a:hover { text-decoration: underline; }

/* }}} */
/* {{{ main */
#indexwrap { padding: 10px; }
#index { border: 2px solid #4A2300; height: 665px; clear:both;
	padding: 5px 10px; }
#index h1 { font-size: 1.4em; line-height: 1.4em; }
#index p { height: 320px; padding-top: 10px; border-top: 2px solid #4A2300;
	font-size: 1.3em; line-height: 1.2em; }
#dslide { padding: 0; margin: 0; text-align: center; width: 460px; float: left; }
#dslide h1 { border-bottom: 2px solid #4A2300; }
#dslide img { height: 100px; width: 100px; border: 2px solid #4A2300;
	margin: 10px 0; padding: 1px; }
#dslide img:hover { border: 2px solid blue; }
#follow { float: right; width: 460px; text-align: center; }
#follow h1 { border-bottom: 2px solid #4A2300; text-align: center; }
#follow img { height: 80px; width: 80px; }
#follow a { text-decoration: none; }
#dds { padding: 10px; }
#ddsleft { padding: 0; margin: 0; float: left; }
#ddsleft img { border: 2px solid #4A2300; padding: 1px; }
#ddsleft p { font-size: .9em; }
#ddsright p { padding: 0 5px; font-size: 1.2em; text-align: left; width: 440px;
	line-height: 1.4; }
#ddsright {float: right; clear: both;}
#proc { }
#procleft { float: left; height: 700px; width: 250px; border-right: 3px solid #fbf5d7; }
#procleft li { border-bottom: 3px solid #fbf5d7; text-align: center; }
#procleft a { display: block; padding: 20px 15px; }
#procleft a:hover { background: #fbf5d7 }
#procright { position: relative; float: right; width: 710px; }
#procright p { display: none; position: absolute; padding: 20px; font-size: 1em; }
#oh1 { }
#ohl h1 { margin-left: 5px; font-size: 1.6em; text-decoration: underline; }
#trans { float: left; margin: 5px; width: 150px; }
#trans a { margin-left: 10px; color: #4A2300; text-decoration: none; line-height: 200%;
	font-size: .9em; }
#trans a:hover { text-decoration:underline; }
#trans img { margin-left: 10px; }
#map { float: right; margin: 2px; }
#forms { }
#formsleft { float: left; height: 700px; width: 250px; border-right: 3px solid #fbf5d7; }
#formsleft li { border-bottom: 3px solid #fbf5d7; }
#formsleft a { display: block; padding: 15px; text-decoration: none; color: #4A2300; }
#formsleft a:hover { background: #fbf5d7 }
#formsright { position: relative; float: right; width: 710px; }
#formsright p { display: none; position: absolute; padding: 20px; font-size: 1.3em; }
#ins { background: #ffffff url("images/insmash.gif") no-repeat top right; } 
#ins2 { height: 320px; padding: 180px 5px 0 560px; font-size: 1.4em; } 

/* }}} */
/* {{{ footer */
#footer { font-family: Courier New Regular; font-size: 1em; 
	border-bottom: 1px solid #fbf5d7; color: #4A2300; }
#footer a { float: left; color: #4A2300; padding: 8px 5px;
	  text-decoration: none; }
#footer p { float: right; padding: 8px 5px; }
/* }}} */
