body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	
}

html, body {
  margin: 0;
  background-color: #EAE9F2;
	height: 100%;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	postition:relative;
	height: 100%;
}

#wrapper {
	margin: 0px auto;
	width: 745px;
	
	border-left: 1px solid #79779D;
	border-right: 1px solid #79779D;
	/*border: 3px solid black;*/
	height: 100%;
	background-color: #DFDEEE;
}

#faux {
	background: url(../images/background.jpg);
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
	background-color:#F1F1F7;
	
}

#header {
    background: #d1dbdb;
    color: #333;
}

#leftcolumn {
	padding: 0,0,0,0;
	display: inline;
	float: left;
	width: 243px;
	color: #333000;
	background-color:#F1F1F7;
}

#leftcolumn img {
	margin-top:10px;
	margin-bottom:10px;
}

#content, #content_landingpage {
	float:left;
	padding: 10px 0 0 10px;
}

#content {
	width:480px;
}

#content_landingpage {
	width:480px;
}

#rightcolumn {
	padding-right: 0px;
	display: inline;
	padding-LEFT: 0px;
	float: right;
	padding-BOTTOM: 0px;
	margin: 10px;
	width: 190px;
	color: #333;
	padding-TOP: 0px
}

#footer {
	margin-bottom: 1px;
	background-color: #DFDEEE;
	height:10px;
	border-top: 1px solid #79779D;
	border-bottom: 1px solid #79779D;
}

a:link {
	color: #48466E;
}
a:visited {
	color: #48466E;
}
a:hover {
	color: #48466E;
}
a:active {
	color: #48466E;
}
a img {
	border: none;
}

.style3 {
	font-size: 18px
}

ul#nav {
	margin-top:20px;
}

ul#nav li {
	margin-left: -30px;
	margin-bottom: 5px;
	list-style-type: none;
	padding-left: 35px;
	font-size:16px;
	background-image: url(images/menu/li.gif);
	background-repeat: no-repeat;
	background-position: -0.3em;
}

ul#nav li a {
	list-style-type: none;
	color:#48466E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-style: none;
}

ul#nav li.menu_level_1 {
	list-style-type: none;
	margin-left: -5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul#nav li.menu_level_1 {
	padding-left: 20px;
	background-image: url(images/menu/li_small.gif);
	background-repeat: no-repeat;
	background-position: 0.1em;
}

ul#nav li a:hover {
	text-decoration:none;
}