/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #858585 url(bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, td, div {
	font-size: 11px;
	line-height: 15px;
}
h1 {
}
h2 {
}

a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

ul {
	margin-left: 15px;
	margin-top: -15px;
}
	ul.loving {
		float: left;
	}
	li.loving {
		float: left;
	}
li {
	list-style-type: circle;
	margin-top: 0px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


div#bodycontain {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 700px;
}

	div#sidebar {
		position: absolute;
		top: 150px;
		left: 0px;
		width: 125px;
		padding: 25px;
		background: #b7b7b7 url(side-bg.gif);
	}
		div#sidebar p {
			color: #474747;
			font-size: 10px;
			line-height: 13px;
		}
		div#sidebar a:link {
			text-decoration: none;
			color: #757575;
		}
		div#sidebar a:visited {
			text-decoration: none;
			color: #858585;
		}
		div#sidebar a:hover {
			text-decoration: underline;
		}
		div#sidebar a:active {
			text-decoration: none;
			color: #757575;
		}
	
	div#content {
		position: absolute;
		top: 0px;
		left: 200px;
		width: 500px;
		background: #d2be9a url(content-bg.gif);
	}
		div#content p {
			width: 450px;
			padding-left: 25px;
			padding-right: 25px;
			padding-bottom: 15px;
		}
		div#content a:link {
			text-decoration: none;
			color: #917447;
		}
		div#content a:visited {
			text-decoration: none;
			color: #AF8E59;
		}
		div#content a:hover {
			text-decoration: underline;
		}
		div#content a:active {
			text-decoration: none;
			color: #917447;
		}




/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}
img.photo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 15px solid #fff;
}

/* ----------------- CUSTOM CLASSES ----------------- */