a:link{	text-decoration: none; color: #988f30;}
a:hover{	text-decoration: underline; color: #988f30;}
a:active{	text-decoration: underline; color: #988f30;}
a:visted{	text-decoration: none; color: #988f30;}

body { 
    width: 100%;
    padding: 0;
    margin: 0;
}

p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.slimScrollDiv { 
	padding: 0;
	margin: 0;
}

.shell {
    width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
	background-color: #333;
	position: fixed;
}

.top {
	background-color: #292929;
    width: 100%;
	padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 5;
	border-bottom: solid 1px #666;
}

.logo {
    width: 100%;
	height: 1000px;
}

.body {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}

.serif {
	font: bold 14px 'Italiana', serif;
}

.content {
	margin: 20px auto;
	width: 1000px;
}

.menu {
	float: left;
	width: 185px;
	margin-right: 53px;
}

.page {
	height: 420px;
	overflow-y: auto;
	float: left;
	margin-top: 140px;
	padding: 40px;
	font: normal 18px/50px 'Gentium+Basic', serif;
	color: #fff;
	background: url('img/bg.png') repeat-y;
	width: 680px;
	#border: solid 1px #fff;
}

.home {
	height: 420px;
	overflow-y: auto;
	float: left;
	margin-top: 140px;
	padding: 40px;
	font: normal 18px/30px 'Gentium+Basic', serif;
	color: #fff;
	background: url('img/bg.png') repeat-y;
	width: 680px;
}

.box {
	border: solid 1px #fff;
	padding: 10px 0;
}