
body { 
	margin: 30 0 0 0;
	text-align: center;
	color: #000063;
	font-family: trebuchet MS;
	font-size: 12px;
	background-color: #F6F4F7;
}

#console {
	width: 762px;
	border: solid 2px #000;
	background-color: #FFF;
	text-align:center;
	margin: 0px auto;

}

#content {
	width: 750px;
	background-image: url(pics/curves.jpg);
	background-repeat: no-repeat;

}

#crumbs {
	font-family: arial;
	color: #5A8143;
	font-size: 10px;
}

#main {
	padding: 16 15 25 26;
	font-size: 12px;
}

# tips {
	padding: 30 10 25 10;
}

h1{
	margin-top: 22px;
	color: #7C3E05;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1;
}

h2{
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	font-variant: small-caps;
}

#nav {
	width: 322px;
	padding:5 40 5 26
}


#tips {
	margin: 58 5 15 5;
}

#tipBox {

	font-size: 9px;
	width: 118px;
	height: 130px;
	padding: 36 6 5 6;
	margin: 12 5 20 5;
	background-image: url(pics/tips.jpg);
	background-repeat: no-repeat;	
	color: #81AF65;
	text-align:left;
}

#more {
	width: 110px;
	text-align: right;
	margin: 0 6 2 2;
}

#footer {
	font: bold 10px arial;
	color: #8F9BB5;
	margin: 0px auto;
	}

#base {
	width: 762px;
	border: solid 2px #000;
	border-top: 0;
	margin: 0px auto;	
	}


a:link, a:visited, a:active {
	font: bold 10px arial;
	text-decoration: none; color: #8E9C75;
}

a:hover {
	font: bold 10px arial;
	text-decoration: underline;
	color: #6666cc;
}

#nav a:link, #nav a:visited, #nav a:active {
	font: bold 12px arial;
	text-decoration: none;
	color: #195A9C;
}

#nav a:hover {
	font: bold 12px arial;
	text-decoration: underline;
	color: #11406F;
}


#tipBox a:link, #tipBox a:visited, #tipBox a:active {
	font: bold 10px arial;
	text-decoration: none;
	color: #AFB39B;
}

#tipBox a:hover {
	font: bold 10px arial;
	text-decoration: underline;
	color: #316BA5;
}

#crumbs a:link, #crumbs a:visited, #crumbs a:active {
	font: bold 10px arial;
	text-decoration: none;
	color: #5A8143;
}

#crumbs a:hover {
	font: bold 10px arial;
	text-decoration: underline;
	color: #316BA5;
}