html {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

body {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: url(../images/img_background.jpg);
	font: 11px/18px Helvetica, Arial, Verdana, sans-serif;
	color: #708090;
	text-align: center;
}

a:link {
	color: #b7770d;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color: #b7770d; 
	text-decoration: underline;
}
a:hover {
	color: #f5bd0c;
	text-decoration: underline;
}


#container {
	border-left: #2E251E 3px double;
	border-right: #2E251E 3px double; 
	margin-left: auto;
	margin-right: auto;
	width: 700px; 
	background-color: #000;
	text-align: left;
}
#header h1 {
	background: url(../images/img_header.jpg) no-repeat left top;
	margin: 0px;
	width: 700px;
	height: 165px;
}
#header h1 span {
	display: none;
}

#about {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 177px;
	background: #000000;
	border-top: #2E251E 1px solid;
	border-left: #2E251E 1px solid;
	border-bottom: #2E251E 1px solid;
	width: 522px;
	text-align: justify;
}
#about H1 {
	background-image: url(../images/ttl_about.jpg);
	width: 133px; 
	height: 26px
}
#about H1 Span {	display: none }

#about p {
	margin: 0px 8px 8px 8px;
}
#about p:first-letter {
	font-weight: bold;
	font-size: 14px;
}


#history {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 177px;
	background: #000000;
	border-top: #2E251E 1px solid;
	border-left: #2E251E 1px solid;
	border-bottom: #2E251E 1px solid;
	width: 522px;
	text-align: justify;
}
#history H1 {
	background-image: url(../images/ttl_history.jpg);
	width: 133px; 
	height: 26px
}
#history H1 Span {	display: none }

#history p {
	margin: 0px 8px 8px 8px;
}
#history p:first-letter {
	font-weight: bold;
	font-size: 14px;
}

#summary {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 177px;
	background: #000000;
	background: url(../images/img_baseline.jpg) no-repeat bottom left;
	border-top: #2E251E 1px solid;
	border-left: #2E251E 1px solid;
	border-bottom: #2E251E 1px solid;
	width: 522px;
	text-align: justify;
}
#summary H1 {
	background-image: url(../images/ttl_contact.jpg);
	width: 133px; 
	height: 26px
}
#summary H1 Span {	display: none }

#summary p {
	margin: 0px 8px 8px 8px;
}
#summary p:first-letter {
	font-weight: bold;
	font-size: 14px;
}

#resume {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 177px;
	background: #000000;
	background: url(../images/img_baseline.jpg) no-repeat bottom left;
	border-top: #2E251E 1px solid;
	border-left: #2E251E 1px solid;
	border-bottom: #2E251E 1px solid;
	width: 522px;
}

#resume H1 {
	margin: 14px 8px 0px 8px;
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	color: #b7770d;
}

#resume H2 {
	margin: 0px 8px 0px 12px;
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	color: #7080ff;
	font-style:italic;
}

#resume p {
	margin: 0px 8px 0px 20px;
}


#menu {
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 165px;
	padding-top: 15px;
	border-top: #2E251E 1px solid;
	border-right: #2E251E 1px solid;
	border-bottom: #2E251E 1px solid;
	background: #1E0E01;
	width: 175px
}

#menu H1 {
	background-image: url(../images/img_footer.jpg);
	width: 175px; 
	height: 66px
}
#menu H1 Span {	display: none }

#menu P {
  margin: 0px 5px 0px 15px;
}

#linux {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
}
#linux span {
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	display: block;
	background: url(../images/tux.gif) no-repeat;
	width: 730px;
	height: 74px;
}