/* CSS Document */

body
{
	background-image: url(../homepage/homepage_bg.gif);
	background-repeat: no-repeat;
	background-position:left top;
	
}

#homenav {
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bolder;
	letter-spacing:5px;
    list-style:none;
}


#homenav a {
    display:block;
    width:145px;
    color:#33ff33;
    text-decoration:none;
    background:url("../homepage/buttons/homebutton_up.gif") no-repeat;
	list-style:none;
    padding:7px 10px 6px 10px;
}

#homenav a:hover { 
    background-position:0 -29px;
	background:url("../homepage/buttons/homebutton_down.gif") no-repeat;
}

#homenav a:active {
    background-position:0 -58px;
    background:url("../homepage/buttons/homebutton_up.gif");
}

#portfolionav {
    font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
	letter-spacing:3px;
    font-weight:bold;
    list-style:none;
}

#portfolionav a {
    display:block;
    width:135px;
    color:#000;
	font-size:16px;
    text-decoration:none;
    background:url("../homepage/buttons/portfoliobutton_up.gif") no-repeat;
	list-style:none;
    padding:7px 10px 6px 10px;
}

#portfolionav a:hover { 
    background-position:0 -29px;
	background:url("../homepage/buttons/portfoliobutton_down.gif") no-repeat;
}

#portfolionav a:active {
    background-position:0 -58px;
    background:url("../homepage/buttons/portfoliobutton_up.gif");
}

#aboutnav {
    font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	letter-spacing:3px;
    font-weight:bold;
    list-style:none;
}

#aboutnav a {
    display:block;
    width:135px;
    color:#000;
    text-decoration:none;
    background:url("../homepage/buttons/aboutbutton_up.gif") no-repeat;
	list-style:none;
    padding:7px 10px 6px 10px;
}

#aboutnav a:hover { 
    background-position:0 -29px;
	background:url("../homepage/buttons/aboutbutton_down.gif") no-repeat;
}

#aboutnav a:active {
    background-position:0 -58px;
    background:url("../homepage/buttons/aboutbutton_up.gif");
}

#contactnav {
    font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	letter-spacing:3px;
    font-weight:bold;
    list-style:none;
}

#contactnav a {
    display:block;
    width:135px;
    color:#000;
    text-decoration:none;
    background:url("../homepage/buttons/contactbutton_up.gif") no-repeat;
	list-style:none;
    padding:7px 10px 6px 10px;
}

#contactnav a:hover { 
    background-position:0 -29px;
	background:url("../homepage/buttons/contactbutton_down.gif") no-repeat;
}

#contactnav a:active {
    background-position:0 -58px;
    background:url("../homepage/buttons/contactbutton_up.gif");
}

#resumenav {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.1;
	font-size:17px;
	letter-spacing:1px;
    font-weight:bold;
    list-style:none;
}

#resumenav a {
    display:block;
    width:135px;
    color:#000;
    text-decoration:none;
    background:url("../homepage/buttons/resumebutton_up.gif") no-repeat;
	list-style:none;
    padding:7px 10px 6px 10px;
}

#resumenav a:hover { 
    background-position:0 -29px;
	background:url("../homepage/buttons/resumebutton_down.gif") no-repeat;
}

#resumenav a:active {
    background-position:0 -58px;
    background:url("../homepage/buttons/resumebutton_up.gif");
}

#thesisnav {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.1;
	font-size:17px;
	letter-spacing:0px;
    font-weight:bold;
    list-style:none;
}

#thesisnav a {
    display:block;
    width:135px;
    color:#000;
    text-decoration:none;
    background:url("../homepage/buttons/thesis_up.gif") no-repeat;
	list-style:none;
    padding:7px 13px 6px 10px;
}

#thesisnav a:hover { 
    background-position:0 -29px;
	background:url("../homepage/buttons/thesis_down.gif") no-repeat;
}

#thesisnav a:active {
    background-position:0 -58px;
    background:url("../homepage/buttons/thesis_up.gif");
}

#linkblock
{
	position: absolute;
	margin-top:85px;
	margin-left:20px;
}

#video
{
	position: absolute;
	margin-top:265px;
	margin-left:340px;	
	
}

#logo
{
	position: absolute;
	margin-top:12px;
	margin-left:825px;
}


#stripe
{
	position: absolute;
	margin-top:0px;
	margin-left:230px;
	width:40px;
	height:100%;
	background-image:url(../homepage/stripe.gif);
}