@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	/*background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(images/bg.gif);*/
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	/*overflow: hidden;*/
}

td.button {
	font-weight: bold;
	background-color: #F06EA9;
	padding-top: 40px;
	text-align: left;
	vertical-align: top;
	width: 90px;
	height:90px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
td.button:hover {
	background-color:#E25696;
	cursor: pointer;
}



#content {
	position: fixed;
	z-index: 60;
	top: 90px;
	background-image: url(images/png50.png);
	padding: 15px;
	border: 1px solid #f06ea9;
	color: #666666;
	width: 250px;
	left: 225px;
}
h1 {
	color: #f06ea9;
	font-size: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#inset {
	position: fixed;
	z-index: 200;
	top: 90px;
	background-image: url(images/png50.png);
	padding: 15px;
	border: 1px solid #f06ea9;
	right: 5px;
	color: #666666;
	width: 400px;
	text-align: center;
}

div.littlebtn {
	height: 35px;
	width: 45px;
	background-color: #448CCA;
	font-weight: bolder;
	padding-top: 10px;
	font-size: 9px;
	text-align: left;
	text-transform: uppercase;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
div.littlebtn:hover {
	background-color:#236296;
	cursor: pointer;
}


#menu {
	position: fixed;
	left: 0px;
	z-index: 50;
	bottom: 5px;
}

#nav {
	position: fixed;
	left: 5px;
	
}
#pgtitle {
	font-size: 36px;
	font-weight: bold;
	color: #448cca;
	position: fixed;
	z-index: 100;
	left: 225px;
	top: 5px;
	background-image: url(images/png50.png);
	padding: 25px;
	border: 1px solid #448cca;
}
#siteid {
	position: fixed;
	z-index: 10;
	left: 0px;
	top: 0px;
}
#skills {
	display: table;
	width: 100%;
	table-layout: fixed;
}
