@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a img{
	border:none;
}

body {
	text-align: center;
	background-color:#c5c5c5;
	font-family: "Courier New", Courier, monospace;
}


#wrapper {
	width: 400px;

	background-color: #fff;
	height: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #232323;
}


#wrapper #top {
	height: 50px;
}
#wrapper #mid {
height: 400px;
}
#wrapper #bottom {
	height: 50px;
}

a:link {
	color: #C5C5C5;
	text-decoration: none;
}
#maincontent {
	font-size: 1em;
	text-align: left;
	padding: 3em;
}

a:visited {
	text-decoration: none;
	color: #C5C5C5;
}
a:hover {
	text-decoration: none;
	color: #C10000;
}
a:active {
	text-decoration: none;
	color: #900;
}
h1,h2,h3,h4,h5,h6 {
	color:#c5c5c5;

}

#menu {
	text-align:center;
	margin-bottom: 100px;
}
h2 {
	font-size: 1.4em;
	line-height: 2em;
}
h1 {
	font-size: 3em;
}
#card {
	margin-top: 2em;
}
.meer {
	text-align: right;
}
#menu a:link, #menu a:visited  {color:#333;
}

#leftcol {
	float: left;
	width: 250px;
}

#rightcol {
	float: right;
	width: 250px;
}

#footer {
	font-size: smaller;
	padding-top:25px;
	clear: both;
	text-transform: none;
}

