
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
   background-color: #a9ac99;
   background-image: url(images/background.jpg);
   color : #333;
   font-size : 13px;
   font-family : 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
   padding : 20px 0;
}

a {
	background: inherit;
	color: #a06000;
	text-decoration: none;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #808979;
}

blockquote {
	border-left: 1px solid #e0e0d0;
	padding-left: 10px;
	margin: 0 30px;
}

code {
	background: inherit;
	color: #005577;
	text-align: left;
}

h1, h1 a {
	background: inherit;
	color: #005577;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	margin: 40px 0 0 0;
	padding: 0;
	text-decoration: none;
}

h2, h2 a {
	background: inherit;
	color: #990000;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.09em;
	margin: 0;
	padding: 0;
}

h3 {
	background: inherit;
	color: #005577;
	font-size: 13px;
	margin: 15px 0 15px 0;
	padding: 0;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: circle;
}

p {
	line-height: 1.2em;
	text-align: justify;
}

ol {
	line-height: 1.2em;
	text-align: justify;
}

small {
	font-size: 10px;
	line-height: 1.2em;
}

#content {
	background: inherit;
	border: none;
	color: #000000;
	margin: 0;
	padding: 0 30px 30px 30px;
	text-align: left;
	width: 600px;
}

#content a:hover {
	text-decoration: underline;
}

#content img {
	margin: 3px 10px 3px 3px;
	border: none;
}

#content li {
	margin: 0 0 0 30px;
}


#footer {
	background: url(images/bottom.gif) no-repeat bottom center;
	background-color: inherit;
	clear: both;
	color: #808979;
	font-size: 11px;
	height: 65px;
	margin: 0;
	padding: 10px 10px 10px 67px;
}

#footer p {
   width:600px;
}


#header {
	background: inherit;
	color: #a0a999;
	font-size: 11px;
	height: 210px;
	margin: 0px 10px 0px 10px;
	padding: 1px 10px 10px 0px;
	text-align: right;
	width: 680px;
}
#header p {
   font-size:15px;
   text-align: center;
   margin: -25px 0 0 0;
}

#header a {
	background: inherit;
	color: #990000;
}

#header img {
	border: none;
}

#daniel {
   background-image: url(images/daniel.li.png);
   background-repeat: no-repeat;
   position: fixed;
   top: 10px;
   right: -10px;
   width: 75px;
   height: 230px;
}

#page {
	background: url(images/middle.gif) repeat-y top center;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 714px;
}

#s {
	background: #ffffff;
	border: 1px solid #c0c0c0;
	color: #595949;
	font-size: 11px;
	height: 15px;
	padding-left: 2px;
	vertical-align: middle;
	width: 115px;
}


#noindent {
	margin: 0 0 0 -10px;
	padding: 0;
}

#top {
	background: transparent url(images/top.gif) no-repeat top center;
	height: 30px;
}

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}

.pagetitle {
	font-size: 11px;
	letter-spacing: 0.09em;
	text-align: right;
}