body {
	background-color: #c7c4bf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding-bottom: 20px;
	background-image: url(../images/bg-interior.jpg);
	background-repeat: repeat-x;
}
.container {
	width: 800px;
	margin:auto;
    overflow: hidden;
    display: inline-block; /* Necessary to trigger "hasLayout" in IE */
    display: block; /* Sets element back to block */
}
.clear {
    overflow: hidden;
    display: inline-block; /* Necessary to trigger "hasLayout" in IE */
    display: block; /* Sets element back to block */
}
header {
	height: 107px;
}
header img {
	float:left;
}
header p {
	float: right;
	margin: 60px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 20px 20px 20px;
}
#content {
	margin-top:10px;
	margin-bottom:20px;
	background-color:#647e98;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
h1 span {
	font-size: 11px;
}
h2 {
	font-size:18px;
	font-weight:bold;
}
a {
	color: #f26f17;
}
p {
	line-height: 16px;
}
.curved {
	position: relative;
	z-index: inherit;
	z-index: 0;
	border:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
footer {
	background-color:#1c1c1c;
}
#content #content_interior {
	width: 400px;
	float: left;
}
#content ul {
	list-style:disc;
	margin-left: 45px;
	margin-bottom: 22px;
	padding-left: 13px;
	line-height: 18px;
}
.col3 {
	float:left;
	width:80px;
	margin-right:-10px;
}
.col2 {
	float:left;
	width:120px;
	margin-right:-10px;
}
#sidebar {
	float: right;
	width: 335px;
	background-color: #1c1c1c;
	margin: 25px;
	padding: 25px 0 25px 0;
}
#sidebar p, #sidebar ul, #sidebar img {
	margin-left:25px;
	margin-right:25px;
	}
#sidebar h2 {
	text-align:center;
	margin-top: 18px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#sidebar  h3 {
	font-size:16px;
	text-align:center;
	margin-top: 18px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.center {
	text-align: center;
}

footer p {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	width: 345px;
}
footer .copyright {
	float:left;
	width: 360px;
	margin-top:22px;
	margin-bottom:22px;
}
footer #tiny_logo {
	float: right;
	text-align:right;
}
strong {
	font-weight: bold;
	letter-spacing: 1px;
}
.center {
	text-align: center;
}
