html{
 height:100%;
}

body {
 height:100%;
 font-size: 8pt;
 color: #666;
 margin: 0;
 padding: 0;
 font-family : verdana;
 }
input, select, textarea  {
 border: solid 1px #CBBCAA;
 }
a:link {
 color: #51FF00;
 text-decoration: none;
 } 
a:visited {
 color: #43D100;
 text-decoration: none;
 } 
a:hover {
 color: #86FF4D;
 text-decoration: none;
 } 
a:active {
 color: #86FF4D;
 text-decoration: none;
 }

div#container {
 padding:0;
 height: 100%;
 min-height: 100%;
 width: 100%;
 background: #BFBFBF;
 text-align:center;
}

body > #container {
    height: 100%;
}

div.inner {
 height: 100%;
 min-height: 100%;
 margin-top: 0;
 margin-bottom: 0;
 margin-left:auto;
 margin-right:auto;
 background: url(img/back.jpg) no-repeat center top #FFFFFF;
 width: 860px;
 text-align:left;
}

body > .inner {
    height: auto;
}
div.menu {
 margin: 0 0 0 30px;
 padding: 0;
}

div.main {
 margin: 30px 45px 20px 45px;
}

div.main p {
 margin: 0 0 0 15px;
 line-height:1.5em;
}

span.pink {
 color:#FF00CE;
}


div.prof_photo {
 float:left;
 width:313px;
}

div.prof_text {
 float:right;
 margin:50px 0 80px 15px;
 width:430px;
}

div.copy {
 text-align: center;
 margin: 40px 0 40px 0;
 clear:both;
}





div.nocinner {
 height: 100%;
 min-height: 100%;
 margin-top: 0;
 margin-bottom: 0;
 margin-left:auto;
 margin-right:auto;
 background: url(img/back101231.jpg) no-repeat center top #FFFFFF;
 width: 860px;
 text-align:left;
}

div.nocmain {
 padding: 100px 0px 80px 100px;
}

div.nocmain p {
 margin: 0 0 0 15px;
 line-height:1.5em;
}
