body, html {
	margin: 0;
	padding: 0;
	background: #FADB00 url(../images/yellow-back.jpg) repeat-x;
	text-align: center; 
	font-family: century gothic;
	font-size: 90%;
	color: #000;
}

h1 {
	background: transparent url(../images/kilroy-was-here.jpg) no-repeat 0 0;
	padding-left: 115px;
	font-weight: normal;
	font-size: 2.3em;
	margin: 0px 35px 10px 0px;
}

h2 {
	font-weight: normal;
	font-size: 2em;
	margin: 10px 20px 10px 0px;
}

#container {
	width: 100%;
}

#left {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

#right {
	float: right;
	width: 49%;
	height: 930px;
	background: #000 url(../images/black-stripe.gif);
	margin: 0;
	padding: 0;
}

#left .content {
	float: right;
	width: 355px;
	margin: 70px 0px 0px 0px;
	padding: 0px 20px 10px 0px;
	text-align: left; 
	color: #000;
}

#left .content ul {
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
}

#left .content ul li {
	margin: 0px; 
	padding: 2px 0px 1px 30px; 
	list-style-type: none;
	display: block;
	background: transparent url(../images/star-bullet.gif) no-repeat 5px 4px;
}

#right .content {
	float: left;
	width: 300px;
	margin: 80px 0px 0px 65px;
	text-align: left; 
	color: #fff;
}

#right .content h1 {
	color: #fff;
}

#right p {
	float: left;
	display: block;
	margin-top: 100px;
	padding: 15px;
	color: #fff;
	font-size: 0.8em;
	width: 300px;
	text-align: left;
}

#right a {
	color: #fff;
	text-decoration: underline;
}

#right a:hover, #right a:active, #right a:focus {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

div.thumb {
	float: left;
	margin: 20px;
	padding: 6px;
	background: url(../images/square.png) no-repeat; 
}

div.thumb img {
	border: 1px solid #C4C3C3;
	padding: 0;
	margin: 0;
}

div.thumb img:hover {
	border: 1px solid #0F0F0F;
}

span {
	color: #1504EE;
	font-size: 1.2em;
	padding-top: 6px
}
