body {font-family: verdana, georgia, arial, helvetica, sans-serif; color: grey; font-size: 12px}
body {background-color: #DDDDDD}
A:link {text-decoration: none; color: grey}
A:hover {text-decoration: underline}
A:visited {text-decoration: none; color: #FFFFFF}
A:active {text-decoration: underline; color: #FFFFFF;}
h1 {font-size: 13px; color: grey; line-height: 0px; margin: .25cm}
ul {list-style-type: round; font-size: 12px}
p.margin {margin: .25cm}
p.projecttitles {font-size: 15px; color: #5f5f5f;}
p.captions {font-size: 10px; font-style: italic; color: #5f5f5f; }
b {}

			#main {
			margin-left: auto;
			margin-right: auto;
            width: 780px;
            height: 100%;
			}
			
			
			#header {
			position: relative;
            width: 100%;
            height: 100px;
            background-image: url('images/title.png');
			background-repeat: no-repeat;
			}
			
			
			#content {
			position: absolute;
			top: 110px;
			height: 580px;
			width: 780px;
			background: #EEEEEE;
			}
			
			#portcontent {
			position: absolute;
			top: 110px;
			height: 85px;
			width: 780px;
			background: #EEEEEE;
			}
			
			#resumecontent {
			position: absolute;
			top: 110px;
			height: 1300px;
			width: 780px;
			background: #EEEEEE;
			}
			
			#homeimage {
			position: absolute;
			width: 760px; 
			height: 486px;
			top: 84px;
			left: 10px;
			}
			
			#image {
			position: absolute;
			width: 760px; 
			height: 486px;
			margin-left: auto;
			margin-right: auto;
			}
			
			#portimage {
			position: absolute;
			width: 780px; 
			top: 84px;
			left: 10px;
			}
			
			#workimage {
			position: absolute;
			width: 190px; 
			height: 486px;
			top: 84px;
			left: 580px;
			}
			
			#text {
			border-top: medium solid white;
			position: absolute;
			width: 180px; 
			height: 486px;
			top: 84px;
			left: 10px;
			color: grey;
			font-size: 10px;
			}
			
			#menu {
			border-top: medium solid #DDDDDD;
			position: absolute;
			width: 780px; 
			height: 486px;
			top: 84px;
			left: 0px;
			}
			
			#portimage {
			border-top: medium solid #DDDDDD;
			position: absolute;
			width: 780px; 
			height: 486px;
			top: 84px;
			left: 0px;
			color: grey;
			font-size: 10px;
			}
