body {
	margin-left: 60px;
	margin-top: 40px;
	font-family: Arial;
	font-size: 17px;
	color: rgb(72, 72, 72);
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin-top: 25px;
	margin-bottom: 10px;	
	font-size: 15px;
	font-weight: bold;
}


a {
	color: blue;
	text-decoration: none;	
}

a:hover {
	color: blue;
	text-decoration: underline;	
}

div#logo {
	font-size: 38px;
	font-weight: bold;

}

span#logo {
	color: rgb(48, 48, 48);	
	text-decoration: none;
}

span#logo a:hover {
	color: rgb(96, 96, 96);	
	text-decoration: underline;
}

div#sidebarHeader {
	margin-left: 0px;
	margin-top: 0px;
	font-size: 15px;
	font-weight: bold;
}

img#picture {
	width: 125px;
    padding-bottom: 20px;
}

div#sidebarText2 {	
	margin-left: 0px;
	margin-top: 0px;
	line-height: 200%;
	padding: 7px;
}

div#mainNav {
	margin-left: 0px;
	margin-top: 35px;	
}

div#subscribe {
	margin-left: 0px;
	margin-top: 35px;	
}

div#clicky {
	margin-left: 0px;
	margin-top: 35px;	
}

div.navItem {
	margin-top: 7px;
	font-size: 14px;
}

div#pageTitle {
	margin-bottom: 29px;
	font-size: 22px;
	font-weight: bold;
}

div#callout {
	margin-bottom: 20px;
	padding: 7px;
	line-height: 150%;	
	background-color: rgb(242, 242, 242);
}

div#trailer {
	margin-top: 20px;
	padding: 7px;
	line-height: 150%;	
	background-color: rgb(242, 242, 255);
}

div#comments {
	margin-top: 50px;	
}

td#copyright {
	padding-top: 60px;
	padding-bottom: 40px;
}

p.text {
	line-height: 170%;
}