
a {outline: none;} /*removes the firefox dotted outline hyperlink upon click*/

a:link {color: #481E1E;}
a:visited {color: #170909;}
a:hover {color: #853636;}
a:active {color: #853636;}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	background-color:#d6c396;
	background-image: url(main_background.jpg);
	background-repeat:repeat-x;
	font-family: "Book Antiqua", Garamond, "Palatino Linotype", serif;
	font-size:18px;
	color:#170909;
}

#miniflex {
	width: 720px;
	float: left;
	margin: 0px;
	padding: 0px;
	position:relative;
	z-index:2;
}

#miniflex li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	position:relative;
}

#miniflex a:link, #miniflex a:visited {
	margin: 0 20px 0 20px;
	float: left;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-top: 4px solid #7f3635;
}
        
#animated-tab {
	position: absolute;
	z-index: 1;
	border-top: 4px solid #7f3635;
}

.maintitle{
	position:relative;
	top: 7px;
}

.container {
   min-height:100%;
   position:relative;
}

.maincontent {
	padding-bottom:120px;   /* Height of the footer */
	width:800px;
	margin-left: 5%;
}

.maincontent_portfolio {
	padding-bottom:120px;   /* Height of the footer */
	width:900px;
	margin-left: 5%;
}

.footer_pusher {
   position:absolute;
   bottom:0;
   width:100%;
   height:120px;   /* Height of the footer */
   background-image: url(footer_background.jpg);
}

.footer_content {
	background:url("rr_logo.png") bottom right no-repeat;
	width: 230px;
	height: 120px;
}

.larger_link a:link {font-size: 24px;}
.larger_link a:visited {font-size: 24px;}
.larger_link a:hover {font-size: 24px; text-decoration: none;}
.larger_link a:active {font-size: 24px;}

.larger_text {font-size: 26px; border-bottom:1px solid #856f58; display:block;}

.special_quote {font-size: 20px;}

.rose_photo_helper {border-left: 30px solid #d6c396;}

.services_photo_helper {border-left: 20px solid #d6c396; border-bottom: 25px solid #d6c396;}
.services_photo_scissor_helper {border-left: 20px solid #d6c396;}

.credits_titles {font-size: 24px; text-decoration:underline;}

.portfolio_page_menubar {
width:190px;
height:32px;
background-color:#c2a374;
padding:5px;
}

.portfolio_viewport {
margin:0px;
padding:0px;
}

.thumbs_container {
width:200px;
float:left;
}

.thumbs_hover {
margin: 2px 0px 2px 0px;
border:3px solid #c6ae87;
}

a:hover img.thumbs_hover {border:3px solid #6b2828;}