/* CSS Document */

.center {
	text-align: center;
}

/* Divs */

#layout {
	position: absolute;
	left: 0;
	top: 0;
	width: 8;
}

#sidebar {
	position: absolute;
	left: 8px;
	top: 490px;
	width: 296px;
	background-color: #8b9a9f;
}

#content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 458px;
	height: 100%;
	background-color: #8b9a9f;
}

/* Text */

body, p, td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 7pt;
	color: #35464a;
	margin-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

li {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 7pt;
	color: #35464a;
	padding-left: 5px;
	padding-right: 5px;
}

h5 {
	font-family: Georgia, Garamond, serif;
	color: #c9dde3;
	font-size: 7pt;
	font-variant: small-caps;
	margin-bottom: 4px;
	background-color: #35464a;
	border-bottom: 1px solid #c9dde3;
	padding-left: 10px;
}

/* Images */

img {
	border: 0;
}

/* Links */

a:link {
	color: #c9dde3;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #c9dde3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ffffff;
	text-decoration: overline;
	font-weight: bold;
	cursor: e-resize;
}
a:active {
	color: #c9dde3;
	text-decoration: none;
	font-weight: bold;
	cursor: e-resize;
}

/* Lists */

ul {
	list-style-type: square;
	margin-top: 4px;
	margin-bottom: 4px;
}

