/* elishamarienestor.com CSS */

body {
		 background-color: #f6a2a0;
		 min-width: 800px;
		 text-align: center;
		 
		 font-family: "Palatino Linotype", Garamond, "Times New Roman", Times, Serif;
		 font-size: 1em;
}

a {
	 	 color: #0000ff;
		 text-decoration: none;
}
a:hover {
  	 text-decoration: underline;
}

div#container {
		 background-color: #ffffff;
		 border: none;
		 position: relative;
		 width: 80%;
		 min-width: 800px;
		 height: auto;
		 margin:0px auto;
		 padding: 0px;
		 text-align: left;
	   -moz-box-shadow: 15px 15px 5px #555555;
		 -webkit-box-shadow: 15px 15px 5px #555555;
		 box-shadow: 15px 15px 5px #555555; 
}
div#main {
		 padding: 10px;
		 margin: 0;
}

img#elisha {
		 float: left;
		 width: 280px;
		 height: 299px;
		 margin-right: 20px;
		 margin-bottom: 20px;
	 	 -moz-box-shadow: 5px 5px 2px #f6a2a0;
		 -webkit-box-shadow: 5px 5px 2px #f6a2a0;
		 box-shadow: 5px 5px 2px #f6a2a0;
}

h1.pagehead {
		margin-bottom: 0px;
}
h3.pagesub {
		margin-top: 0px;
}

div#footer {
	  clear: both;
		padding: 4px 10px;
		text-align: center;
		font-size: 0.8em;
		border-top: 2px ridge #f6a2a0;
}

div#resume {
	 	border: none;
		margin: 0;
		padding: 0 30px;	 
}
div#resumehead h1 {
		text-transform: uppercase;
		text-align: center;
		font-size: 2.5em;
		margin: 0;
		padding: 0;
}
div.lcol {
		width: 30%;
		float: left;
		padding: 5px 0px;
		margin: 0;
}
div.rcol {
		width: 30%;
		float: right;
		text-align: right;
		padding: 5px 0px;
		margin: 0;
}
div.lcol ul, div.rcol ul {
	  padding: 0;
		margin: 0;
		list-style: none;
}

div#resumebody {
		padding: 0;
		margin: 0;
		padding-top: 20px;
		clear: both;
}
div#resumebody h2 {
		font-size: 1.2em;
		text-align: center;
		text-transform: uppercase;
		text-decoration: underline;
}
div#resumebody table {
	  width: 100%;
}
td.show {
		font-style: italic;
		width: 28%;
}
div#resumebody table td:last-child {
		width: 35%;
}