/*	======================================================================================================

	PeachySmith.com
	BASE.CSS: CSS for BASICS of screen/projection
	
	====================================================================================================== */

body {
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	background-color: #FFF;
	background-image: url(../img/layout/bg1.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

#container {
	width: 760px;
	height: 100%;
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: left;
	border: none;
}



/*
* {
	font-family: "Lucida Grande", Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

body {
	background: White;
	background-image: url(../img/layout/bg1.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

#container {
	width: 760px;
	height: 100%;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
}
*/

