body, div, img, p, a, h1, h2, h3, ul, ol {
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	padding:0px;
}
a, body, div {
	font-size:0.9em;
}
body {
	background-color:#0CF;
}
h2 {
	color:#069;
	margin-bottom:12px;
}
p {
	font-size:1em;
	margin-bottom:10px;
}
body {
	overflow:hidden;
	background-image:url(../images/backdrop.jpg);
	background-position:center bottom;
	margin:0px;
	padding:0px;
}
img, a {
	border:0px;
	outline: none;
}
#dockCenter {
	position:relative;
	width:800px;
	margin:0px auto 0px auto;
}
#dock {
	position:fixed;
	width:800px;
	bottom:0px;
	padding:0px;
	margin:0px;
	text-align:center;
}
.textHolder {
	padding:20px;
}
.imgHolder {
	padding:0px;
	margin:0px;
}
.icon {
	width:100px;
	height:95px;
	float:left;
	text-align:center;
	margin:20px 0px 20px 20px;
	cursor:pointer;
}
.window {
	position:absolute;
	margin:0px;
	padding:0px;
	border:1px solid #EEE;
	background-color:#BBB;
	width:300px;
	height:200px;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.windowContent {
	width:300px;
	height:160px;
	overflow:auto;
}
.windowHeader {
	float:left;
	color:#666;
	font-size:1em;
	padding:2px 0px 0px 10px;
	cursor:default;
}
.closeButton {
	position:relative;
	margin:0px 20px 0px 0px;
	padding:2px 0px;
	float:right;
	width:25px;
	height:15px;
	text-align:center;
	vertical-align:middle;
	color:#999;
	font-weight:bolder;
	font-size:12px;
	background-color:#666;
	cursor:pointer;
}
.backButton {
	position:relative;
	margin:0px 2px 0px 0px;
	padding:2px 0px;
	float:right;
	width:25px;
	height:15px;
	text-align:center;
	vertical-align:middle;
	color:#999;
	font-weight:bolder;
	font-size:12px;
	background-color:#666;
	cursor:pointer;
}
.dragBar {
	position:relative;
	width:100%;
	height:20px;
	background-color:#EEE;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-radius-topleft: 10px;
	border-radius-topright: 10px;
}
.resizeBar {
	position:absolute;
	right:0px;
	bottom:0px;
	height:20px;
	width:100%;
	background-color:#EEE;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}
.resizeCorner {
	float:right;
}