/*
	Author Name	:  Brandy J. King
	Author Site	:
	Style Name	:   32K Modified for Ed
	Style URI	:
	Version		:   0.2
	Comments	:
	   changes from default style for Ed's blog
*/


body {
	font-size: .9em;
	font-family: Verdana, Arial, Sans-Serif; 
	color: #444;
	background: #EDEDED;
	text-align: center;
	margin: 0 0 30px;
	}

#page {
   font-size: 101% ;
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 760px;
	border: 1px solid #ddd;
	border-top: none;
	}

	
#header {
	/* Contains the H1 and menu */
	padding: 0;
	margin: 0;
	position: relative;
	height: 140px;
	background: #035C56 no-repeat right;
	background-image: url(images/morethanamotto.jpg);
	margin-top: 0;
	padding-top: 0;
	}

#maintext {
	line-height: 140%;
	margin: 20px;
}
	
	
#footer {
	border-top: 1px solid #000000;
}

#footer p {
	font-size: .75em;
	text-align: left;
	margin-left: 20px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right ;
}

.clearboth {
	clear: both;
}