body, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-color: #e3e3ff;
	font-family: Tahoma, Arial, Verdana,  sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #111111;
	padding: 20px 0 20px 0;
}

#wrapper {
	position: static;
	width: 760px;
	margin: 0 auto;
	overflow: auto;
	background: #ffffff url('../img/background.gif') repeat-y top left;
	border: 1px solid #474747;
	padding: 5px;
}

#header {
	position: static;
	height: 125px;
	margin: 0 0 5px 0;
}

#menu {
	position: static;
	height: 25px;
	background-color: #ffcc00;
	text-align: center;
	line-height: 23px;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#welcome {
	position: static;
	text-align: center;
	font-size: 0.9em;
	margin: 0 0 5px 0;
}

#title {
	position: static;
	height: 25px;
	background-color: #dddddd;
	text-align: center;
	line-height: 23px;
	font-size: 1.1em;
	font-weight: bold;
}

#content {
	position: static;
	font-size: 1em;
	padding: 25px;
}

#content img {
	border: 1px solid #474747;
}

#footer {
	position: static;
}

#footer-left {
	position: static;
	background-color: #ffcc00;
	float: left;
	width: 213px;
	height: 25px;
	line-height: 23px;
	text-align: left;
	padding-left: 7px;
}

#footer-center {
	position: static;
	background-color: #ffcc00;
	float: left;
	width: 320px;
	height: 25px;
	line-height: 23px;
	text-align: center;
}

#footer-right {
	position: static;
	background-color: #ffcc00;
	float: left;
	width: 213px;
	height: 25px;
	line-height: 23px;
	text-align: right;
	padding-right: 7px;
}

#menu img, #welcome img, #footer-left img, #footer-center img {
	vertical-align: middle;
}

a:link						{ color: #0000ff; text-decoration: underline;	}
a:visited					{ color: #0000ff; text-decoration: underline;	}
a:active					{ color: #0000ff; text-decoration: none;		}
a:hover						{ color: #0000ff; text-decoration: none;		}

#menu a:link				{ color: #111111; text-decoration: none;		}
#menu a:visited				{ color: #111111; text-decoration: none;		}
#menu a:active				{ color: #111111; text-decoration: underline;	}
#menu a:hover				{ color: #111111; text-decoration: underline;	}
