/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #4D2E15 url(images/bg01.jpg) repeat left top;
}

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

#content {
    width: 90%;
}



/** FORMS */

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

/** 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: 11px;
	color: #240703;
}

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

.text1 {
	position: relative;
	font-size: 11px;
}

.text2 {
	position: relative;
	font-size: 18px;
        color: #240703;
}



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

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

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

.text6 {
	position: relative;
	font-size: 12px;
}

.text7 {
	position: relative;
	font-size: 12px;
        font-weight:bold;
        color: #e8e6b9
}

.submit {
	position: relative;
	font-size: 14px;
        color: #751a00;
}

.content {
	position: relative;
	font-size: 14px;
        color: #751a00;
}


/** LINKS */




.style1 A:link {font-size: 18px; text-decoration: none; color: #651a00;}
.style1 A:visited {font-size: 18px; text-decoration: none; color: #651a00;}
.style1 A:active {font-size: 18px; text-decoration: none; color: #651a00;}
.style1 A:hover {font-size: 18px; text-decoration: underline; color: #651a00;}


.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: underline; color: #751a00;}
.style4 A:visited {font-size: 14px; text-decoration: underline; color: #751a00;}
.style4 A:active {font-size: 14px; text-decoration: underline; color: #751a00;}
.style4 A:hover {font-size: 14px; text-decoration: underline; color: #751a00;}

/** BACKGROUNDS */

.bg1 { background: url(images/bg02.jpg) repeat-x left top; }
.bg2 { background: url(images/bg03.jpg) repeat-y left top; }
.bg3 { background: url(images/bg04.jpg) no-repeat left top; }
.bg4 { background: url(images/bg07.jpg) no-repeat left top; }

.bg5 { background: url(images/homepage09.jpg) repeat-y left top; }
.bg6 { background: url(images/homepage13.jpg) repeat-y left top; }
.bg7 { background: url(images/homepage16.jpg) repeat-y 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;
}

hr { display: none; }

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

