/* light orange = #ddba9c */
/* dark orange = #f4770b */
body {
	font-family:Sans;
	color:white;
	background-color : black;
}
h1,h2,h3,h4,h5 {
	margin:10px;
	padding:0;
}
br {
	margin:0px;
}
h1 {
	font-family:Georgia,Serif;
	font-size:45px;
	font-weight:lighter;
	text-indent:10px;
}
h2 {
	font-size:20px;
	color:#ddba9c;
	text-indent:10px;
}
h3 {
	font-weight:lighter;
	font-size:23px;
	color:#f4770b;
}
h4 {
	font-size:15px;
	color:white;
}
h5 {
	font-size:12px;
	color:white;
}
DIV.container {
	position:relative;
	margin: 0 auto;
	width:955px;
	height:600px;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
}
a:link {
	color:#ddba9c;
	text-decoration: none;
}
a:visited {
	color:#ddba9c;
	text-decoration: none;
}
a:hover {
	color:#ddba9c;
	text-decoration: underline;
}
a.whitelink {
	color:white;
}
/*
a.whitelink:hover {
	color:red;
}
*/
P {
	width:550px;
	font-family:Sans;
	font-size:20px;
}
P.wide {
	width:750px;
	font-family:Sans;
	font-size:18px;
}
SPAN.bottomright {
	position:absolute;
	text-align:center;
	right:10px;
	bottom:10px;
}
IMG.image {
	position:relative;
	top:50px;
	visibility:visible; // hidden
	margin-left: auto;
	margin-right: auto;
}
