/*
Theme Name: Tangled Garden Cafe
*/

body {
	margin:0;
	background:#800000;
	color:#000000;
	font-size: 12px;  /*Resets 1em to 10px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.home {
	color: white;
        font-weight: bold;
        text-decoration: none; 
}
a.home:hover {
	color: white;
        font-weight: bold;
        text-decoration: underline; 
}
a.home:visited {
	color: white;
        font-weight: bold;
        text-decoration: none; 
}


a { 
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none; 
}

a.tcp {
       color:#ffffff;
       text-decoration:none;
}

a.tcp:visited {
       color:#ffffff;
}

a.tcp:hover {
       color:#99ccff;
       text-decoration:underline;
}

/* Layout */
#page {
	width:812px;
	margin:0 auto;
}
#wrapper {
	background:#FFFFFF;
	text-align:left;
	width:812px;
	float:left;
}
#wrapper1 {
	text-align:center;
	width:812px;
}
#content{
}
#footer {
	clear:both;
}
