* {
	margin: 0;
	padding: 0;
}

body {
background: #000;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
color: #fff;
}

a {
text-decoration: underline;
color: #ccc;
}
a:hover {
text-decoration: none;
color: #fff;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 60px;
line-height: 30px;
text-align:center;
}

#header h1 {
color : #fff; 
font-size: 50px;
letter-spacing: -5px;
}
#header h2 {
color: #fff;
font-size: 20px;
letter-spacing:-1px;
text-indent: 275px;
}

#left {
margin-top: 10px;
float: left;
width: 160px;
font-size: 13px;
padding: 10px;
background: #333333;
border: 1px inset gray;
}
#left ul {
list-style-type: circle;
padding: 5px 0 10px 30px;
color: #ccc;
}
#left h2 {
font-size: 20px;
font-weight: 100;
letter-spacing: -2px;
padding: 5px 0 5px 0;
}

#right {
margin-top: 10px;
float: right;
width: 580px;
background: #333333;
border: 1px inset gray;
text-align: justify;
padding: 10px;
}

#right h2 {
font-weight: 100;
letter-spacing: -2px;
font-size: 28px;
padding: 15px 0 10px 0;
}


#footer {
background: #333333;
border: 1px inset gray;
font-size: 11px;
text-align: center;
margin-top: 30px;
padding: 5px 0;
}

#right img{
width: 80%;
height: 80%;
border: 1px black solid;
}

#img {
width: 100%;
height: 100%;
}

#right ol li {
text-indent: 5px;
}

#java img {
border: 0px;
padding: 0px;
}
