html, body{height:100%;margin:0;padding:0;} 
html {
 overflow-y: auto !important;
}
body
{
	TEXT-ALIGN:center;
	VERTICAL-ALIGN:top;
	BACKGROUND-COLOR:#848484;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	/*overflow:scroll;*/
}
*{
margin:0px;
padding:0px;
}
#containerAll
{
	width:800px;	
	background-color:#CC6633;
	background: url(images/woodback_small.jpg);
	/* IE */
	position: relative !ie;
	text-align:left;
	padding:0px;
	border: 0px solid black;
	margin:0 auto;
	min-height:100%;
	height:auto;
}
img
{
	margin:0;
	padding:0;
	vertical-align: text-bottom; /* for extra space under the image in IE */
}
/* Home */
#header
{
	margin:0;
	padding:0;
	border: 0px solid blue;
	height:93px;
}
img.logo
{
	margin:10px 0 0 44px;
}
#banner
{
	margin:0;
	padding:0;
	background:url(images/fabric_row.jpg);
	width:304px;
	height:69px;
	margin:0 0 0 46px;
}
#banner h1
{
	font:bold 18px Comic Sans MS;
	color:#610B38;
	padding-top:20px;
	padding-left:10px;
}
#nav
{
	margin:10px 0 0 44px;
	height:153px;

}
.cat
{
	margin:0;
	padding:0;
	float:left;
}
img.home
{
	margin:0 0 0 3px;
}
img.portfolio
{
	margin:0 0 0 31px;
}
img.resume
{
	margin:0 0 0 35px;
}
img.art
{
	margin:0 0 0 35px;
}
img.contact
{
	margin:0 0 0 27px;
}
#contentContainer
{
	margin:0;
	padding:0;
	width:800px;
	height:auto;
	border: 0px solid black;
}
#notepad
{
	background:url(images/notepad.jpg);
	width:757px;
	height:503px;
	padding:0;
	margin:0;
}
#notepad p
{
	padding-left:145px;
	padding-top:15px;
	font:14px Comic Sans MS;
	color:#424242;
	line-height:2em;
	width:550px;
	border:0px solid red;
}
#notepad p.padtop
{
	padding-top:80px;
}
/* Portfolio */
.divPf
{
	background:url(images/pf_bg.jpg);
	width:679px;
	height:192px;
	padding:0;
	margin:0 0 10px 50px;
}
.divPf .left
{float:left;
width:305px;}

.left img
{
	margin:15px 0 0 15px;
}

.divPf .right
{float:right;width:370px;}

.right h1
{
	font:Bold 18px Comic Sans MS;
	color:#3B0B0B; 
	margin:25px 0 0 60px;
}
.right ul
{
	margin:0 0 0 15px;
	padding:0;
}
.right ul li
{
	font:14px Comic Sans MS;
	color:#424242;
	margin:15px 0 0 20px;
}
/* highslide */
.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	color:#424242;
	padding: 10px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

.hidden-container {
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}
/* Resume */
.float_left
{
	float:left;
	margin:0px;
	padding:0px;
}
#resumeContent
{
	width: 750px;
	height: 711px;
	background: url(images/resumebg.jpg) no-repeat;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#download
{
	margin:0 0 0 40px;
}
#resumeTextArea
{
	width:700px;
	height:670px;
	border:0px solid red;
	margin:0 auto;/* to center in FF */
	text-align:left;
}
#resumeTextArea h1
{
	font-size:28px;
	color:#424242;
	padding-top:40px;
	padding-left:40px;
}
#resumeTextArea p.contact
{
	font-size:14px;
	color:#424242;
	padding-top:10px;
	padding-left:40px;
}
#resumeTextArea h2
{
	font-size:18px;
	color:#424242;
	padding-top:0px;
	padding-left:40px;
}
#divOverview h3, #divExperience h3, #divEducation h3, #divSkill h3
{
	font-size:16px;
	color:#424242;
	padding-top:10px;
	padding-left:40px;
	float:left;
	border:0px solid red;
}
#divExperience h3 span
{
	font-size:14px;
	color:#424242;
	padding-top:10px;
	padding-left:10px;
	float:left;
	border:0px solid red;
}
#divOverview
{
	height:70px;
	width:700px;
	border:0px solid red;
}
#divOverview p.overview
{
	font-size:14px;
	color:#424242;
	padding-top:10px;
	float:right;
	width:470px;
	line-height:1.5em;
}
#divExperience
{
	height:120px;
	width:700px;
	border:0px solid red;
}
#divExperience ul
{
	margin:0px;
	padding:0px;
	float:right;
	width:470px;
	border:0px solid red;
}
#divExperience ul li
{
	font-size:14px;
	color:#424242;
	margin-left:20px;
}
#divEducation
{
	height:80px;
	width:700px;
	border:0px solid red;
}
#divEducation ul
{
	margin-top:10px;
	padding:0px;
	float:right;
	width:470px;
	border:0px solid red;
}
#divEducation ul li
{
	font-size:14px;
	color:#424242;
	margin-left:20px;
}
#divSkill
{
	height:100px;
	width:700px;
	border:0px solid red;
}
#divSkill ul
{
	margin-top:10px;
	padding:0px;
	float:right;
	width:470px;
	border:0px solid red;
}
#divSkill ul li
{
	font-size:14px;
	color:#424242;
	margin-left:20px;
}

.subsection 
{
	position: static;
	border-width: 1px;
	border-top-style: solid;
	border-color: #848484;
	margin-top: 10px; 
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;	
}
/*ART*/
#art_body
{
	margin:0;
	padding:0;
}
#painting_header
{
	margin:0 0 10px 40px;
	padding:0;
	height:34px;
	width:125px;
	background:url(images/painting_header.jpg) no-repeat;
}
#painting_body
{
	margin:0;
	padding:0;
	height:144px;
	width:800px;
	background:url(images/painting_bg.gif) no-repeat;
}
#photo_header
{
	margin:10px 0 10px 40px;
	padding:0;
	height:37px;
	width:126px;
	background:url(images/photo_header.jpg) no-repeat;
}
#photo_body
{
	margin:0;
	padding:0;
	height:494px;
	width:800px;
	background:url(images/photo_bg.gif) no-repeat;
}
#painting_body img
{
	margin-left:35px;
	float:left;
}
#photo_body img
{
	margin-left:35px;
	margin-top:7px;
	float:left;
}
/* Contact me */
#contact_body
{
	margin:0 0 0  40px;
	padding:0;
}
#contact_body table
{
	padding:20px 0 0 20px;
}
#contact_body table td
{
	font-weight:bold;
	color:#ffffff;
}
#contact_body table td.required
{
	color:#3B0B0B;
}
#contact_body table td.submit
{
	text-align:center;
}
p.note
{
	color:#00FF00;
	font-weight:bold;
	padding:20px 0px 10px 20px;
}