/* CSS Document */

html{
	height: 100%;
}

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0px 0px 10px;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

body {
	min-height: 101%;
	background-color: #E1DCD7;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.3;
}

#wrapper {
	width:650px;
	margin:0 auto;
	border: thin dotted #000000;
	padding: 7px;
}

a:link {
	color: #484037;
	text-decoration: underline;
}
a:visited {
	color: #615449;
	text-decoration: none;
}

p {
	font-size: 80%;
	clear: both;
}

img.floatLeft { 
    float: left; 
    margin: 0px 25px 0px 0px; 
}
h1 {
	font-size: 180%;
	font-weight: bold;
	color: #766758;
}
.clear {
	clear: both;
	margin: 15px 0px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #766758;
	line-height: 10px;
}
h3 {
	font-size: 80%;
	font-weight: bold;
	border-bottom: medium dotted #FFFFFF;
	padding-top: 10px;
}
