@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #a05625;
}
body {
	background-color: #000;
	background-image: url(/images/sante-background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0;
}

a:link {
	text-decoration: none;
	color: #dc7632;
}
a:visited {
	text-decoration: none;
	color: #dc7632;
}
a:hover {
	text-decoration: underline;
	color: #dc7632;
}
a:active {
	text-decoration: none;
}

h1, h2, h3 {font-weight: normal;}

#container {width: 100%; margin: 0; background-image: url(/images/sante-background-inner.jpg); background-position: bottom right; background-repeat: no-repeat;}

#nav-container {background-color: #510101; width: 100%; height: 30px; border-bottom: 1px solid white; color: white; margin: 0;}
	#nav {margin: auto; width: 1000px; text-align: left; /*background-color: maroon;*/ padding: 6px 0 0 0; height: 24px;}
		#nav ul {margin: 0; padding: 0;}
			#nav li {display: inline; padding: 0 70px 0 70px;}
			#nav a, #nav a:link {color: #ffffff; text-decoration: none;}
			#nav a:hover {color: #FC0;}

#wrapper {margin: auto; width: 1000px;}
	#content-home {width: 400px; margin-top: 50px; line-height: 30px;}
		#content-home p {margin-left: 40px;}
	#content {margin-top: 50px; line-height: 20px;}
		#content p {margin-left: 40px;}
		.alignright {float: right; margin-left: 10px;}
