/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #cbbbbe url(lace3.jpg) repeat left top; ; 
}

#wrapper {
    margin: 0 auto;
    width: 749px;
}

#content {
    width: 90%;
}



/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e0041;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	position: relative;
	font-size: 12px;
        margin-right: 20px;
        margin-left: 35px;
        margin-top: 115px;
        margin-bottom: 10px;
}

.text2 {
	position: relative;
	font-size: 12px;
        color: #ffffff;
}



.text3 {
	position: relative;
	font-size: 14px;
        color: #240703;
}

.text4 {
	position: relative;
	color: #751a00;
}

.text5 {
	position: relative;
	font-size: 14px;
}


.text6 {
	position: relative;
	font-size: 11px;
        margin-right: 20px;
        margin-left: 35px;
        margin-top: 115px;
        margin-bottom: 5px;
}


/** LINKS */

A:link {text-decoration: none; color: #4f6201;}
A:visited {text-decoration: none; color: #4f6201;}
A:active {text-decoration: none; color: #4f6201;}
A:hover {text-decoration: underline; color: #5e0041;}


.style1 A:link {text-decoration: none; color: #4f6201;}
.style1 A:visited {text-decoration: none; color: #4f6201;}
.style1 A:active {text-decoration: none; color: #4f6201;}
.style1 A:hover {text-decoration: underline; color: #5e0041;}


.style2 A:link {text-decoration: none; color: #e8e6b9;}
.style2 A:visited {text-decoration: none; color: #e8e6b9;}
.style2 A:active {text-decoration: none; color: #e8e6b9;}
.style2 A:hover {text-decoration: underline; color: #e8e6b9;}

.style3 A:link {font-size: 14px; text-decoration: none; color: #ffffff;}
.style3 A:visited {font-size: 14px; text-decoration: none; color: #ffffff;}
.style3 A:active {font-size: 14px; text-decoration: none; color: #ffffff;}
.style3 A:hover {font-size: 14px; text-decoration: underline; color: #ffffff;}

.style4 A:link {font-size: 14px; text-decoration: none; color: #751a00;}
.style4 A:visited {font-size: 14px; text-decoration: none; color: #751a00;}
.style4 A:active {font-size: 14px; text-decoration: none; color: #751a00;}
.style4 A:hover {font-size: 14px; text-decoration: underline; color: #751a00;}

.style5 A:link {font-size: 18px; text-decoration: underline; color: #4f6201;}
.style5 A:visited {font-size: 18px; text-decoration: underline; color: #4f6201;}
.style5 A:active {font-size: 18px; text-decoration: underline; color: #4f6201;}
.style5 A:hover {font-size: 18px; text-decoration: underline; color: #5e0041;}

/** BACKGROUNDS */

.stripes { background: url(stripes.jpg) repeat-y left top; }
.rightbg { background: url(rightbg.jpg) no-repeat left top; }
.rightbg2 { background: url(rightbg2.jpg) no-repeat left top; }
.rightbgmap { background: url(rightbgmap.jpg) no-repeat left top; }
.rightbg3 { background: url(rightbg3.jpg) no-repeat left top; }
.rightbg4 { background: url(rightbg4.jpg) no-repeat left top; }
.rightbg5 { background: url(rightbg5.jpg) no-repeat left top; }
.rightbg6 { background: url(rightbg6.jpg) no-repeat left top; }




/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

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

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


.hr1 {
	clear: both;
	height: 2px;
	margin: 0px 0px 5px 0px;
	background: url(images/homepage21.gif) repeat-x left top;
}

