body {
	background-color: #DFDFDF;
	color: #777777;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Times New Roman, serif;
	text-align: justify;
	}

/* -------------------------------------------------------------------------------------- CONTAINERS */

.header {
	height: 340px;
	background: #000000 url(therese-header.jpg) no-repeat scroll center top;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	}

.menu {
	background: #fff;
        border-top: 5px solid #c36a0b;
        border-bottom: 10px solid #c7c7c7;
	margin: 0px;
	padding: 10px 0px;
	position: relative;
	text-align: center;
	width: 100%;
	}
.menu a:link, .menu a:visited {
        border-bottom: 0px solid #fff;
	color: #000000;
	font-family: Times New Roman, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 2px;
}
.menu a:hover, .menu a:active {
	color: #00aaff;
}

.content {
	font-size: 11px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	position: relative;
	text-align: justify;
	width: 600px;
}

.footer {
	background: #c7c7c7;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	margin: 0px;
	padding: 20px 0px;
	position: relative;
	text-align: center;
	width: 100%;
	}

/* -------------------------------------------------------------------------------------- CONTENT */

p, td {
	line-height: 20px;
	margin: 10px 20px;
	}
.center {
	text-align: center;
	}
li {
	font-size: 11px;
	line-height: 20px;
	margin: 10px 20px 10px 0px;
	}
strong, b {
	color: #5791ae; 
	text-decoration: none;
                  }
b.name {
	font-family: Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	}
em, i {
	color: #966262;
	}

a:link , a:visited {
        border-bottom: 1px dotted #c7c7c7;
	color: #d89a59;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, a:active {
        border-bottom: 1px solid #c7c7c7;
	color: #00aaff;
	font-weight: bold;
	text-decoration: none;
	}

/* -------------------------------------------------------------------------------------- TITLES */

h1 {
        border-bottom: 5px dotted #c7c7c7;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	color: #A39CA4;
	font-family: Georgia, Times New Roman, serif;
	font-size: 25px; 
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 3px 0px 10px 0px;
	padding: 20px 0px 0px 55px;
	text-align: left;
	text-transform: uppercase;
}

h1:first-letter {
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 25px;
	color: #777777; 	
	text-transform: uppercase;
	}

.subheader {
	margin: -10px 0px 3px 70px;
	color: #A39CA4;
	font-family: Times New Roman, Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

h4 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font: 7px georgia, Times New Roman, serif;
        font-style: italic;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	font-weight: normal;
	color: #7D0200;
	}

img.border {border: solid #635D4F;
	border-style: double;
	}

/* -------------------------------------------------------------------------------------- FORMS */

input, textarea, select {
	background: #eee;
	border: 1px outset #c7c7c7;
	color: #8F8F8F;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	}
input:focus, textarea:focus, select:focus {
	background: #fff;
	border: 1px inset #c7c7c7;
	}

blockquote {
        background: #eee;
        border: 1px solid #c7c7c7;
        text-align: justify;
	font-family: Tahoma, sans-serif;
	color: #8F8F8F;
	font-size: 13px;
	margin: 20px 70px 20px 70px;
	padding: 7px 15px 7px 15px;
	}

/* -------------------------------------------------------------------------------------- CODESORT */

.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}
.codesort li {
	display: inline;
	padding-right: 0.5em;
	}
.codesort img { border: 7px solid #eee; }
.codesort a { border-bottom: 0px solid #000; }
.codesort p { text-align: left; }
.codesort h2 {
        border-bottom: 5px dotted #c7c7c7;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	color: #A39CA4;
	font-family: Georgia, Times New Roman, serif;
	font-size: 25px; 
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 3px 0px 10px 0px;
	padding: 20px 0px 0px 55px;
	text-align: left;
	text-transform: uppercase;
	}
.codesort h3 {
	font-size: 20px;
	line-height: 13px;
	margin: 6px 20px 10px 20px;
	text-align: left;
	}