body {
	background-color: #f00;
	background-image: url(../images/mickey-mouse-heads.png);
}

div.header {
	width: 100%;
	height: 180px;
	background: url(../images/header_bg.png) repeat-x;
	top: 0;
	position: absolute;
	left: 0;
}

div.spacer {
	position: static;
	width: 100%;
	height: 190px;
	font-size: 180px;
}

div#sidebar {
	float: left;
	background-color: #ff8080;
	background-color: rgba(255,255,255,0.5);
	width: 180px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #000;
	font: 12px "Comic Sans MS", cursive, sans-serif;
}

div.navbox {
	background-color: #ffbfbf;
	background-color: rgba(255,255,255,0.5);
	width: 160px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float: left;
	border: 1px solid #000;
	margin: 10px;
}

/* My Comment */

div.boxtitle {
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #0000f4;
	font-size: 16px;
}

H4.giDescription {
	font-size: 12px;
	text-align: center;
	width: 100%;
}

p.giInfo {
	font-size: 12px;
}


div.content {
	text-align: center;
	color: #000;
	font-family: "Comic Sans MS", cursive, sans-serif

}

div.one-image {
	margin: 10px;
	text-align: center;
	border-style: none;
}



.one-image a:link, .one-image a:visited {
	color: black;
}

.one-image a:hover {
	color: white;
} 

.navbox a:hover {
	color: white;	
}

.photo-title {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 36px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #ffffff; 
	FONT-STYLE: italic; 
}

div.footer {
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #000;
	text-align: center;
	bottom: 0;
	position: relative;
	font: 10px "Comic Sans MS", cursive, sans-serif;
	clear: both;
	padding-top: 10px;
}



