@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
margin:0px;
font-family:"trebuchet MS",Verdana, Arial;
font-size:12px;
color:#EEEEEE;
}
body p {
padding-left:20px;
}
h2 {
color:#D2D7FB;
}
#header {
height:129px;
width:auto;
background-image:url(images/css/header.jpg);
background-position:left;
background-repeat:no-repeat;
}
#header #logo {
position:relative;
width:272px;
height:38px;
float:right;
right:30px;
top:50px;
background-image:url(images/css/stuartfyfe_logo.gif);
}
#nav {
height:30px;
width:auto;
background-image:url(images/css/bar_grad.gif);
background-repeat:repeat-x;
}
#nav #home {
float:left;
width:59px;
height:inherit;
background-image:url(images/css/home_btn.gif);
}
#nav #home a {
float:left;
width:59px;
height:30px;
}
#nav #home a:hover {
background-image:url(images/css/hover/home_btn.gif);
}
#nav #portfolio {
float:left;
width:68px;
height:inherit;
background-image:url(images/css/portfolio_btn.gif);
}
#nav #portfolio a {
float:left;
width:68px;
height:30px;
}
#nav #portfolio a:hover {
background-image:url(images/css/hover/portfolio_btn.gif);
}
#nav #lab {
float:left;
width:35px;
height:inherit;
background-image:url(images/css/lab_btn.gif);
}
#nav #lab a {
float:left;
width:35px;
height:30px;
}
#nav #lab a:hover {
background-image:url(images/css/hover/lab_btn.gif);
}
#nav #community {
float:left;
width:78px;
height:inherit;
background-image:url(images/css/community_btn.gif);
}
#nav #community a {
float:left;
width:78px;
height:30px;
}
#nav #community a:hover {
background-image:url(images/css/hover/community_btn.gif);
}
#nav #secure {
float:left;
width:54px;
height:inherit;
background-image:url(images/css/secure_btn.gif);
}
#nav #secure a {
float:left;
width:54px;
height:30px;
}
#nav #secure a:hover {
background-image:url(images/css/hover/secure_btn.gif);
}
#content {
width:auto;
min-height:60px;
padding-top:30px;
padding-left:20px;
background-image:url(images/css/box_bg.jpg);
background-repeat:no-repeat;
}