body 
{
	background: url("images/Untitled6.png") no-repeat;
	background-position: 600px 335px;
	background-color: black;	
}
body.home 
{
  	background: url("images/Untitled3.png") no-repeat;
	background-position: 600px 400px;
	background-color: black;
}
body.code 
{
  	background: url("#splash");
	
}
#whole
{
	z-index: 1;
}
ul
{
	color:grey;
}
h1
{
    color:grey; font-family: Verdana; position: inherit; font-size: large;
}
h2
{
    color:grey; font-family: Times New Roman; position: inherit; font-size: x-large;
}
h3
{
    color:grey; font-family: Times New Roman; position: inherit; font-size: large;
}
a
{
    color:#2F557B; font-family: Times New Roman; position: inherit; font-size: large;
}
p
{
	color:grey;
}
/*for the jQuery accordian menus in the resume page*/
.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:800px;
}

.AccordionTitle
{
  height:150px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:12pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  background-image:url('title_repeater.png');
  -moz-user-select:none;
}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none; 
}

.AccordionContainer
{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}

