/* CSS by Janis Neville for www.starfallz.org */
/* version 2.0 - 1 June 2009 */

* {
	padding: 0; 
	margin: 0;
}
body {
	background: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 62.5%
}
#container {
	width: 750px;
	margin: 0px auto 10px auto;
	text-align: left;
}
#masthead {
	height: 93px;
	position: relative;
	background:url(images/dreams3head_03.gif) no-repeat top right;
}
#masthead h1 {
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width: 267px;
	height: 93px;
	background: url(images/dreams3head_01.gif) no-repeat;
	text-indent: -9000px;
	font-size: 1.8em;
}
#nav {
	background-color: #66ccff;
	color: #003366;
	font-weight: 700;
	padding: 5px;
	font-size: 1.5em;
}
#nav a:link, #nav a:visited {
	margin: 0px 20px 0px 0px;
	padding: 3px 3px 3px 25px;
	color: #003366;
	text-decoration: none;
	text-transform:lowercase;
}
#nav a:hover, #nav a:focus {
	margin: 0px 20px 0px 0px;
	padding: 3px 3px 3px 25px;
	color: #003366;
	text-decoration: none;
	text-transform:lowercase;
}
#nav a#home:link, #nav a#home:visited  {
	background: url(images/leaf_of.gif) no-repeat 0 50%;
}
#nav a#personal:link, #nav a#personal:visited  {
	background: url(images/heart_of.gif) no-repeat 0 50%;
}
#nav a#art:link, #nav a#art:visited  {
	background: url(images/hand_of.gif) no-repeat 0 50%;
}
#nav a#links:link, #nav a#links:visited  {
	background: url(images/star_of.gif) no-repeat 0 50%;
}
#nav a#contact:link, #nav a#contact:visited  {
	background: url(images/quote_of.gif) no-repeat 0 50%;
}
#nav a#home:hover, #nav a#home:focus, .home #nav a#home  {
	background: url(images/leaf_on.gif) no-repeat 0 50%;
}
#nav a#personal:hover, #nav a#personal:focus, .personal #nav a#personal  {
	background: url(images/heart_on.gif) no-repeat 0 50%;
}
#nav a#art:hover, #nav a#art:focus, .art #nav a#art  {
	background: url(images/hand_on.gif) no-repeat 0 50%;
}
#nav a#links:hover, #nav a#links:focus, .links #nav a#links  {
	background: url(images/star_on.gif) no-repeat 0 50%;
}
#nav a#contact:hover, #nav a#contact:focus, .contact #nav a#contact  {
	background: url(images/quote_on.gif) no-repeat 0 50%;
}
#subnav {
	color: #66CCFF;
	padding: 3px 10px;
	border-right: 2px solid #66CCFF;
	border-left: 2px solid #66CCFF;
	line-height: 150%;
	height: 2em;
	font-size: 1.4em;
}
.home #subnav .personal, .home #subnav .art, .personal #subnav .art, .art #subnav .personal, .links #subnav .personal, .links #subnav .art, .contact #subnav .personal, .contact #subnav .art {
	display: none; /* hiding submenus in other sections */
}
.personal #subnav .personal {
	display: block; /* showing submenu for Personal */
}
.art #subnav .art {
	display: block; /* showing submenu for Art */
}
#subnav a:link, #subnav a:visited {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	color: #66CCFF;
	text-decoration: none;
}
#subnav a:hover, #subnav a:focus {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	color: #66CCFF;
	text-decoration: underline;
}
#footer {
	color: #66CCFF;
	text-align: center;
	padding: 3px;
	border-right: 2px solid #66CCFF;
	border-bottom: 2px solid #66CCFF;
	border-left: 2px solid #66CCFF;
	clear: both;
	font-size: 1.2em;
}
#content {
	color: #FFFFFF;
	border-right: 2px solid #66CCFF;
	border-left: 2px solid #66CCFF;
	padding: 5px 10px;
	line-height: 150%;
}
#content h2 {
	font-weight: bold;
	border-bottom: 1px solid #66CCFF;
	margin: 0px 0px 5px 0px;
	clear: both;
	font-size: 1.5em;
	line-height: 150%;
}
#content h3 {
	font-weight: bold;
	font-size: 1.4em;
}
#content img {
	border: 1px solid #003366;
}
#content p {
	margin: 0px 0px 10px;
	font-size: 1.2em;
}
#content ul {
	list-style-type: disc;
	padding-left: 2em;
}
#content li {
	font-size: 1.2em;
}
#content td {
	vertical-align: top;
	font-size: 1.2em;
}
#content a:link, .missing a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:visited, .missing a:visited {
	color: #66CCFF;
	text-decoration: underline;
}
#content a:hover, #content a:focus, .missing a:hover, .missing a:focus {
	color: #003366;
	text-decoration: underline;
}
.personal #content .pic {
	margin: 0px 0px 10px 10px;
	float: right;
}
.home #content .pic {
	margin: 0px 10px 10px 0px;
	float: left;
}
.home #content div.box {
	float: left;
	width: 520px;
}
.home #content br {
	clear: both;
}
.home #content div br {
	clear: none;
}
.personal #content div.box {
	float: right;
	width: 520px;
}
.personal #content br {
	clear: both;
}
.personal #content div.box br {
	clear: none;
}
.links #content ul li {
	width: 224px;
	padding: 0px 5px 5px 0px;
	float: left;
	line-height: 150%;
	list-style: none;
}
.links #content br {
	clear: both;
}
.missing #container {
	background: url(images/dreams3head_03.gif) no-repeat top right;
	height: 100px;
	color: #FFFFFF;
	margin: 10px;
}
.missing h1 {
	font-size: xx-large;
	font-weight: bolder;
	color: #66CCFF;
}
.missing p {
	line-height: 150%;
}
#content .gallery 52 {
	margin-bottom: 10px;
}
#content .gallery ul {
	margin: 0px;
	padding: 0px;
}
.gallery ul li {
	list-style: none;
	display: inline;
}
.gallery a img {
	border: 1px solid #66CCFF;
	padding: 0px;
	margin: 0px 10px 10px 0px;
}
.gallery br {
	clear: both;
}
.contact #content label {
	float: left;
	width: 189px;
	text-align: right;
	padding-right: 1em;
}
.contact #content .buttons {
	margin-left: 188px;
}
#content div.clear {
	clear: both;
}