@charset "utf-8";

body {
	background-image: url(../images/logo_bg.jpg);
}

#wrapper {
	position:	absolute;
	left:		50%;
	top:		22px;
	width:		742px;
	margin-left:	-371px;
}

#wrapper_masthead {
	position:	absolute;
	left:		0px;
	top:		5px;
	width:		742px;
	height:		279px;
}

#logo {
	position:absolute;
	left:		208px;
	top:		12px;
	width:		329px;
	height:		144px;
}

#logo_text {
	position:absolute;
	left:		113px;
	top:		166px;
	width:		512px;
	height:		46px;
}

#menu {
	position:absolute;
	left:		149px;
	top:		230px;
	width:		441px;
	height:		35px;
	text-align:	center;
}

#menu a:link {
	font-family:	"Times New Roman", Times, serif;
	font-size:	24px;
	font-weight:	bold;
	text-decoration: none;
}

#menu a:visited {
	font-family:	"Times New Roman", Times, serif;
	font-size:	24px;
	font-weight:	bold;
	text-decoration: none;
}

#menu a:hover {
	font-family:	"Times New Roman", Times, serif;
	font-size:	24px;
	font-weight:	bold;
	text-decoration: underline;
}

#menu a:active {
	font-family:	"Times New Roman", Times, serif;
	font-size:	24px;
	font-weight:	bold;
	text-decoration: underline;
}

.menu_me {
	font-family:	"Times New Roman", Times, serif;
	font-size:	24px;
	font-weight:	bolder;
	font-style:	normal;
}

.main_content_text {
	font-size:	16px;
	font-family:	Verdana,Arial,Helvetica,sans-serif;
	font-weight:	normal;
	text-align:	left;
	color:		black;
}

a img {
	border:		0;
}

.color_link, .gallery_nav_color_selection, .studio_links, #menu a:link, #menu a:visited {
	color:		#990000;
}

.color_selected, .gallery_nav_color_selected, .menu_me {
	color:		#C5846D;
}

.color_light_blue, #menu a:hover {
	color:		#0000FF;
}

.color_dark_blue, #menu a:active, .studio_details_header {
	color:		#000099;
}

#marthas_name {
	position:	absolute;
	left:		249px;
	top:		20px;
	width:		245px;
	height:		27px;
}

#wrapper_footer {
	position:	absolute;
	left:		0px;
	width:		742px;
	height:		93px;
}

