html, body 
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFF;
	font-size: 90%;
}

#container {

}

#navbar 
{
position:absolute; 
width:240px;  
left: 440px; 
top: 300px;
}

#rightbox
{
position:absolute; 
width:240px;
left: 440px; 
top: 150px; 
text-align: left;
}

#greybrain
{
position: relative;
top: 0;
left: 0;
width:432px; 
height:360px; 
z-index:2; 
background: url("images/home/brain_grey.jpg") 0 0 no-repeat;
}

#brainTR 
{
position:absolute; 
width:127px; 
height:69px; 
z-index:5; 
left: 223px; 
top: 22px; 
display: none;
background: url("images/home/brain_redR.jpg") 0 0 no-repeat;
}

#brainBL
{
position:absolute; 
width:113px; 
height:74px; 
z-index:6; 
left: 263px; 
top: 63px; 
display: none;
background: url("images/home/brain_blue.jpg") 0 0 no-repeat; 
}

#brainYLR
{
position:absolute; 
width:139px; 
height: 195px; 
z-index:7; 
left: 272px; 
top: 43px; 
display: none;
background: url("images/home/brain_yellR.jpg") 0 0 no-repeat;
}

#brainBRN
{
position:absolute; 
width:144px; 
height:114px; 
z-index:8; 
left: 51px; 
top: 127px; 
display: none;
background: url("images/home/brain_brn.jpg") 0 0 no-repeat;
}

#brainORG
{
position:absolute; 
width:177px; 
height:117px; 
z-index:9; 
display: none; 
left: 125px; 
top: 95px;
background: url("images/home/brain_org.jpg") 0 0 no-repeat;
}

#brainBR
{
position:absolute; 
width:195px; 
height:78px; 
z-index:10; 
left: 41px; 
top: 257px; 
display: none;
background: url("images/home/brain_redB.jpg") 0 0 no-repeat; 
}

#brainGRN
{
position:absolute; 
width:363px; 
height:249px; 
z-index:4; 
left: 60px; 
top: 29px; 
display: none;
background: url("images/home/brain_grn.jpg") 0 0 no-repeat; 
}

#linkText
{
width: 220px; 
height: 25px; 
display: none;
}

img {
	border: 0
}
li a {
	border: 0;
	text-decoration: none;
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	display: inline;
}

p {	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .8em; 
	line-height: 16px;
	color: #666666; 
}

h1 {
	color: #666666; 
	font-size: 1.1em;
}

a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

a:hover {
	border-bottom: 1px solid #666;
	text-decoration: none;
}