#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 15px;
	border:0;
	width: 750px;
	background: url("r2d2images/background.jpg");
}

#header {
		margin: 0 0 15px 0;
		background: url("r2d2images/r2-d2-dvd-projector.jpg") no-repeat;
}

#side-a {
	float: left;
	width: 300px;
	
}

#side-a h1{

	font:Arial;
	color:#000000;
	font-size: 1.0em;
	font-weight: bold;
	padding:5px;
	text-align: center;

}

#side-b { 
	margin: 0;
	float: left;
	width: 450px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#side-b h2{

	font:Arial;
	color:#000000;
	font-size: 1.0em;
	font-weight: bold;
	padding:5px;
	text-align: center;

}

#side-a p{

	font:Arial;
	color:#000000;
	font-size: 0.8em;
	text-align: left;

}

#side-b p{

	font:Arial;
	color:#000000;
	font-size: 0.8em;
	text-align: left;
	padding: 10px;

}

#side-a a{

	font:Arial;
	color:#222247;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;

}

#side-b a{

	font:Arial;
	color:#222247;
	font-size: 1em;
	font-weight: bold;
	text-align: left;

}

#content{
	float: left;
	width: 750px;
	padding: 10px;
	font:Arial;
	color:#000000;
	font-size: 0.8em;
	font-weight:bold;
	text-align: left;
	
}

#footer {
	clear: both;
	font:Arial;
	color:#000000;
	font-size: 0.8em;
	padding:5px;
	text-align: center;
}
