body {
	margin: 0;
	padding: 0;
	background: #a3a4a5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
	color: #333333;
}

h1 {
	display:none;
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 17px;
}

h3 {
	display:none;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 100%;
}

p {
	line-height: 120%;
	color: #333333;
}

a {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F2449A;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 730px;
	height: 228px;
	margin: 0 auto;
	background: url(images/img02b.jpg) no-repeat;
}
#nav {
	width: 730px;
	height: 39px;
	margin: 0 auto;
	background: url(images/img05b.jpg) no-repeat;
}

/* Nav */

#nav ul{
	position:relative;
	display: inline;
	padding:0px 0px 0px 280px;
	top:8px;

}
#nav li{
	font-size:15px;
	color: #8F717F;
	font-weight:bold;
	display: inline;
	padding-left: 10px;
	letter-spacing: 0px;
}
#nav li a{
	color: #8F717F;
	font-size:11px;
}
#nav li a:hover{
	text-decoration: none;
	color: #F2449A;
}
/* Page */

#page {
	width: 730px;
	margin: 0 auto;
	background: #a3a4a5 url(images/img03b.jpg);
}

/* Content */

#content {
	float: right;
	width: 472px;
	margin-top:30px;
	background: url(images/div-line.gif) repeat-y;
}

.content {
	padding: 10px 40px 30px 33px;	
}


/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 40px 0px 0px 0px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 0px;
	padding: 0px 20px 20px 57px;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	width: 730px;
	height: 50px;
	margin: 0 auto;
	background: #130D0F url(images/img04b.jpg) no-repeat;
	color: #666767;
}

/* Form Styles */

input {
	border: 1px solid #8F717F;
	margin: 5px;
	width:	180px;
}
.submit{
	width: 80px;
	color: #F2449A;
	background-color:#ffffff;
}
label {
	width:200px;
	margin: 5px 5px 5px 0px;
}
textarea{
	border: 1px solid #8F717F;
	margin: 0px 0px 0px 5px;
}

.address{
	vertical-align: top;
}