@charset "utf-8";
/* CSS Document */

.webbox{
	height:285px;
	padding:0;/*5px;*/
}
.leftside{
	width:305px;
	height:255px;
	float:left;
	background:#000;
	color:#FFF;
}
.webtext {
	width:295px;
	height:245px;
	float:left;
	background:#000;
	color:#FFF;
	padding:5px;
}
.webtext ul{
	list-style:url(../graphics/bullet.gif);
	margin-left:30px;
}
.frame{
	float:right;
	background:url(../images/web/frame.gif) no-repeat;
	padding:52px 5px 5px 6px;
}
.window{
	overflow:auto;
	width:604px;
	height:228px;
}
h3{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:17px;
	letter-spacing:-1px;
	margin-top:0;
}
h4{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:15px;
	letter-spacing:-1px;
}
a.launch{
	color:#000;
	width:305px;
	display:block;
	background:#FC0;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:22px;
	letter-spacing:-2px;
	text-decoration:none;
	height:30px;
	text-align:center;
	float:left;
}
a.launch:hover{
	background:#000;
	color:#FC0;
	text-decoration:none;
}
a.photolink{
	height:300px;
	background:#000;
	text-align:center;
	background-position: center; 
	background-repeat: no-repeat;
}
a.photolink:hover{
	background:#FC0;
	background-position: center; 
	background-repeat: no-repeat;
}
.closed{
	background:url(../graphics/arrow-closed.gif) no-repeat 920px 0;
}
.open{
	background-position:920px -40px;
}
a#webButton:hover,a#gameButton:hover,a#photoButton:hover{
	color:#FC0;
}
a#webButton,a#gameButton,a#photoButton{
	display:block;
	width:940px;
	height:20px;
	color:#000;
}
.screenshot{float:right;}
