html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

a {
	color: #999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:visited {
	color: #aaa;
}

a:hover {
	text-decoration: underline;
	color: #000;
	
}

#outer_container {
	position:relative;
	width:100%;
	height:100%;
	margin: 0px;
	
}

.container {
	float:right;
	top:154px;
	text-align:right;
	width:825px;
	border-bottom:30px;
	
} 

#logo {
	float:right;
}


#menu{
	float: right;
	clear: right;
	width:225px;
	text-align:left;
	
} 

#menulist{
	position:relative;
	text-align:left;
	left:100px;
	top:0px;
	width:125px;
} 

#cardlist {
	float:right;
	text-align:right;
	width:600px;
} 

.text {
	padding-top: 10px;
	max-width:200px; 
	text-align:right;
} 