/* Layout (inc. Container)
--------------------------------------------------------------------------------------- */
body {
	background-color: #666666;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

#Container {
	position: relative;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/Backgrounds/Container.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: both;
}

/* Generic Typography
--------------------------------------------------------------------------------------- */
p
{
	margin: 0;
	padding: 0;
}
input, select, textarea
{
	font-family: "Trebuchet MS";
}
small
{
	font-size: 80%;
	color: #990000;
}
.General_Photo_Left
{
	float: left;
	margin: 0 10px 0 0;
}
.General_Photo_Right
{
	float: right;
	margin: 0 0 0 10px;
}
form, table
{
	margin: 0;
	padding: 0;
}
