div#galleryName
    {
        width:20%;
        position:fixed;
        left:25%;
    }
    
div#galLinkOne
    {
        width:20%;
        position:fixed;
        left:45%;
    }
    
div#galLinkTwo
    {
        width:20%;
        position:fixed;
        left:65%;
    }

div#pageContent
    {
        width:60%;
        margin-left: 20%;
    }

body {
	background-color:#0F0F33;
margin:0;
width: 100%;
}

div#logo
{
width: 45%;
position: relative;
left: 23%;
top: 1em;
}

img#siteLogo
{
position: relative;
left: 5%;
}

/* Firefox Dotted Outline Fix */
a:active { 
outline: none; 
}

/* Firefox Dotted Outline Fix */
a:focus { 
	-moz-outline-style: none; 
}

/* Menu Body */
ul#menu {
width:81%;
height:102px;
background:url(newbgsmall.png) repeat-x;
list-style:none;
margin:0;
padding:0;
padding-top:20px;
padding-left:19%;
z-index:2;
}

/* Float LI Elements - horizontal display */
ul#menu li {
float:left;
}

/* Link - common attributes */
ul#menu li a {
background:url(newbg.png) no-repeat scroll top left;
display:block;
height:61px;
position:relative;
}

/* Specify width and background position attributes specifically for the class: "home" */
ul#menu li a.home {
width:88px;
}

/* Specify width and background position attributes specifically for the class: "university" */
ul#menu li a.university {
width:88px;
background-position:-88px 0px;
}

/* Specify width and background position attributes specifically for the class: "galleries" */
ul#menu li a.galleries {
width:88px;
background-position:-176px 0px;
}

/* Specify width and background position attributes specifically for the class: "cv" */
ul#menu li a.cv {
width:88px;
background-position:-264px 0px;
}

/* Specify width and background position attributes specifically for the class: "ulcs" */
ul#menu li a.ulcs {
width:88px;
background-position:-352px 0px;
}

/* Specify width and background position attributes specifically for the class: "msp" */
ul#menu li a.msp {
width:88px;
background-position:-440px 0px;
}

/* Specify width and background position attributes specifically for the class: "testing" */
ul#menu li a.testing {
width:88px;
background-position:-528px 0px;
}

/* Specify width and background position attributes specifically for the class: "portfolio" */
ul#menu li a.portfolio {
width:88px;
background-position:-616px 0px;
}

/* Specify width and background position attributes specifically for the class: "links" */
ul#menu li a.links {
width:88px;
background-position:-704px 0px;
}

/* Span (on hover) - common attributes */
ul#menu li a span {
background:url(newbg.png) no-repeat scroll bottom left;
display:block;
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:100;
}

/* Span (on hover) - display pointer */
ul#menu li a span:hover {
cursor:pointer;
}

/* Shift background position on hover for the class: "home" */
ul#menu li a.home span {
background-position:0px -61px;
}

/* Shift background position on hover for the class: "university" */
ul#menu li a.university span {
background-position:-88px -61px;
}

/* Shift background position on hover for the class: "galleries" */
ul#menu li a.galleries span {
background-position:-176px -61px;
}

/* Shift background position on hover for the class: "cv" */
ul#menu li a.cv span {
background-position:-264px -61px;
}

/* Shift background position on hover for the class: "ulcs" */
ul#menu li a.ulcs span {
background-position:-352px -61px;
}

/* Shift background position on hover for the class: "msp" */
ul#menu li a.msp span {
background-position:-440px -61px;
}

/* Shift background position on hover for the class: "testing" */
ul#menu li a.testing span {
background-position:-528px -61px;
}

/* Shift background position on hover for the class: "portfolio" */
ul#menu li a.portfolio span {
background-position:-616px -61px;
}

/* Shift background position on hover for the class: "links" */
ul#menu li a.links span {
background-position:-704px -61px;
}


div#outerDiv 
    {
        width: 100%;
        height: 100%;
    }

div#menuContent
    {
        width: 45%;
        position: relative;
        left: 30%;
        padding-top: 1.5em;
    }
    
div#contentDiv
    {
        padding-left: 16px;
        padding-right: 0.9%;
    }
    
.blueTD
    {
        background: #3056A6; 
        color: white; 
        font-family: "Gill Sans", sans-serif;
    }
    
.middleText 
    { 
        color: white; 
        background-color: inherit; 
        font-family: "Gill Sans", sans-serif;
    }

.linkPara
    { 
        color: white; 
        background-color: inherit; 
        font-family: "Gill Sans", sans-serif;
        margin-top: -15px;
    }
    
ul.titlePageUL 
    {
        color: white; 
        background-color: inherit; 
        font-family: "Gill Sans", sans-serif;
    }

a:link 
	{
		text-decoration: none;
		color: white; 
		font-family: "Gill Sans", sans-serif;
	}
	
a:visited 
	{
		text-decoration: none;
		color: white; 
		font-family: "Gill Sans", sans-serif;
	}
	
a:active 
	{
		text-decoration: none;
		color: white; 
		font-family: "Gill Sans", sans-serif;
	}
	
a:hover 
	{
		text-decoration: none;
		color: white; 
		font-family: "Gill Sans", sans-serif;
	}
	
li#diffLink a:hover
    {
        color: white; 
        background-color: inherit; 
        text-decoration:none;
        outline:none;
    }

li#diffLink a:link
    {
        color: white; 
        background-color: inherit; 
        text-decoration:none;
        outline:none;
    }

li#diffLink a:visited
    {
        color: white; 
        background-color: inherit; 
        text-decoration:none;
        outline:none;
    }

li#diffLink a:active
    {
        color: white; 
        background-color: inherit; 
        text-decoration:none;
        outline:none;
    }
    

p#diffLink a:hover
    {
        color: white; 
        background-color: inherit; 
        text-decoration:none;
        outline:none;
    }

p#diffLink a:link
    {
        color: white; 
        background-color: inherit; 
        text-decoration:none;
        outline:none;
    }

p#diffLink a:visited
    {
        color: white; 
        background-color: inherit; 
        text-decoration:none;
        outline:none;
    }

p#diffLink a:active
    {
        color: white; 
        background-color: inherit; 
        text-decoration:none;
        outline:none;
    }
