/* CSS Document */

body {
	background: url(../images/bg3.jpg) repeat-x top #dbdbd3;
	}

#main {
	padding-top: 30px;
	width: 850px;
	}
	
.mainBoxBody {
	width: 500px;
	height: 530px;
	padding: 15px;
	margin: 0;
	text-align: justify;
	overflow:auto;
	font-size: 12px;
	color: #eee9e6;
	}

#nav {
	text-align: right;
	font: 12px 'Century Gothic', arial;
	letter-spacing: .3px;
	line-height: 16px;
	}

#jukebox {
	margin: 0;
	padding: 0;
	height: 103px;
	}

#blogbox {
	margin: 0;
	padding: 15px;
	text-align: justify;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
	color: #eee9e6;
	}
