body {
	font-size:11px;
	font-weight:regular;
	line-height: 20px; 
	background: url(graphics/background.png) repeat;
	font-family: "Baskerville Old Face"; "Georgia";
	color: #838383;
}

table {
	font-size:100%
}

p  {
	
font-family: Georgia;
font-weight: regular;
font-size: 12px;
line-height: 20px;
background-color: 2f2e2e;
color: #838383;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: regular;


}

.editredo-banner {
	position:relative;
	left:20px;
	top: 20px;
	width: 290px;
	cursor:pointer;
	cursor:hand;
}

.editredo-topmenu {
	padding-left:23px;
	padding-top: 23px;
}

.editredo-topmenu-profile {
	font-family: verdana;
	width: 106px;
	font-size: 11px;
}
.editredo-topmenu-portfolio {
	font-family: verdana;
	width: 137px;
	font-size: 11px;
}
.editredo-topmenu-blog {
	font-family: verdana;
	padding-left:0px;
	width: 116px;
	font-size: 11px;
}

.clickable {
	cursor:pointer;
	cursor:hand;
}

a:link {
	color: #838383;
	text-decoration:none;
}
a:visited,
a:link {
    color: #838383;
    text-decoration:none;
}
a:active {
    color: #f499be;
    text-decoration:none;
}
a:hover {
    color: #f1f0f0;
    text-decoration:none;
    font-weight:regular;
}
.rollover {
	color: #f1f0f0;
	font-weight:regular;
}

.nav-selected {
	color: #f499be !important;
	text-decoration:none;
	font-weight:regular;

}

.homepage-quote {
	position:absolute;
	top: 230px;
	left:380px;
	font-size:20px !important;
	font-weight:regular;
	letter-spacing:1.5px;
	line-height: 30px !important;
	width: 450px;
}

.profile-quote {
	position:absolute;
	top: 210px;
	left:400px;
	font-size:24px !important;
	line-height: 30px !important;
	letter-spacing:2px;
	width: 450px;
}


.profile-blurb {
	position:absolute;
	top: 300px;
	left:425px;
	width: 330px;
	
}

.profile-email {
	position:absolute;
	top: 700px;
	left:26px;
	width: 235px;
	font-size: 14px;
}

.picture-frame {
	position: absolute;
	padding: 0px;
	top: 80px;
	left: 370px;
	width: 700px;  /* Size of biggest image widthways goes here */
	height: 600px; /* Size of biggest image height goes here */
}

.photo-portrait {
	width: 500px;
    height: 600px;
	padding-left: 100px;
}

.photo-landscape {
	width: 600px;
	height: 500px;
	padding-right: 50px
	padding-top:50px;
}

#photolinks {
	font-family: Georgia;
	position: absolute;
	top: 580px;
	left: 440px;
	width: 500px;
	padding: 0px;
	text-align: center;
}

.year-menu {
	font-family: Georgia;
	position:absolute;
	top:530px;
	left: 146px;
	line-height: 1.8em;
font-size: 1em;
}

.menu {
}

.menu-year {
	float:right;
	position:absolute;
	left:86px;
	width: 100px;
line-height: 1.8em;
font-size: 1em;
}

.hideit { display:none; }


