* {
    margin:0px;
    padding:0px;
}


body {
	background: #e6e6e6 url('http://www.raydollete.com/ART/body-bg.jpg') repeat-x;
    text-align:center;
    z-index:0;
}
    
#main_container {
    position:relative;
    top:50px;
    width:750px;
    height:450px;
    margin:0 auto;
    background-color:#EEE;
    z-index:2;
}

div#name_area {
    float:left;
    width:500px;
    height:100px;
    
}

#name_area em {
    font-size:65px;
    font-style:normal;
}

#name_area h1 {
    font-family:"Times New Roman", "Times", serif;
    text-align:left;
    position:absolute;
    left:10px;
    font-size:45px;
    z-index:2;
}

#name_area h2 {
    font-family:"Times New Roman", "Times", serif;
    text-align:left;
    position:absolute;
    font-size:45px;
    left:15px;
    top:5px;
    color:#999;
    
}

#contact_info {
    float:right;
    padding-right:10px;
    padding-top:10px;
    text-align:right;
    font-size:12px;
    font-weight:bold;
    height:90px;    
    z-index:2;    
}

#nav_area {    
    clear:left;
    height:350px;
}

#nav_area hr {
    margin-bottom:5px;
    }

#menu {
    font-family:sans-serif;
    float:left;
    width:111px;
    text-align:left;   
    padding-left:3px; 
}

#menu .buttonWrapper {
    display:table;
    height:35px;
    width:100%;
    #position:relative;
    overflow:hidden;
    padding-left:5px;    
}

#menu .innerWrapper {
    #position:absolute;
    #top:50%;
    display:table-cell;
    vertical-align:middle;          
}

#menu .innerContent {
    #position:relative;
    #top:-50%;
    color:#000;
}


#content {
    font-family:"Times New Roman", "Times", serif;
    text-align:left;
    padding-left:7px;
    margin-left:10px;  
    margin-right:10px;
    overflow:hidden;
    height:350px;
    z-index:2;        
}

.content_text {
    overflow:hidden;
    height:318px;
    margin-right:10px;    
}

.content_text a, a:visited {
    text-decoration:none;
    color:#00C;
}

.content_text a:hover {
    text-decoration:underline;
}

.content_text p {    
    margin-bottom:10px;
}

#main_shadow {
    text-align:center;
    width:100%;
    position:relative;
    top:-105px;
    left:70px;
}


#tech_head {    
    margin-left:20px;
    font-weight:bold;
    font-style:italic;
}
