/* CSS Document */

/* zero out all tags */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height:100%;		/* bugfix for center problem in firefox */
}

/* specific settings for the body tag. These are sitewide defaults */
body {
	text-align:center;  								/* this is a hack for IE5 to center the wrapper */
	min-width:780px;									/* this is a hack for mozilla */
	background-color: #ffffff;
	font-family: tahoma, arial, sans-serif;
	font-size:100.01%;
	color:#000000;
	overflow: -moz-scrollbars-vertical;
	min-height: 101%;
}

/* this is the wrapper that will contain our actual site */
#mainblock{
	width:778px;
	background-color:#ffffff;
	margin: auto;
	text-align:left;
}

#albumblock{
	padding: 0px 0px 0px 0px;
}

#image, #image a{
	padding: 0px 0px 0px 0px;

}

#textblock{
	padding: 0px 0px 0px 130px;
}

#title, #title a, #title a:visited, #title a:active{
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
/*	font-style: italic;*/
	font-size: 100%;
	margin-top: 0px;
	color: #666666;
	text-decoration: none;
}

#title a:hover{
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
/*	font-style: italic;*/
	font-size: 100%;
	margin-top: 0px;
	color: #000000;
	text-decoration: none;
}

#text{
	font-family: tahoma, arial, sans-serif;
	font-size: 75%;
	margin-bottom: 5px;
	color: #000000;
}

/* navbar settings */
div#portfolioname {
              float: left;
              background-color:#ffffff;
              color: #000000;
              padding: 10px 0 5px 0;
              font-family:tahoma, arial, sans-serif;
			  font-weight: bold;
/*	  		  font-style: italic;*/
              font-size: 102%;
}
div#navbarcontainer {
              text-align: center;
              width: 778px;
              margin: auto;
              background-color:#ffffff;
              margin-bottom: 20px;
              font-family:tahoma, arial, sans-serif; 
  
              font-size: 100%;
}
div#navbarcontainer a {
              text-decoration: none;
              
}
div#navbarcontainer a:hover {
              text-decoration: none;
              
}

div#navbar {
        color:#666666;
        background-color:#ffffff;
        border-bottom:1px dashed #cccccc;
}
div#navbar ul {
        padding: 10px 0 5px 0;
        margin: 0;
        background-color:#ffffff;
        text-align:right;
}
div#navbar ul li{
        display: inline;
        padding: 0;
        margin: 0;
}
div#navbar ul li a{
        color: #666666;
        background-color: #ffffff;
        text-decoration: none;
        padding: 0 5px 0 5px;
        text-align: right;
        width: 9em;
        font-family:tahoma, arial, sans-serif;
/*        font-weight:bold;     */
        font-size: 100%;
} 

div#navbar ul li a:hover, #nav ul li a:focus{
        color:#000000;
/*	    font-weight:bold;*/
        font-size: 100%;
}
