body{
	margin: 0px; padding: 0px;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: url(images/Background_image_CEDRIC.jpg) no-repeat left 180px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol{
	margin: 0px;	padding: 0px;
}

a{
	color: Black;
	text-decoration: none;
}
a:hover{
}
h2{
	text-transform: uppercase;
	color: #50b845;
	line-height: normal;
}
h3{
	padding: 10px 0px;
	line-height: normal;
}

#masthead h1 a{
	display: block;
	text-indent: -9000px;
	background: url(images/cedric_logo.png) no-repeat;
	height: 180px;
	width: 350px;
}

#masthead span.subtitle{
	display: none;
}

#topinfo{
	position: absolute;
	top: 20px;
	right: 40px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	border: 1px groove green;
	padding: 10px;
	text-align: center;
	background-color: White;
	line-height: 20px;
	margin-left:360px;
	outline-color: #FFFFFF;
	border-left-style: groove;
}

#sidebar{
	float: left;
	display: block;
	width: 250px;
}
#mainmenu{
	list-style: none;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .5px;
	text-transform: uppercase;
}
#mainmenu a{
	display: block;
	color: Black;
	padding: 10px;
}
#mainmenu a:hover{
	color: #50b845;
	background-color: Black;
}

#main{
	margin-left: 250px;
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 30px;
	
}
#main p{
	padding-bottom: 10px;
	font-size: 1.2em;
	
}
#main a{
	font-weight: bold;
}
#main ul{
	list-style: none;
	font-size: 1.2em;
}

#footer{
	clear: both;
	display: block;
	text-align: center;
	width: 250px;
	margin: 0px auto;
	border-top: 1px dashed black;
	padding: 10px;
	color: Black;
}

img{
	border: 10px solid black;
	padding: 1px;
}
img.profilePic{
	
}
table.dog td{
	vertical-align: top;
	padding: 10px;
}

table.dog ul{
	list-style: none;
}
table.dog li{
}

blockquote{

}
blockquote p{
	line-height: normal;
	font-weight: bold;
}

ul.collapsed{
	line-height: 15px;
