body {
	background: #FFFFFF;
	color: #7777CC;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}

img {
	border: 0;
}

a {
	color: #7777CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	background: url(buttons/empty.gif) #dcdce9 top left repeat-x;
	padding: 1em;
	display: block;
	float: none;
	min-height: 70em;
	clear:both;
}

#bottom {
	background: url(buttons/empty_rev.gif) #fff top left repeat-x;
	padding: 1em;
	display: block;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width="100%";
}

#menu ul li {
	margin: 0 0.1em;
	font-size: 13px;
}

#menu ul li a {
	float: left;
	background: url(buttons/empty.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	text-decoration: none;
	text-align: center;
}

#menu {
	width: 71em;
	text-align: center;
}

.feature {
	border: 0.1em solid #fff;
	padding: 0.5em;
	text-align: center;
	display: block;
	margin: 1em;
	width: 50%;
}

#left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#left ul li {
	margin: 1em 0;
	font-size: 10px;
}

#left ul li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#left ul li a:hover {
	text-decoration: underline;
}

#left {
	position:absolute;
	left: 1em;
	top: 18em;
	width: 20%;
}

#right {
	position:absolute;
	right: 1em;
	top: 18em;
	width: 20%;
}

#right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#right ul li {
	margin: 1em 0;
	font-size: 10px;
}

#right ul li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#right ul li a:hover {
	text-decoration: underline;
}

#doc {
	text-align: center;
}

.blogimg img {
	display: inline;
	width: 200px;
	margin: 1em;
}

.blogimg a {
	display: inline;
}

