@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

a {
	color:#6699CC !important;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#wrapper {
	margin:0 auto;
	width:976px;
}

.short_column {
	float:left;
	margin:0 0px 0 4px;
}

.large_column {
	float:left;
	margin:0 4px 0 0px;
}

.large_panel {
	width:649px;
}
.short_panel {
	width:317px;
}
.full_panel {
	width:976px;
}

.panel h1 {
	clear: both;
	height:21px;
	margin: 0px;
	border-top:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	background-color:pink;
	background-image:url(../../images/javahut/header.jpg);
	background-repeat:repeat-x;
	padding: 0 0 0 15px;
	font-size:12px;
	font-weight:bold;
	line-height:21px;
}
.panel p {
	margin: 0px;
	padding: 10px 0 0 15px;
	font-size:12px;
}
.panel ol {
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.panel ul {
	margin-bottom: 0px;
	padding-bottom: 10px;
	list-style-type:square;
}
.top_left_corner {
	width:7px;
	height:13px;
	padding:0px;
	margin:0px;
	float:left;
	background-color:#ffffff;
	background-image:url(../../images/javahut/top_left_corner.jpg);
	background-repeat:no-repeat;
}
.top {
	background-color:#f8f6ec;
	background-image:url(../../images/javahut/dot.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:13px;
	padding:0px;
	margin: 10px 0 0 0;
}
.top_right_corner {
	width:7px;
	height:13px;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	float:right;
	background-image:url(../../images/javahut/top_right_corner.jpg);
	background-repeat:no-repeat;
}
.content {
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	background-color:#f7f7f7;
	margin: 0px;
}
.icons table{
	margin:0px auto;
	width:644px;
}

.icons td {
	background-color:#f7f7f7;
	padding:10px 0;
	width:92px;
	height:80px;
	overflow:hidden;
	vertical-align:top;
	text-align:center;
}
.bottom_left_corner {
	width:7px;
	height:13px;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	float:left;
	background-image:url(../../images/javahut/bottom_left_corner.jpg);
	background-repeat:no-repeat;
}
.bottom {
	background-color:#f7f7f7;
	background-image:url(../../images/javahut/dot.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px;
	margin:0px;
	width:100%;
	height:13px;
}
.bottom_right_corner {
	width:7px;
	height:13px;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	float:right;
	background-image:url(../../images/javahut/bottom_right_corner.jpg);
	background-repeat:no-repeat;
}
