body 
{
	background-image: url(../img/tile.gif);
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.msgBox
{
	margin:10px auto;
	padding:5px;
	width:250px;
	background:#EEDC82;
	border: thin dotted;
	text-align:center;
}
#folder6Link 
{
	position:absolute;
	top:0px;
	right:0px;
}
#header
{
	float:left;

}
#mainTitle
{
	float:left;
	width:470px;
}
#mainMenu
{
	float:left;
	width:470px;
}
.menuIcon
{
	width:100px;
	height:45px;
	padding-top:45px;
	text-align:center;
	background-image:url(../img/menuIcons/closed.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	float:left;
	margin:5px;
	text-decoration:none;
	color:#000;
}
#homeLink:hover
{
	background-image:url(../img/menuIcons/openYell.gif);
}
#linksLink:hover
{
	background-image:url(../img/menuIcons/openLime.gif);
}
#aboutLink:hover
{
	background-image:url(../img/menuIcons/openBlue.gif);
}
#guestbookLink:hover
{
	background-image:url(../img/menuIcons/openPurp.gif);
}
#menuDisplayHome
{
	visibility:visible;
}
#content
{
	width:940px;
	margin:30px auto;
	background:#FFF;
	padding:10px;
	overflow:auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
h1
{
	font-size:16px;
}
h2
{
	font-size:14px;
}
h3
{
	font-size:12px;
	margin-top:0px;
}
p
{
	padding-left:10px;
	padding-right:10px;
}
.break
{
	width:100%;
	float:left;
	border-bottom:#999 solid 1px;
}
.col920
{
	width:920px;
	margin:10px;
	float:left;
}
.col300
{
	width:300px;
	margin:10px;
	float:left;
}
.col600
{
	width:600px;
	margin:10px;
	float:left;
}
.col460
{
	width:450px;
	margin:10px;
	float:left;
}
#footer
{
	width:100%;
	text-align:center;
	margin:10px 0px;
	float:left;
}
.game
{
	float:left;
	width:448px;
	margin:5px;
}
#guestbook
{
	text-align:center;
	padding-bottom:15px;
	float:left;
	width:100%;
}
#guestbookPosts
{
	float:left;
	width:100%;
	
}
.guestbookPost
{
	border:#000 dashed 1px;
	margin:5px auto;
	width:50%;
	padding:5px;
	background-color:#FFFF99;
}