/* GENERAL
----------------------------------------------- */

body {
	margin:0; 
	padding:0; 
	font:13px "Trebuchet MS", Sans-Serif;
	color:#000;
	background-color:#eee; 
	}	

* { margin:0px; padding:0px; }

img { border:none; float:left; }

h1 { font-size:32px; float:left; margin:30px 0 0 10px; display:inline; }
h2 { font-size:18px; float:right; margin:30px 10px 0 10px; color:#531100; font-weight:normal; display:inline;}

/* LINKS
----------------------------------------------- */	
.greyish a:link, .greyish a:visited { color:#000; text-decoration:none; }	
.greyish a:hover, .greyish a:active { text-decoration:none; }	

/* BASE
----------------------------------------------- */
#base { width:700px; margin:0px auto; }

/* HEADER
----------------------------------------------- */
#header { float:left; width:700px; height:100px; border:1px solid #CCC; margin:8px 0 0 0; background-color:#fff; }

/* CENTRAL
----------------------------------------------- */
#central { float:left; width:680px; background-color:#fff; border:1px solid #CCC; margin:20px 0 0 0; padding:10px; }

.outsideholder { float:left; border:1px solid #777; }
.greyish { float:left; height:30px; width:680px; padding:5px 0 0 0; background-color:#eee; text-align:center; font-size:18px; font-weight:bold; border-bottom:1px solid #777; }
.innerbox { float:left; width:680px; }
.innerbox ul { float:left; width:300px; margin:20px 0 0 40px; }
.innerbox ul li { margin-bottom:5px; }

.card { margin:20px 0 0 30px; display:inline; }
.border { border-top:1px solid #777; }
.continue { float:right; margin:15px 150px 20px 0; }

/* bottomtextER
----------------------------------------------- */
.bottomtext { float:left; width:680px; background-color:#eee; color:#777; margin:200px 0 0 100px; padding:10px; }
.bottomtext a:link, .bottomtext a:visited { color:#777; text-decoration:none; }	
.bottomtext a:hover, .bottomtext a:active { text-decoration:none; }	
