* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url("img/bg.jpg") repeat-x #584769;
	font-size: 12px;
	font-family: tahoma, arial, verdana, sans serif;
}

table {
	font-size: 12px;
	font-family: tahoma, arial, verdana, sans serif;
	color: #624b52;
}

img {
	border: 0px;
}

a {
	color: #62249f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.topbar {
	width: 780px;
	text-align: right;
	margin: auto;
}

div.topbar img {
	margin-left: 10px;
}

div.logo {
	position: relative;
	z-index: 2;
	height: 95px;
	width: 193px;
	left: -330px;
	top: 16px;
}

div.menubar {
	width: 780px;
	background: url("img/border.jpg");
	text-align: left;
	height: 285px;
	line-height: 0px;
	font-size: 0px;
}

img.header {
	float: left;
	margin: 5px;
}

div.menu {
	float: right;
	margin: 5px 5px 0px 0px;
	background: #f9f0f6;
}

div.menu img {
	margin: 1px 0px 1px 0px;
}

div.main {
	width: 780px;
	background: url("img/border.jpg");
	font-size: 0px;	
	text-align: left;
}

div.content {
	margin: 0px 5px 0px 5px;
	background: #f9f0f6;
	font-size: 12px;
	padding: 10px 20px 20px 20px;
}

div.cheader {
	font-style: italic;
	font-size: 20px;
	color: #383838;
	margin: 10px 0px 15px 0px;
}

div.ctxt {
	font-size: 12px;
	color: #624b52;
	text-indent: 10px;
	text-align: left;
}

div.footer {
	width: 100%;
	background: url("img/bg_footer.jpg") repeat-x #646464 top;
	height: 120px;
	color: #e6e6e6;
	font-size: 11px;
	padding-top: 20px;
}

div.footer a {
	text-decoration: none;
	font-weight: bold;
	color: #e6e6e6;
}

div.chair {
	position: relative;
	z-index: 2;
	height: 1px;
	width: 1px;
}

div.rel {
	position: absolute;
	top: -152px;
	left: 360px;
	float: right;
}

textarea {
	width: 250px;
	height: 150px;
	font-size: 12px;
	font-family: tahoma, verdana, arial, sans serif;
}

input {
	width: 250px;
}

hr {
	height: 1px;
	color: #555;
	margin-bottom: 10px;
	margin-top: 5px;
}
















