/* CSS Document */

a { background:white; text-decoration:none; color:#000; }
a:hover { 
/* background:#c1001f; */
/* border-bottom: 1px solid #c1001f; */
color:#ff6c00;
}

body {
	background-color: #fff;
	/* background-image:url(thumbs/puzz.gif); */ 
} 


.highlight {
/* background:#c1001f; 
 border-bottom: 1px solid #c1001f; */
color:#ff6c00;
font-weight:bold;
}


?.highlight2 {
font-weight:bold;
}


#container {
	width:850px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 1.5em;
	word-spacing: normal;
	text-decoration: none;
	color: #140f00;
/*	margin-left:50px; */
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:25px;
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	background-color: #FFFFFF;
/*	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-top: 1px solid #ccc; */
	height:530px; 

}

#resumeholder {
	width:122px;
	margin-top:10px;
	margin-left:700px;
	z-index:10000;
	position:absolute;
	float:left;}

#stickerholder {
	width:130px;
	margin-top:10px;
	margin-left:760px;
	z-index:10000;
	position:absolute;
	float:left;
}

#sticker {
	margin-left:auto;
	margin-right:auto;
	z-index:10000;
	height:130px; 
	width:130px; 
}

#maincontent {
	width:400px;
	line-height: 1.5em;
	padding-top:40px;
	float:left;
}

#maincontent p:first-child { margin-top:0px; }

#placeholder {
	height:300px;
	width:400px;
	background-image:url(images/stamp_01.gif);
}

#bodytext {
	margin-left: 450px;
	padding-top:40px;
	line-height: 1.5em;
	width: 380px;
	}
	
#bodytext p:first-child { margin-top:0px; }

#formtext {
margin-left:-5px;
}

#footer {
	width:850px;
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
	color: #140f00;
	letter-spacing: 1px;
	word-spacing: normal;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	border-top: 1px solid #ff6c00;
/*	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; */ 
	background-color: #FFFFFF;
	}

/* FORM STYLE */

textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	width:300px; color:#000000;
	font-size: 1em;
	letter-spacing: 0.06em;
	border: 0px;
	background-color:#EFEFEF;
	padding:1px;
}

.button {
	color:#000000;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.06em;
	width:45px;
	border: 1px solid #ff6c00; 
	text-decoration:none;
}

.button:hover { background:#ff6c00; color:#FFFFFF; }

/* IMAGE ROLLOVERS - COMMUNICATION

a.navrollover {display: block; width: 100px; height: 100px; background: url("thumbs/navigationsystem.jpg") 0 0 no-repeat; text-decoration: none;}
a:hover.navrollover {background-position: -100px 0;}

*/











/*	text-transform:uppercase; */
