/* CSS Document */

/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5B5845;
}
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}

/*Main page elements*/
body {
	padding: 0px;
	background-color: #dede9c;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#container {
	padding: 0px;
	width: 436px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 136px;
}
#pics {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 203px;
}






/*content*/
#content h1 {
	font-size: 32px;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: normal;
}
#content h2 {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#content p {
	margin-bottom: 15px;
	line-height: 125%;
}
#content p a, #content li a {
	text-decoration: none;
	color: #FFF;
}
#content p a:hover, #content li a:hover {
	text-decoration: underline;
	color: #5B5845;
}
#content li {
	margin-bottom: 5px;
}
#content ul {
	padding-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 15px;
}
#content ul ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 5px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
	margin-bottom: 15px;
}
#content ol ol {
	margin-bottom: 0px;
	margin-top: 5px;
}
#content table {
	margin-bottom: 15px;
}
#content td {
	margin: 0px;
	padding: 0px;
}

