* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	background:url(images/background.jpg);
	background-repeat:repeat;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h1 {
	font-size:  22px;
}

h2 {
	font-size:  18px;
	text-align:center;
}

h3 {
	font-size:  15px;
}

p, blockquote, ul, ol {
}

em {
	color:  #BE7684;
}


a {
	color: #6E002D;
}

a:hover {
	text-decoration: none;
	color: #BE7684;

}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	float: 0 0 0 15px;
}

/* Header */

#header {
	width: 770px;
	height: 166px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/header.jpg);
}

#header h1, #header h2 {
	float: left;
	font-weight: normal;
}

#header h1 {
	padding: 14px 0 0 180px;
	letter-spacing: 4px;
	font-size: 30px;
}

#header h2 {
	padding: 31px 0 0 10px;
	letter-spacing: 3px;
	font-size: 12px;
}

#header a {
	text-decoration: none;
	color: #6E002D;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	background: url(images/img2.jpg) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 380px;
	padding: 0 20px;
	background: url(images/img4.jpg) no-repeat;
}

#content .post {
}

#content .post h2 {
	margin-bottom: 1em;
	text-transform: none;
	font-weight: normal;
	color: #333333;
}

#content .post h3 {
	margin-bottom: 1em;
	font-size: 100%;
}

#content .post p, #content .post ul, #content .post ol {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content .post blockquote, #content .post ul, #content .post ol {
	margin-left: 2em;
}

/* Ad Space */

#adspace {
	float: right;
	width: 120px;
	padding: 15px 25px;
	background: url(images/img5.jpg) no-repeat;
}

#adspace img {
	border: 1px solid #6E002D;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	padding: 15px;
	background: url(images/img3.jpg) no-repeat;
}

.boxed {
}

.boxed h2 {
	margin: 15px 0;
	padding-left: 20px;
	background: url(images/img6.jpg) no-repeat left bottom;
	font-size: 92%;
	color: #6E002D;
}

.boxed .list {
	background: url(images/img7.jpg) repeat-x;
	list-style: none;
}

.boxed .list li {
	padding: 10px 0 15px 0;
	background: url(images/img7.jpg) repeat-x left bottom;
}

.boxed .list h3 {
	font-size: 77%;
}

/* Menu */

#menu {
}

#menu ul {
	list-style: none;
	background: url(images/img7.jpg) repeat-x;
}

#menu li {
	padding: 5px 0;
	background: url(images/img7.jpg) repeat-x left bottom;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	color: #BE7684;
}

/* Footer */

#footer {
	width: 140px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 610px 0 20px;
	background: url(images/img8.jpg) no-repeat;
	font-size: 77%;
}

#footer p {
	margin-bottom: 1em;
	line-height: normal;
}


#disclaimer {
	float: clear all;
	width: 710px;
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 10px;
	background: #ffffff;
	border-top: 1px dashed #cccccc;
}




/* form */
form
{ margin: 3px 0px 0px 0px; 
  padding: 0; 
}

form#content
{ height: 220px;
}

div.row1
{ width: 371px; 
  clear: both;
}

div.row1 span.formlabel 
{ float: left;
  width: 100px;
  text-align: right;
}

div.row1 span.forminput
{ float: left;
  text-align: left;
} 

#content input, #contact textarea
{ width: 229px; 
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 100%;
  border: 1px solid;
  overflow: auto;
  margin: 2px;
}

#content input.submit
{ width: 99px;
  margin: 8px 0px 0px 220px;
  height: 22px;
  cursor: pointer;
}

