body {
	background: url('./images/bg2.jpg');
	margin: auto;
	text-align: center;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

#wrapper {
	width: 600px;
	margin: 0px auto;
	background: #FFF;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background: url('./images/logo3BG.gif') top left repeat-x;
	text-align: right;
	border-bottom: 2px solid #000;
}

#header a, #header a:visited {
	color: #FFD;
	text-decoration: none;
}

#header a:active, #header a:hover {
	color: #FFF;
	text-decoration: underline;
}

.logo {
	float: left;
	margin: 0px;
	padding: 0px;
}

#info {
	padding: 5px 10px;
	font-size: 1.5em;
}

.info2 {
	color: #FFFFDD;
}

#nav {
	float: right;
	display: block;
	margin-right: 8px;
	position: relative;
	top: 20px;
	font-size: 1.4em;
}

#content {
	margin: 15px 10px;
	font-size: 1.4em;
	text-align: left;
	float: center;
}

#content a, #content a:visited {
	color: #060;
	text-decoration: none;
}

#content a:active, #content a:hover {
	color: #0C0;
	text-decoration: underline;
}

.imgRight {
	float: right;
	margin: 5px 10px 5px 15px;
}

.imgLeft {
	float: Left;
	margin: 5px 15px 5px 10px;
}

#footer {
	margin: auto;
	font-size: 1.2em;
	padding: 15px 0px;
}

#footer a, #footer a:visited {
	color: #FFD;
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	color: #FFF;
	text-decoration: underline;
}