html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*overflow:hidden;*/
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 0.9em;
	font-style: normal;
	color: #333;
}

/******************************** WRAPPERS ********************************/
div#container {
	width:900px;
	height:auto;
	margin: 0 auto;
	margin-top:50px;
	border: 1px solid black;
	background: url(images/background.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#left_column {
	float:left;
	width:540px;
	text-align:center;
	padding:50px;
	padding-top:30px;
}

div#right_column {
	float:left;
	width:200px;
	text-align:left;
	padding:30px;
}

div#logo {
	width:900px;
	margin: 0 auto;
	padding-top:20px;
	text-align:center;
}

/******************************** NAVIGATION ********************************/
#navigation ul {
	list-style-type:none;
	margin:0;
	padding-left:20px;
	padding-bottom:10px;
}
#navigation li {}

#navigation a {
	text-decoration: none;
	font-weight:bold;
	font-size:0.91em;
}

/******************************** CONTENT ********************************/
h1 {
	font-size:1.3em;
}
h2 {
	font-size:1.1em;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/******************************** HELPERS ********************************/
.clear {
	clear: both;
	font-size: 1px;
}
