img {
border: 0;
}

body{ 
    margin:0;
    padding:0;
    }

#wrap{ /* everything */
    width: 900px; 
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    }

#header{ /* header container */
    position:relative;
    //background-color: #e5dfdb;
    height: 148px;
    }

#logobg { /* grey background to logo */
    position: absolute;
    left: 11px;
    top:9px;
    width: 877px;
    height: 84px;
    z-index: 2;
    background-color: #eae7e7;
    margin:0px auto;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
    }

#logo { /* kemp logo */
    position: absolute;
    left: 2px;
    top: 20px;
    width: 489px;
    height: 70px;
    z-index: 1;
    vertical-align: bottom; 
    }

#navmenu { /* menu positioning */
    position: absolute;
    top: 105px;
    left:11px;
    width: 877px;
    height: 36px;
    z-index: 2;
    background-color: #000;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
    font-family: Perpetua, Times, Helvetica, sans-serif;
    }
    
#centrecol{
    float: left;
    width: 100%;
    }

#maintext{ /*central column text */
    margin: 30px 240px 20px 225px; /* top, right, bottom, left */
    height: 373px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow: auto;
    color: #434242;
    text-align: justify;
    padding-right: 5px;
    }
    
ul, li {
    list-style-type: none;
}
    
#publicationstext{ /*central column text */
    margin: 30px 220px 20px 225px; /* top, right, bottom, left */
    height: 373px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow: auto;
    color: #434242;
    text-align: justify;
    padding-right: 5px;
    }
    
#blog-text{ /*blog text */
    margin: 30px 12px 20px 225px; /* top, right, bottom, left */
    height: 373px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow: auto;
    color: #434242;
    text-align: justify;
    }

#terms-text{ /*terms of engagment text */
    margin: 20px 16px 20px 191px; /* top, right, bottom, left */
    height: 373px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow: auto;
    color: #434242;
    text-align: justify;
    padding: 5px;
    }


#leftcol{ /*column on left */
    float: left;
    width: 197px; 
    margin-top:30px;
    margin-left: -900px;
    height: 334px;
    }
    
#cv-header { /* header for cv */
   margin: 20px 27px 0px 220px; /* top, right, bottom, left */
    width: 657px;
    height: 42px;
    background-color: #d3d3d3;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #434242;
    padding: 5px;
    }


#cv-left-links{ /*cv links in left column*/
margin: 10px 27px 0px 220px; /* top, right, bottom, left */
    font-size: 6.3px;
    color: #323131;
    height: 314px;
    width: 200px;
    text-align: left;
    background-color: #e0dfdd;
    padding-left: 5px;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;

    }
    
#cv-left-links h2 { font-size:12px; line-height:14px; font-weight: normal }
#cv-left-links h1 { font-size:12px; line-height:13px; font-weight: normal}
#cv-left-links a { color: #434242 }
#cv-left-links a:hover { color: #551d54; text-decoration: none }
    
#cvtext h2{ font-size:12px; }
#cvtext h1{ font-size:13px; }    
#cvtext{ /*special div for cv text */
position: relative;
    margin: -313px 11px 40px 436px; /* top, right, bottom, left */
    height: 314px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow: auto;
    color: #434242; 
    background-color: #a6a6a6; 
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
    padding-left: 5px;
 }

    

#rightcol{ /*column with pictures */
    margin-top: 30px;
    position: relative;
    height: 364px;
    float: left;
    width: 199px;
    margin-left: -209px;
    overflow-x: hidden;
    }
    
/* picture gallery spacing right column */
#thumb4 {position: absolute; left: 7px; top: 91px; width: 186px; height: 71px}
#thumb3 {position: absolute; left: 7px; top: 3px; width: 56px; height: 82px}
#thumb2 {position: absolute; left: 72px; top: 3px; width: 56px; height: 81px}
#thumb1 {position: absolute; left: 136px; top: 4px; width: 56px; height: 82px}

#footer{
    clear: left;
    width: 60%; /* thins footer border */
    text-align: center;
    padding: 4px 0;
    margin-left:180px; /* pushes it back out (0.2x900) */
    border-top-color: #aaa;
    border-top-style: solid;
    border-top-width: 1px;
    font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     color: #636262;

    }

a   {
    cursor: pointer;
    outline: none;
    }
a:link { color: black;text-decoration:none  }
a:visited { color: #636262; text-decoration: none; }
a:hover {color: #551d54; text-decoration: none}

footer:a {color: #636262; text-decoration:none}
footer:a:visited { color: #636262; text-decoration:none }

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: inherit;
	font-size: 1.1em;
}
ul#topnav li{
	margin-left: 5px;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
    
	height:36px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 9px 15px;
	float: left;
	text-decoration: none;
	color: #cec8ce;
	background: url(../images/navbg.gif) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
    font-family: Perpetua;
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #551d54;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}
