@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgd.jpg);
	font-family: Tahoma;
	color: #FFFFFF;
	background-color: #666666;
}
#w1 {
	position:relative;
	width:760px;
	z-index:1;
	padding: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	height: 100%;
	overflow: hidden;
	visibility: visible;
}
#name {
	position:relative;
	width:350px;
	height: 80px;
	font-size: large;
	color: #CCCCCC;
	clear: left;
	float: left;
}

#skill {
	position:relative;
	width:360px;
	height: 80px;
	float: right;
	color: #999999;
	margin-right: 10px;
	text-align: right;
}

#nav{
	height: 60px;
	width: 660px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
	display: inline-block;
	position: relative;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFCCFF;
}
a:active {
	color: #FFCCFF;
	text-decoration: none;
}

#nav li
{
	float: left;
	list-style-type: none;
	font-size: medium;
}

#nav li a
{
	line-height: 1.8em;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	width: auto;
	font-size: 14px;
	color: #999999;
	font-weight: bolder;
	margin-right: 30px;
}
/* End hide */

#nav li a:hover
{
	line-height: 1.8em;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	background-repeat: repeat-x;
	width: auto;
	font-size: 14px;
	color: #FFCCFF;
	font-weight: bolder;
	margin-right: 30px;
}
h1{
	margin: 0px;
	padding: 0px;
	font-size: x-large;
}
h2{
	margin: 0px;
	padding: 0px;
	font-size: medium;
}
#content{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	font-size: small;
	color: #CCCCCC;
	position: relative;
	width: 100%;
	padding-top: 30px;
}
#ft{
	height: 20px;
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: x-small;
	color: #999999;
	text-align: center;
	position: relative;
}
