@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, input, select, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,  
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

article, aside, figure, footer, header, hgroup, nav, section { display:block; }

html { background:#f3f2f0; }
body {  color:#090a0c; font-family: LeituraSans, Geneva, sans-serif; font-size:13px; line-height:1.5em; }

a { color:#ae8445; border:none; text-decoration:none;
	-webkit-transition:all 0.2s;  
	-moz-transition:all 0.2s;  
	-o-transition:all 0.2s;  
	transition:all 0.2s;  
}
a:hover { color:#806133; }

h1 { color:#ae8445; font-size:18px; font-family: LeituraSans, Geneva, sans-serif; font-weight:bold; margin-top:25px; margin-bottom:25px; }
h2 { color:#090a0c; font-size:16px; font-family: LeituraSans, Geneva, sans-serif; font-weight:bold; margin-top:25px; margin-bottom:25px; }
h3 { color:#090a0c; font-size:16px; font-family: LeituraSans, Geneva, sans-serif; font-weight:normal; margin-top:25px; }
h4 { color:#090a0c; font-size:13px; font-family: LeituraSans, Geneva, sans-serif; font-weight:normal; font-style:italic; margin-top:25px; }

p { margin:0 0 25px 20px; }
ol { margin:0 0 25px 50px; }
ul { margin:0 0 25px 50px; }

.floatleft { float:left; margin-right:20px; }
.floatright { float:right; margin-left:20px; }
.intro_h1 { margin-bottom:8px; font-family: ChronicleDisplay, Georgia, "Times New Roman", Times, serif; font-weight: bold; font-style: italic; }

#side { position:fixed; left:0; top:0; width:104px; height:100%; background:url(side_back.png) repeat-y #090a0c; background-position:right; }

#menu_container { position:fixed; left:104px; top:0; width:243px; height:100%; background:url(menu_back.png) no-repeat #f3f2f0; display:block; }
#menu { width:155px; margin:20px 0 0 68px; display:block; }
#menu ul { padding:0px; margin:0px; font-size:14px; list-style-type:none; }
#menu li { display:block; }
#menu a { padding:0px 0px 0px 20px; color:#090a0c; display:block; line-height:1.6em; text-indent:-10px; }
#menu a:hover { padding:0px 0px 0px 20px; color:#ae8445; display:block; line-height:1.6em; text-indent:-10px; }
#menu .selected { margin-left:-5px; border-left:solid 5px #a9834a; font-weight:bold; }

#content { position:absolute; left:380px; top:54px; width:562px; display:block; }
#content img { margin-right:20px; border-left:#a9834a 5px solid; }

#content .illustrations { width:160px; padding:0px; display:block; float:left; }
#content .illustrations img { width:155px; margin-bottom:10px; }
#content .illustrations p { margin:10px 0px 20px 0px; font-style:italic; }

#content .column { width:372px; margin-left:30px; display:block; float:left; }
#content .column h2 { margin:30px 0px 20px 0px; }
#content .column p { margin:0px 0px 20px 0px; }
#content .column.empty { margin-left: 190px; }
#content .center { text-align: center; }

.awarded { margin-left:30px; }
.awarded strong { font-style:normal; }

#footer { position:absolute; left:104px; padding:39px 0px 39px 273px; background:url(footer_back.png) no-repeat ; font-size:10px; clear:both; }