@charset "utf-8";
/* CSS Document */


/* Top Menu Divs */


.top_menu {
background: transparent url(../images/layout/top_menu.jpg) no-repeat scroll 0% 0%;
background-image: url(../images/layout/top_menu.jpg);
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: scroll;
background-position-x: 50%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
height: 294px;
width: 1020px;
padding-top: 0px;
position: relative;
top: -8px;
}

#glowline{
position: absolute;
left:405px;
top: 215px;
width: 437px;
height: 32px; 
}


/* Buttons for Top Menu */


#home_button{
position: absolute;
left:286px;
top: 86px;
width: 161px;
height: 44px; 
}

#about_button{
position: absolute;
left:457px;
top: 86px;
width: 161px;
height: 44px; 
}

#portfolio_button{
position: absolute;
left:628px;
top: 86px;
width: 161px;
height: 44px; 
}

#social_button{
position: absolute;
left:803px;
top: 86px;
width: 161px;
height: 44px;
padding-top: 11px;
padding-left: 4px;
}

#funstuff_button{
position: absolute;
left:286px;
top: 141px;
width: 161px;
height: 44px;  
}

#blog_button{
position: absolute;
left:457px;
top: 141px;
width: 161px;
height: 44px;  
}

#media_button{
position: absolute;
left:628px;
top: 141px;
width: 161px;
height: 44px;  
}

#contact_button{
position: absolute;
left:803px;
top: 141px;
width: 161px;
height: 44px; 
}

