﻿body {
				
				font-family: 'Futura Lt BT', Futura, Tw Cen MT, Century Gothic, Verdana, Arial;
				font-size: 12pt;
				margin: 0px;
				padding: 0px;
				color:#7a7a7a;
				
}

#heading{
				font-weight: normal; 
				font-size: 24pt; 
				padding: 0px 0px 0px 0px; 
				height: 45px;
				cursor:pointer;
				color:black;
}
#canvas{
    position:absolute;
    left: 50%;
    width:800px;
    margin-left: -400px; /*set to a negative number 1/2 of your width*/
}
#labels span {
				font-size:18pt;
				cursor:pointer;
				color:gray;
}

#labelContact {
				position:absolute;
				text-align:right;
				padding: 0px;
				width: 100px;
				top:55px;
				left:700px;
}
#labelPortfolio {
				position:absolute;
				text-align:center;
				padding: 0px;
				width: 100px;
				top:55px;
				left:550px;
}
#labelProfile {
				position:absolute;
				text-align:left;
				padding: 0px;
				width: 100px;
				top:55px;
				left:400px;
}
.sectorLabel {
				width:160px;
				height: 30px;
			    position:absolute;
    			left: 50%;
			    top: 0px;
			    cursor:pointer;
}

#headerImage img{
				
				position:absolute;
				margin-left:-400px;
				
				top:91px;
    			left: 50%;

}
h1{
				font-size:18pt;
				font-weight:normal;
				margin-top: 0px;
}
#profileBody{
				padding: 10px;
				padding-left:400px;
				padding-right:0px;
				text-align:justify;
				}

#contactBody{
				padding: 10px;
				padding-left:400px;
				padding-right:0px;
				text-align:justify;
				}

#contactBody p{
				padding: 2px;
				margin:0px;
}

p{
				padding: 2px;
                padding-left: 0px;
				margin: 0px;
				margin-bottom:12px;
				line-height: 120%;
}

.projectBody {
   clear: both;
}

.imageStrip {
				width: 300px;
				float:left;

}

.textStrip {
				padding-top:10px;
				float: left;
				width:400px;
				margin-left: 100px;
				text-align:justify;

}

.textStrip h1 {
				
				font-size: 16pt;
				margin-bottom: 2px;
				color:black;
}

    .textStrip h2 {
        font-size: 12pt;
        padding-top: 15px;
        color: black;
        font-weight: normal;
    }
.h2continuation {
    padding-top: 0px;
    margin-top: 0px;
}

.copyright{
				font-family: "Times New Roman";
}
