body { 
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	background: url(images/background.gif) #ccc;
}

#page {
	background: #fff;
	border: 2px solid #000;
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
}

#header {
	background: url(images/header2.jpg) no-repeat right;
	height: 102px;
	margin: 0;
	padding: 0;
}
#header h1 {
	width: 130px;
	margin: 10px 0 0 28px;
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	float: left;
}
* html #header h1 {
	margin-left: 14px;
}

#menu {
	background: #666;
	margin-bottom: 8px;
	color: #fff;
	text-align: right;
	font-family: verdana;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 2px 14px 2px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#main {
	position: relative;
	padding: 2px 14px 0 190px;
	background: url(images/sidestripes.gif) no-repeat top left;
}


#logo {
	position: absolute;
	left: 22;
	top: 20;
}
* html #logo {
	left: -166;
}

h2 {
	font-family: georgia;
	margin: 12px 0 2px 0;
	font-size: 14px;
	border-top: 1px dashed #777;
	background: #eee;
}

h3 {
	margin: 0 0 2px 4px;
	font-size: 12px;
	color: #777;
}
ul {
	margin: 0 0 10px 0px;
}
*html ul { /* IE hack */
	margin: 0 0 6px 30px;
}

p {
	margin: 0 0 4px 12px;
}

#footer {
	font-size: 10px;
	text-align: center;
	color: #333;
	margin-top: 2px;
}

form {
	text-align: right;
	margin-top: 8px;
}
