/* CSS Document */

/* RESET */

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

/* STRUCTURE */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../images/background-page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f5f2f9;
	background-attachment: fixed;
}
#page-container {
	width: 837px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo-container {
	height: 144px;
	width: 413px;
	margin-top: 26px;
	margin-left: 424px;
}
#menu-container {
	width: 835px;
	height: 40px;
	background-image: url(../images/background-menu.jpg);
}
#content-container {
	background-image: url(../images/background-content.gif);
	background-repeat: repeat-y;
	width: 835px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: 3d185d;
	border-right-color: 3d185d;
	border-bottom-color: 3d185d;
	border-left-color: 3d185d;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: none;
}
#column-container {
	background-image: url(../images/background-spa-image.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}
#left-column {
	width: 144px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 15px;
	float: left;
}
#right-column {
	width: 611px;
	float: right;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 20px;
}

/* TYPE AND LINKS */

h1 {
	font-weight: normal;
	color: #5C2E91;
	font-size: 2.3em;
	margin-bottom: 10px;
	line-height: 1.4em;
}
h2 {
	font-weight: normal;
	color: #5C2E91;
	font-size: 2.3em;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
p {
	font-size: 1.4em;
	margin-bottom: 10px;
	line-height: 2.1em;
}
#content-container #column-container #right-column a:link {
	color: #000000;
	text-decoration: underline;
}
#content-container #column-container #right-column a:visited {
	color: #000000;
	text-decoration: underline;
}
#content-container #column-container #right-column a:hover {
	color: #663382;
	text-decoration: underline;
}
#content-container #column-container #right-column a:active {
	color: #663382;
	text-decoration: underline;
}

#content-container #left-column a:link {
	color: #3D185D;
	text-decoration: none;
}
#content-container #left-column a:visited {
	color: #3D185D;
	text-decoration: none;
}
#content-container #left-column a:hover {
	color: #663382;
	text-decoration: underline;
}
#content-container #left-column a:active {
	color: #663382;
	text-decoration: underline;
}


.clear {
	clear: both;
}
table {
	margin-top: 20px;
}
table p {
	line-height: 1em;
	padding-top: 10px;
}
th {
	background-color: #663382;
}

th p {
	color: #FFFFFF;
	font-size: 1.6em;
}
.tight {
	line-height: .8em;
}
