@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	margin: 0px 0px;
	padding: 0;
	background: rgb(255, 255, 255);
	color: #777;
	text-align: center;
}

a, a:link, a:visited {
	text-decoration: none;
        color: #777;
}

a:hover {
	text-decoration: underline;
        color: #777;
}

img {
	border: 0;
        vertical-align: middle;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

/* layout boxes */

div {
/* border: 1px dotted blue;   /* debugging */
}

#sidebar {
	position: absolute;
        top: 0px;
        left: 0px;
	width: 200px;
	height: 300px;
	color: #777;
	background: white ;
	text-align: right;
	padding: 15px;
        padding-top: 30px;
        font-weight: bold;
        font-size: 25px;
        line-height: 45px;
	
}

#portfolioArea {


    text-align: left;
    padding-top: 30px;
    padding-right: 30px;
    position:absolute;
    top: 0px;
    left: 240px;
    right: 0px;
    overflow: visible;


}

.imageRow {

    position: relative;
    
    height: 92px;
    padding-top: 1px;
    padding-bottom: 1px;
    overflow: visible;

}




