body {
margin: 0 auto;
padding: 0;
background: #fff repeat-x;
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

#wrapper {
position: relative;
margin: 0 auto;
padding: 0px;
width: 140px;
}

p, h1, h2, h3, h4, h5, h6, td, li, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
p, h1, h2, h3, h4, h5, h6 {
	margin-bottom:0.5em;
	margin-top:0em;
	text-align: left;
	}
	
p {font-size: 0.7em;color:#4d9bc8;line-height: 1.4em;margin-bottom:0.5em;}
		
h1 {font-size: 1em;margin-top:1em;color: #4d9bc8;}

h2 {font-size: 1.5em;margin-top:0em;color: #fcfe5f;}

h3 {font-size: 0.75em;margin-top:1em;color: #cccccc; font-weight: normal;}

h4 {font-size: 0.8em;margin-top:0.8em;color: #666666}

a:link {
	font-weight: bold;
	color:#CC6600;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color:#CC9933;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
#rule {
	border-bottom: none;
	padding: 1px;
	background: url(../dotted.gif) repeat-x bottom;
}

ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

li {
background: transparent;
font-size: 100%;
font-family: lucida grande, verdana, arial, sans-serif;
color: #333;
}

a:link { background-color: transparent; text-decoration: none; color: #CC6600; }
a:hover { background-color: #eee; text-decoration: none; color: #000; }
a:visited { background-color: transparent; text-decoration: none; color: #CC9933; }


#blogtitle {
float: left;
margin: 0 0 10px 0;
padding: 0px 0px 20px 0px;
height: 40px;
background-repeat:no-repeat;
color: #fff;
width: 140px;
text-align: left;
}


#blogtitle h1 {
margin: 0;
padding: 0;
font-size: 100%;
letter-spacing: 0.1em;
text-align: left;
}

#blog {
float: left;
text-align: left;
width: 130px;
padding: 10px 0px 0px 0px;
}

.title {font-size: 1em;margin-top:1em;color: #4d9bc8;font-family: Verdana, Arial, Helvetica, sans-serif;}
.small {font-size: 80%;color: #666;}

