body {
	background-color: #35002C;
	margin: 0;
}

#layout {
	background-color: white;
	margin: 0 auto;
	width: 550px;
	padding: 15px;
	border: 6px;
}

#banner {
	background-color: silver;
	color: white;
	text-align: center;
}

#banner h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: arial, helvetica, sans-serif;
	padding: 5px;
}

#navbar {
	list-style-type: none;
	padding: 5px 8px;
	margin-top: 0;
	background-color: #35002C;
	color: white; 
}

#navbar li {
	display: inline;
	font: bold 12px/18px arial, helvetica, sans-serif;
	margin-right: 16px;
	margin-left: 16px;
}

h2 {
	font: bold 26px/30px arial, helvetica;
	font-variant: small-caps;
	text-align: center;
	color: #35002C;
}

h3 {font: bold 12px/18px arial, helvetica;
	text-align: center;
	color: #35002C;
}


p {font: 12px/20px arial, helvetica;
	text-align: left;
	color: #35002C;
}


#navbar a {
	text-decoration: none;
}

#navbar a:link {
	color: white;
}

#navbar a:visited {
	color: silver;
}

#navbar a:hover {
	color: #C790B9;
}
#navbar a:active {
	color: #EAE4EF;
}

#contentBox {
	padding: 0 15px;
	border: solid 1px white;
}

#footer{
	margin-top: 12px;
	text-align: center;
	font: bold 12px/14px arial, helvetica, sans-serif;
	color: #35002C;
}

h3 a:link {
	color: #35002C;
}

h3 a:visited {
	color: silver;
}

h3 a:hover {
	color: #C790B9;
}

h3 a:active {
	color: #EAE4EF;
}

p a:link {
	color: #35002C;
}

p a:visited {
	color: silver;
}

p a:hover {
	color: #C790B9;
}

p a:active {
	color: #EAE4EF;
}