body
    {
        background: #F5F5F5 url('images/mountainview/mountainview.jpg') fixed center no-repeat;
    }
 .myName
    {
        padding:10px;
        margin:5px;
        color:#fff;
        font-size: xx-large;
        font-weight: 900;
    }
.structure
    {
        width:960px;
        margin-left:auto;
        margin-right:auto;
        margin-top:0px;
        margin-bottom:0px;
    }
.boxTitle
    {
        padding:0;
        text-align:center;
        font-size: large;
        font-weight:500;
	text-align:left;
        height: 21px;
    }
.boxContent p img{
    width:60px;
    height:60px;
    padding-right: 6px;
    }
.boxHeading
    {
        text-align:center;
        
        color:#fff;
        background-image:url('images/mountainview/headbox.png');
        padding-top:4px;
        padding-bottom:5px;
        font-size: large;
        font-weight:900;
        height:20px;
		-webkit-border-top-left-radius:4px;    /* for Safari & Chrome */
		-webkit-border-top-right-radius:4px;    /* for Safari & Chrome */
   		-moz-border-radius-topleft:4px;       /* for Firefox */
   		-moz-border-radius-topright:4px;       /* for Firefox */
    }
/*.box
    {
        width:300px;
        height:580px;
        border-width:3px;
        border-color:#3300cc;
        border-style:solid;
        margin-left:5px;
        margin-right:5px;
        margin-bottom:30px;
        position:relative;
        top:5px;
    }*/
.box
    {
        width:300px;
        height:580px;
        border-width:3px;
        border-color:#724423;
        border-style:solid;
        margin-left:5px;
        margin-right:5px;
        margin-bottom:30px;
        position:relative;
        top:5px;
		-webkit-border-radius:7px;    /* for Safari & Chrome */
   		-moz-border-radius:7px;       /* for Firefox */
    }
.boxContent
    {
        padding: 10px;
        height:530px;
        text-align:left;
        overflow:auto;
        /*background-color:#fff;*/
        background: url('images/mountainview/whitebox.png');
		-webkit-border-radius:4px;    /* for Safari & Chrome */
   		-moz-border-radius:4px;       /* for Firefox */
    }

.boxContent p {min-height: 115px;}
.boxLink
    {
        text-decoration:none;
        color:#000;
        outline-color:#000;
    }
a.boxLink:hover
    {
        color:#0000ff;
        text-decoration:underline;
    }
.menuItem
    {
        width:100px;
        text-align:center;
        padding-left:45px;
        padding-right:45px;
        position:relative;
        top:5px;
        margin:0px;
        border-width:0px;
        text-decoration:none;
        font-weight:800;
    }
a.menuItem:link
    {
        color:#fff;
    }
a.menuItem:hover
    {
        color:#fff;
        
    }
a.menuItem:visited
    {
        color:#fff;
    }
a.menuItem:active
    {
        color:#fff;
    }
/*.boxLarge
    {
        width:940px;
        height:580px;
        border-width:3px;
        border-color:#3300cc;
        border-style:solid;
        margin-left:5px;
        margin-right:5px;
     
        position:relative;
        top:8px;
        left:3px;
    } */    
.boxLarge
    {
        width:940px;
        height:580px;
        border-width:3px;
        border-color:#724423;
        border-style:solid;
        margin-left:5px;
        margin-right:5px;
        position:relative;
        top:8px;
        left:3px;
        -moz-border-radius-topleft:7px;
        -moz-border-radius-topright:7px;
        -moz-border-radius-bottomleft:7px;
        -moz-border-radius-bottomright:7px;
        -webkit-border-top-left-radius:7px;    
        -webkit-border-top-right-radius:7px;
        -webkit-border-bottom-left-radius:7px;
        -webkit-border-bottom-right-radius:7px;
    }
#header
    {
        background-image:url('images/mountainview/headbox.png');height:90px;width:947px;
		-moz-border-radius-topleft:10px;       /* for Firefox */	
		-moz-border-radius-topright:10px;       /* for Firefox */	
		-webkit-border-top-left-radius:10px;    /* for Safari & Chrome */
		-webkit-border-top-right-radius:10px;    /* for Safari & Chrome */
    }

#menu
    {
        background-image:url('images/mountainview/brownbar.png');height:30px;width:947px;
		-webkit-border-bottom-left-radius:10px;    /* for Safari & Chrome */
		-webkit-border-bottom-right-radius:10px;    /* for Safari & Chrome */	
   		-moz-border-radius-bottomleft:7px;       /* for Firefox */
		-moz-border-radius-bottomright:7px;       /* for Firefox */
    }
#window
    {
        height:600px;
    }
#footer
    {
        text-align:center;color:white;padding:5px;
    }