/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #535353;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
	line-height: 18px;
}

.align-justify {
	line-height: 18px;
	text-align: justify;
}

.text1 {
	display: block;
	margin-bottom: 18px;
	text-transform: uppercase;
	font: bold 13px Georgia, Times New Roman, Times, serif;
	color: #513A27;
}

.text2 {
	display: block;
	margin-bottom: 7px;
	padding: 2px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #6B684F;
}

.text3 {
	padding: 2px 5px;
	background: url(images/homepage05.gif);
	color: #FFFFFF;
}

.text4 {
	display: block;
	margin-bottom: 10px;
	color: #513A27;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.text5 {
	padding-top: 15px;
	text-align: center;
	color: #9D7B5C;
}

/** LINKS */

a {
	color: #513A27;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	width: 115px;
	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px Georgia, Times New Roman, Times, serif;
	color: #432C16;
}

a.link1:hover {
	background: url(images/homepage04.gif) no-repeat;
	color: #08638C;
}

/** BACKGROUNDS */

.bg1 {
	background-image: url(images/marsha_homepage_back.gif);
	background-repeat: no-repeat;
	
	}

.bg2 {
	background: url(images/bg_03.jpg) no-repeat;
	background-image: url(images/marsha_header.jpg);
	background-repeat: no-repeat;
}

.bg3 {
	background: url(images/bg_04.jpg) repeat-y;
	background-image: url(images/marsha_middle.jpg);
	background-repeat: repeat;
}

.bg4 {
	background: url(images/bg_05.jpg) no-repeat;
	background-image: url(images/marsha_footer.jpg);
	background-repeat: no-repeat;
}

.bg5 {
	background: url(images/homepage06.gif) repeat-x left center;
}

.bg6 {
	background: url(images/homepage07.gif) repeat-y center top;
}

/** MISC */

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage06.gif);
}
a.link2 {
	display: block;
	width: 115px;
	padding: 10px 0px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px Georgia, Times New Roman, Times, serif;
	color: #432C16;
}
a.link2:hover {
	background: url(images/homepage04.gif) no-repeat;
	color: #08638C;
}
