body
{
color: #000;
text-align: center;
background-image: url("../images/diarybg.gif");
background-repeat: repeat-y;
background-color: #fff;
}

img
{
border: 0px;
background-color: transparent;
}

h3
{
color: #10b336;
background-color: transparent;
}

h1
{
margin: 2px;
color: #f32676;
background-color: transparent;
}

#title
{
width: 455px;
margin: 0px auto;
background-color: transparent;
}

#intro
{
width: 70%;
background-color: transparent;
margin-left: auto;
margin-right: auto;
}
	
/* Menu */

#menu
{
width: 220px;
text-align: center;
margin-left: auto;
margin-right: auto;
background-color: transparent;
}

	#menu p
	{
	color: #aaa;
	margin: 3px 0px;
	border: 1px solid #000;
	padding: 1px;
	background-color: #ffffcc;
	}
	
	#menu a
	{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	display: block;
	background-color: transparent;
	}

	#menu a:hover
	{
	background-color: #ffcc99;
	}

