body {
	background-color: #352a39;
	color: #333;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#wrapper {
	width: 80%;
	max-width: 700px;
	min-width: 500px;
	margin: 40px auto;
	padding: 0;
	background-color: #fff;
}
#header {
	padding: 10px;
	height: 45px;
	border-bottom: 1px solid #4b3c51;
}

h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 2.3em;
	width: 45%;
	float: left;
	letter-spacing: -1px;
}
h2 {
	padding: 20px 0 0;
	margin: 0;
	font-weight: normal;
	width: 45%;
	float: right;
	text-align: right;
	font-size: 1em;
}
h3 {
	padding: 0;
	margin: 1em 0 0.1em;
	padding: 0 0 0 5px;
}
p {
	font-size: 95%;
	margin: 0;
	padding: 10px 10px 10px 20px;
}
strong {
	font-weight: bold;
}
.small {
	font-size: small;
	display: inline;
	vertical-align: baseline;
}
a, a:visited {
	color: #306;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
ul {
	padding: 10px 10px 10px 20px;
	margin: 0;
}
li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#main {
	clear: both;
	float: none;
	padding: 0px 10px 20px;
}
.contact-bar {
	background-color: #352a39;
	color: #fff;
	margin: 10px;
	padding: 5px 10px;
	text-align: center;
}
.contact-bar a {
	color: #ccf;
	text-decoration: none;
}
.contact-bar a:hover {
	text-decoration: underline;
}
ul.links {
	width: 45%;
	float: left;
	overflow: hidden;
}
.clear {
	clear: both;
}

/* Rounded Corners */

.corner {
  position: absolute;
  width: 60%;
  height: 5px;
  margin: -5px -1px;
}
.tl {
  top: 0;
  left: 0;
  background-position: left top !important;
}
.tr {
  top: 0;
  right: 0;
  background-position: right top !important;
}
.bl {
  bottom: 0;
  left: 0;
  background-position: left bottom !important;
}
.br {
  bottom: 0;
  right: 0;
  background-position: right bottom !important;
}
.widget {
	position: relative;
	background-color: white;
	border: 1px solid #fff;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
.widget > .corner {
	background-image: url('images/corners.png');
}
