* {
	margin: 0; padding: 0;
}

body {
	font-size: 80%; font-family: Georgia, serif;
	background: url(page-bg.jpg) top left no-repeat #2f2e2c;
}

img {
	border-style: none;
}

h2, h3, a {
	color: #96997a;
}

.break { clear:both; }

#personal {
	position: absolute;
	left: 186px;
	top: 99px;
	width: 376px;
	height: 100px;
	overflow: hidden;
}

#personal img {
	float:right;
}

#duggs {
	position: absolute;
	left: 186px;
	top: 205px;
	width: 376px;
	height:250px;
	overflow:auto;
}

#duggs p {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
	color:  #7a8a99;
	background: url(transpBlue.png);
}

.digg_btn_big {
	float:left;
	display:inline;
	width:30px;
	height:30px;
	text-align:center;
	background: url(diggBtnBig.png) !important;
	margin:5px;
}

.digg_btn_big a {
	font-size:16px;
	color:#996600;
	font-weight:bold;
	text-decoration:none;
}

#friends_duggs {
	position: absolute;
	left: 620px;
	top: 99px;
	width: 376px;
	height:300px;
	overflow:auto;
}

.friend_dugg p {
	font-size: 12px;
	color:  #7a8a99;
	background: url(transpBlue.png);
}

.digg_btn_small {
	float:left;
	display:inline;
	width:30px;
	height:15px;
	text-align:center;
	background: url(diggBtnSmall.png) !important;
	margin:5px;
}

.digg_btn_small a {
	color:#996600;
	font-weight:bold;
	text-decoration:none;
}

#friends_duggs img {
	float:left;
	margin: 5px;
}

#fans {
	position: absolute;
	left: 620px;
	top: 410px;
	width: 376px;
	height:50px;
	overflow:hidden;
	text-align:center;
}

#submissions { 
	position: absolute;
	left: 186px;
	top: 500px;
	width: 376px;
	height:250px;
	overflow:auto;
}
