body {
	background-color: #142A3F;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../imgs/bg.jpg);
}

.cafepress_bg {
	background-color: #fff;
	border: 3px double #3cf;
}



.bottom_bg {
	background-image: url(../imgs/footer.png);
	background-repeat: no-repeat;
}

.white_med_lrg {
	font-size: 18px;
	
}

.white_small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.header  {
	background:url(../imgs/headerstatic.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.headerblank  {
	background:url(../imgs/headerblank.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.indent_right {
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;

}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none:
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}

.right {
	text-align: right;
}

