/* ----------- BODY ----------- */
body
{
	background-color: #eeeeee;
}

/* ----------- LEFT & RIGHT ----------- */
#left, #right
{
	background-color: #dddddd;
}


/* ----------- TEXT ----------- */
#content
{
}

#text h1, #text h2, #text h3, #text h4, #text h5, #text h6
{
	border-color: #a8e2f6;
}

#content a
{
	text-decoration: underline;
	color: #3a2c2c;
}

#content
{
	background-image: url("images/faintdaniel.png");
	background-repeat: no-repeat;
	background-position: center center;
}

/* ----------- FOOTER ----------- */
#footer
{
}

/* ----------- GALLERY ----------- */
#gallery td.folder
{
	background-image: url("images/folder.png");
	background-position: center;
	background-repeat: no-repeat;
}

/* ----------- MISC ----------- */
table.review
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #ffc3c3;
}

/* ----------- GUESTBOOK ----------- */
#guestbook table
{
	border-color: #ffc3c3;
}

#guestbook td
{
	color: black;
}