body {
	font-family: Georgia, "Times New Roman",
           Times, serif;
	background-image: url(images/bg_metal.png);
	text-align: center;
	min-width: 760px;
}
#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/side.png);
	background-repeat: no-repeat;
	background-color: #666666;
}
#navbar {
	text-align: center;
	padding-top: 10px;
}
#content {
	text-align: center;
}  #branding {
	text-align: center;
	padding-top: 50px;
}
#left {
	float: left;
	text-align: left;
	background-image: none;
	padding-left: 20px;
	height: auto;
	width: 300px;
	background-color: #CCCCCC;
	padding-top: 20px;
	padding-right: 20px;
	margin-left: 40px;
	padding-bottom: 20px;
	border: thick outset #FFFFFF;
}

#right {
	float: right;
	text-align: left;
	height: auto;
	width: 215px;
	background-color: #CCCCCC;
	padding: 20px;
	margin-right: 40px;
	margin-left: 20px;
	border: thick inset #FFFFFF;
}
a {
	color: #660000;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	background-color: #CCCCCC;
	height: 40px;
	width: 450px;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: double;
	border-left-style: ridge;
}
h2 {
	height: 40px;
	width: 200px;
	background-color: #999999;
	color: #660000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: groove;
	border-left-style: ridge;
}
