body, html {
	margin:0;
	padding:0;
	background:#E9E9E9;
	color:#000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

body {
	min-width:750px;
}

#wrapper {
	margin:0 auto;
	width:750px;
	padding-bottom: 10px;
}

#mainbody {
	line-height: 17px;
}

#leftshadow {
background: #E9E9E9 url(/images/left-shadow.jpg) no-repeat fixed top right;
}

#rightshadow {
background: #E9E9E9 url(/images/right-shadow.jpg) no-repeat fixed top left;
}

.bg-table {
background: #E9E9E9 url(/images/bg-table.jpg) repeat-x fixed top;
padding-top: 15px;
}

.bg-navbar {
background: #E9E9E9 url(/images/bg-navbar.jpg) repeat-x fixed top;
padding-top: 15px;
}

.small-white {
	font-size: 80%;
	color: #ccc;
}

A:link {
color: #4E5C53;
text-decoration: none;
}

A:visited {
color: #4E5C53;
text-decoration: none;
}

A:active {
color: #900;
text-decoration: underline;
}

A:hover {
color: #900;
text-decoration: underline;
}