* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #5F6D2C;
	margin-top: 50px;
	margin-right: 50px;
	margin-left: 50px;
}
#wrapper {
	background: transparent url(../images/parchment.gif) repeat;
	margin-bottom: -5px;
	width: 860px;
}
#top {
	background: url(../images/beauty_top.jpg) repeat-x top;
	position: relative;
	margin-bottom: 0px;
}
#bottom {
	background: url(../images/beauty_btm.jpg) repeat-x bottom;
}
#left {
	background: url(../images/beauty_lft.jpg) repeat-y;
}

#header {
	background: url(../images/marquee2.jpg) no-repeat left top;
	height: 336px;
	position: relative;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 225px;
}
#right {
	background: url(../images/beauty_rt.jpg) repeat-y right top;
	padding-right: 10px;
}

#header h1 {
	background: transparent url(../images/beauty_h1.gif) no-repeat left top;
	margin-top: 30px;
	width: 558px;
	height: 85px;
	clear: both;
	float: right;

	}
#header h1 span {
	display:none
	}
#header h2 {
	background: transparent url(../images/beauty_h2.gif) no-repeat left top;
	height: 26px;
	width: 367px;
	margin-top: 20px;
	clear: both;
	float: right;
	}
#header h2 span {
	display:none;
	}
#header h3 {
	background: transparent url(../images/beauty_h3.gif) no-repeat left top;
	height: 46px;
	width: 186px;
	margin-top: 30px;
	clear: both;
	float: right;
	}
#header h3 span {
	display:none;
	}

#contentcolumn{
margin-right: 0px; /*Set right margin to RightColumnWidth*/
}

/********** horizontal ********/

/******** all rollover images ********/
#home a{ background:url(../images/home_off.gif) no-repeat center center;}
#resume a{ background:url(../images/resume_off.gif) no-repeat center center; }
#contact a{ background:url(../images/contact_off.gif) no-repeat center center; }

#home a:hover{ background:url(../images/home_on.gif) no-repeat center center;}
#resume a:hover{ background:url(../images/resume_on.gif) no-repeat center center; }
#contact a:hover{ background:url(../images/contact_on.gif) no-repeat center center; }

#topnav {
	clear: both;
	margin-top: 20px;
	float: right;
	width: 400px;
}

#topnav ul {
	list-style: none;
	float:right;
}

#topnav li {
	display:block;
	width:120px;
	float:left;
	padding: 0px 0px 0px 10px;
}

#topnav a {
	display:block;
	height:30px;

}

#topnav a span{
	display:none;
}



#content {
	background: url(../images/beauty_rt_fade.jpg) no-repeat right bottom;
	position: relative;
}


#rhc{
	width: 230px; /*Width of right column in pixels*/
	background: url(../images/rhc_sides.jpg) repeat-y;
	float: right;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 240px;
}

#rhc_top {
	background: url(../images/scroll_rhc_top.jpg) no-repeat top;
}
#rhc_btm {
	background: url(../images/scroll_rhc_btm.jpg) no-repeat bottom;
	padding: 30px;
	text-align: right;
}

a:active
{
  outline: none;
}

a:-moz-any-link:focus {
  outline: none;
}

p {
margin-top: 8px;
color:#663300;
}

/* fixes for IE/win \*/
* html #topnav #topnav #home a {
	cursor:hand;
}
* html #topnav #home li a:hover {
	height:1%;
}


/*  image album */


.album{
	padding: 10px;
	width: auto;
}
.album .imageSingle {
	float: left;
	margin: 5px;
	width:170px;
	text-align:center;
	border:solid 1px #663300;
}
.album .imageSingle .image {
  width:166px; 
  height:120px; 
  margin:5px;
}

.album .caption {
	text-align:center;
	width: 156px;
	border-top:solid 1px #663300;
	color:#5F6D2C;
	font-weight:bold;
	padding-top: 7px;
	padding-bottom:7px;
	margin-top: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


#footer{
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	clear: left;
}

#footer a{
color: #FFFF80;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	color: #5F6D2C;
	font-style: italic;
	font-weight: bold;
}
