html, body, .topper {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url(../images/danBeck_bg.gif) repeat-x;
}

.leftSide {
	background: url(../images/danBeck_left.gif) repeat-y;
	height: 100%;
	width: 7px;
}
.rightSide {
	background: url(../images/danBeck_right.gif) repeat-y;
	height: 100%;
	width: 7px;
}

.main {
	background: #eaebf9;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
td {
	vertical-align: top;
}

.mainContent {
	background: #FFFFFF url(../images/danBeck_body.gif) repeat-y;
	padding: 0px 10px 15px 20px;
}

.menu {
	text-align: right;
}
ul.menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu li {
	padding: 0px;
	margin: 0px;
	font: bold 12px/16px "Trebuchet MS", Trebuchet, Tahoma, San-Serif;
	color: #161666;
}

.menu a			{ color: #161666; text-decoration: none; }
.menu a:active	{ color: #161666; text-decoration: none; }
.menu a:hover	{ color: #161666; text-decoration: none; }
.menu a:visited	{ color: #161666; text-decoration: none; }


.line {
	background: url(../images/line.gif) repeat-x;
}

h1 {
	padding: 0px;
	margin: 0px;
	font: bold 18px/20px "Trebuchet MS", Trebuchet, Tahoma, San-Serif;
	color: #161666;
	background: #FFFFFF;
}
h1 a			{ color: #161666; text-decoration: none; }
h1 a:active		{ color: #161666; text-decoration: none; }
h1 a:hover		{ color: #161666; text-decoration: underline; }
h1 a:visited	{ color: #161666; text-decoration: none; }

h2 {
	padding: 0px;
	margin: 0px;
	font: bold 16px/18px "Trebuchet MS", Trebuchet, Tahoma, San-Serif;
	color: #161666;
	background: #FFFFFF;
}
h2 a			{ color: #161666; text-decoration: none; }
h2 a:active		{ color: #161666; text-decoration: none; }
h2 a:hover		{ color: #161666; text-decoration: underline; }
h2 a:visited	{ color: #161666; text-decoration: none; }

h3 {
	padding: 0px;
	margin: 0px;
	font: bold 14px/16px "Trebuchet MS", Trebuchet, Tahoma, San-Serif;
	color: #161666;
	background: #FFFFFF;
}
h3 a			{ color: #161666; text-decoration: none; }
h3 a:active		{ color: #161666; text-decoration: none; }
h3 a:hover		{ color: #161666; text-decoration: underline; }
h3 a:visited	{ color: #161666; text-decoration: none; }

div, span, td, p, body, th {
	font: normal 12px/16px "Trebuchet MS", Trebuchet, Tahoma, San-Serif;
	color: #161666;
}

.box {
	background: #FFFFFF;
}

.menuArea {
	padding: 10px;
}
.date {
	text-align: right;
	font: bold 10px/12px "Trebuchet MS", Trebuchet, Tahoma, San-Serif;
}

.footer {
	text-align: right;
	padding: 0px 15px;
	font: bold 10px/12px "Trebuchet MS", Trebuchet, Tahoma, San-Serif;
}

.areaLink {
	display: block;
	text-align: right;
}

a.areaLink 			{ font-weight: bold; color: #161666; text-decoration: none; }
a:active.areaLink 	{ font-weight: bold; color: #161666; text-decoration: none; }
a:hover.areaLink 	{ font-weight: bold; color: #161666; text-decoration: underline; }
a:visited.areaLink 	{ font-weight: bold; color: #161666; text-decoration: none; }

a 			{ color: #161666; text-decoration: underline; }
a:active 	{ color: #161666; text-decoration: underline; }
a:hover 	{ color: #161666; text-decoration: underline; }
a:visited 	{ color: #161666; text-decoration: underline; }

ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style: square;
	color: #161666;
}
li {
	color: #161666;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.tag {
	font-weight: bold;
}
.adminBar {
	text-align: right;
	padding: 5px;
}
.permalink {
	font: bolder 10px/10px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 5px 0px;
}

.permalink a				{ font: bolder 10px/10px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.permalink a:link			{ text-decoration: none; }
.permalink a:active			{ text-decoration: none; }
.permalink a:hover			{ text-decoration: underline; }
.permalink a:visited		{ text-decoration: none; }
.permalink a:visited:hover	{ text-decoration: underline; }