html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

* {
	margin:0;
	padding:0;
}
#logo  {
	margin: 10px, 10px, 10px, 10px;
}

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000000 url(images/pageBackground.jpg) no-repeat center top;
	color: #000;
	height: 100%:
}
a {
	color:#FFF;
	text-decoration:underline;
	font-weight:700;
}
a:hover {
	color:#ffffff;
	text-decoration:none;
}
#container { 
	width: 100%; 
} 
#header {
	width:100%; 
}
#links {
	width: 100px; 
}
.logo {
	color:#ff9c00;
	font-size:60px;
	padding:10px 0 0 30px;
}
.author {
	padding:0 0 10px 30px;
	color:#707070;
}
.author a {
	color:#0F0;
}
.menu {
	background-image:url(images/menuBackground.png);
	/*background-color:#000;*/
	height:50px;
	text-align:center;
	margin-top:50px;
}
.menu ul {
	margin:0;
	padding-top:11px;
}
.menu li {
	list-style:none;
	display:inline;
	padding:20px 0px 0 20px;
}
.menu li a {
	color:#ffffff;
	font-size:24px;
	text-decoration:none;
}
.menu li a:hover {
	color:#ff66CC;
	font-size:24px;
	text-decoration:none;
}
.menu #active a {
	color:#ff66cc;
	font-size:24px;
	text-decoration:none;
}
.menu #active a:hover {
	color:#ffffff;
}
.allContent {
	width:800px;
	margin:0 auto;
	margin: 0 auto -20px;
	padding-bottom: 20px;
}
.leftContent p, .rightContent p, .rightContent h3, .rightContent2 p, .rightContent2 h3 {
	padding:30px;
}
.leftContent {
	float:left;
	width:550px;
	background:#F6C;
	border-style: solid;
	border-color:#000;
	padding-bottom: 20px;
}
.rightContent {
	margin-left:590px;
	width:200px;
	background:#ff66cc;
	border-style: solid;
	border-color:#000;
	text-align:center;
	padding:
} 
.rightContent ul {
	margin:0;
}
.rightContent li {
	list-style:none;
}
.rightContent2 {
	margin-left:590px;
	margin-top:30px;
	width:200px;
	background:#ff66cc;
	border-style: solid;
	border-color:#000;
	text-align:center;
} 
.rightContent2 ul {
	margin:0;
}
.rightContent2 li {
	list-style:none;
}

#footer {
	position: relative;
	height:20px;
	background-image:url(images/footerBackground.png);
	margin-top: 20px;
	margin-bottom:-10px;
	width:100%;
	text-align:center;
	color:#FFF;
	padding-top: 5px;

	clear: both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*to wrap the text around images*/
.floatleft {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.floatright {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#facebook {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom: -20px;
	padding:-20px auto -10px auto;
}