#mainBody
{
	position: absolute;
	width: 750px;
	height: 450px;
	top:50%;
	left:50%;
	margin-left:-375px;
	margin-top:-225px;
}

#navBar
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 203px;
	height: 450px;
	background-image: url(../images/nav_back.jpg);
	background-repeat: no-repeat;
}

#navSeparator
{
	position: absolute;
	left: 203px;
	top: 0px;
	width: 10px;
	height: 450px;
	background-image: url(../images/sep_back.jpg);
	background-repeat: no-repeat;
}

#Content
{
	position: absolute;
	left: 213px;
	top: 0px;
	width: 537px;
	height: 450px;
	background-image: url(../images/content_back.jpg);
	background-repeat: no-repeat;
}

#nav_header
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#nav_aboutme
{
	position: absolute;
	top: 125px;
	left: 117px;
}

#nav_aboutyou
{
	position: absolute;
	top: 161px;
	left: 94px;
}

/*
#nav_blog
{
	position: absolute;
	top: 178px;
	left: 69px;
}
*/

#nav_news
{
	position: absolute;
	top: 194px;
	left: 43px;
}

#nav_guest
{
	position: absolute;
	top: 229px;
	left: 6px;
}

#nav_email
{
	position: absolute;
	top: 393px;
	left: 14px;
}

#contentLeft
{
	position: absolute;
	top:32px;
	left: 15px;
	width: 320px;
	height: 390px;
	overflow: auto;
}

#contentRight
{
	position: absolute;
	top:32px;
	left: 341px;
	width: 175px;
	height: 390px;
	overflow:auto;
}

#contentSection
{
	position: absolute;
	top:32px;
	left: 15px;
	width: 500px;
	height: 390px;
	overflow: auto;
}

#credits
{
	position: absolute;
	top:434px;
	left: 487px;
	width: 50px;
	height: 16px;
}

#sdgi
{
	position: absolute;
	top: 84px;
	left: 131px;
	width: 265px;
	height: 265px;
}