#ContentViewPort {
	margin: 5px auto;
	overflow: hidden; 
	height: 400px; 
	width: 600px;
	border: 1px solid #ddd;
	position: relative;
	background-color: #ffffff;
}

#ContentScrollPane {
}

.Window {
	width: 595px; height: 395px;
	position: absolute;
	margin: 0px; padding: 0px;
}

h2 {
	font-size: 36px;
	color: #454545;
	text-align: center;
	width: 100%;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 90px;
}

h3 {
	margin: 0px auto 30px auto;
	padding: 2px;
	text-align: center;
	background-color: #dfefff;
	width: 390px;
	font-weight: bold;
	border-top: 1px solid #3f72aa;
	color: #222255;
	font-size: 12px;
}

#C_Welcome { left: 650px; top: 700px; }
#C_Code { left: 1600px; top: 1500px; }
#C_HTML { left: 1600px; top: 850px; }
#C_CSS { left: 2400px; top: 1700px; }
#C_JS { left: 1000px; top: 2050px; }
#C_Download { left: 50px; top: 50px; }
#C_Links { left: 1320px; top: 100px; }
#C_Feedback { left: 70px; top: 1300px; }

.CodePane {
	width: 560px;
	height: 280px;
	margin: -15px auto 0px auto;
	background-color: #FAFAFA;
	border: 1px solid #9A9A9A;
	overflow: auto;
}

.AlertBox {
	border-width: 1px 1px 1px 6px;
	border-style: solid;
	margin: 20px;
	display: block;
	width: 200px; 
	padding: 20px;
	text-decoration: none;
}
.AlertBox img {
	border: none;
}



#Welcome h2 { background: url(images/swish/op1.png) top right no-repeat; }
#W_Welcome {
	font-size: 14px;
	color: #330000;
	background-color: #FDEEEE;
	border-top: 1px solid #FACDCD;
	border-bottom: 1px solid #FACDCD;
}
#W_Description {
	margin: 0px 60px 30px 60px;
	padding: 0px 30px 20px 30px;
	text-align: center;
	color: #33333333;
	border-bottom: 3px double #ddd;
}
#W_Features {
	margin: 0px auto 0px auto;
	width: 340px;
	padding: 0px 30px 20px 30px;
	color: #333333;
}
#W_Features h4 {
	margin: 0px 0px 15px 0px; padding: 0px;
	color: #663333;
}
#W_Features ul {
	margin: 0px; padding: 0px;
}
#W_Features li {
	margin: 2px 0px 0px 25px; 
	padding: 0px;
	display: list-item;
}
#W_Features li a {
	color: #996666;
	text-decoration: none;
}
#W_Features li em {
	font-size: 11px;
	color: #999999;
}


#Code h2 { background: url(images/swish/op2.png) top right no-repeat; }
#Code_Links {
	text-align: center;
	margin: 10px auto 30px auto;
}
#Code_Links ul { margin: 0px; padding: 0px; list-style: none;}
#Code_Links li { margin: 0px; padding: 0px; display: block; }
#Code_Links li a { 
	margin: 15px auto 25px auto;
	text-decoration: none;
	display: block;
	width: 180px;
	color: #222244;
	border-left: 2px dotted #333344;
	background-color: #f5f5f5;
	padding: 12px;
	font-weight: bold;
}
#Code_Links li a:hover { 
	color: #111122;
	border-left: 2px dotted #555567;
	background-color: #e5e5e5;
}
#Code_Links li a img { border: none; }
#Link_HTML { background: url(images/html.png) no-repeat 5px 3px; }
#Link_CSS { background: url(images/css.png) no-repeat 5px 3px; }
#Link_JS { background: url(images/js.png) no-repeat 5px 3px; }


#Download h2 { background: url(images/swish/op3.png) top right no-repeat; }
#DL_Latest {
	text-align: center;
	margin: 10px auto 30px auto;
}
#DL_Latest ul { margin: 0px; padding: 0px; list-style: none; }
#DL_Latest li { margin: 0px; padding: 0px; display: block; }
#DL_Latest li a { 
	margin: 20px auto 20px auto; 
	background-image: url(images/package.png);
	background-repeat: no-repeat;
	background-position: 20px 11px;
}
#DL_Zip {
	border-color: #FFCC66;
	background-color: #FFF9E9;
	color: #331007;
}
#DL_Gz2 {
	border-color: #5656EE;
	background-color: #EFEFFF;
	color: #101033;
}



#Links h2 { background: url(images/swish/op4.png) top right no-repeat; }
#Links_Friends {
	text-align: center;
	margin: 10px auto 30px auto;
}
#Links_Friends ul { 
	margin: 0px auto; padding: 0px; 
	text-align: left; 
	width: 350px;
}
#Links_Friends li { margin: 4px; padding: 0px; }
#Links_Friends li a { 
	margin: 10px auto 10px auto;
	text-decoration: none;
	color: #444455;
	padding: 2px;
	font-weight: bold;
}
#Links_Friends li a:hover { 
	color: #222299;
	text-decoration: underline;
}
#Links_Friends li em { 
	color: #aaaaaa;
	font-size: 11px;
}





#Feedback h2 { background: url(images/swish/op5.png) top right no-repeat; }
#FB_Contact {
	text-align: center;
	margin: 10px auto 30px auto;
}
#FB_Contact ul { 
	margin: 0px auto; padding: 0px; 
	text-align: left; 
	width: 350px;
}
#FB_Contact li { margin: 4px; padding: 0px; }
#FB_Contact li a { 
	margin: 10px auto 10px auto;
	text-decoration: none;
	color: #444455;
	padding: 2px;
	font-weight: bold;
}
#FB_Contact li a:hover { 
	color: #222299;
	text-decoration: underline;
}






