body{
	//background-color:red;
	background-image:url("/images/red-background.jpg");
	background-repeat: repeat;
	background-attachment:fixed;
	margin:0px;
}
div.center-column{
	background-image:url("/images/background.jpg");
	background-repeat:repeat;
	margin:auto;
	width:75%;
}
header{
	padding:5%;
	padding-bottom:4%;
	text-align:center;
}
h1{
	font-family:serif;
}
h2{
	font-family:sans-serif;
	text-shadow:2px 2px red;
}
section{
	padding:5%;
	padding-top:0%;
}
footer{
	background-color:black;
	color:green;
	width:100%;
	text-align:center;
	font-family:monospace;
}
iframe.youtube{
	height:315px;
	width:560px;
	max-width:90%;
}
img{
	border:5px;
	max-width:90%;
}
img.small{
	border:5px;
	max-width:128px;
	max-height:128px;
}
img.med{
	border:5px;
	max-width:256px;
	max-height:256px;
}
ul.major{
	padding-left:60px;
	//list-style:initial;
	list-style:disc url("/images/reddot.png");
}
ul p ul{
	padding-left:40px
	list-style:square none;
}
li{
	padding:5px;
}
