
a:link {text-decoration: none; color:#fff}
a:visited {text-decoration: none; color:#fff}
a:hover {text-decoration: underline; color:#fff}
a:active {text-decoration: none; color:#fff}
a.here:link {text-decoration: none; color:#000}
a.here:visited {text-decoration: none; color:#000}
a.here:hover {text-decoration: underline; color:#000}
a.here:active {text-decoration: none; color:#000}

html, body{
    min-width: 720px;
    background: #fff;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
#spacer {
    height: 30px;
}
#container {    position: relative;
    width: 575px;
    height: 430px;
    padding: 0px;
    margin: 0px;
    padding-top: 2px;
    background-color: #c3c3c3;	}
#banner {
    text-align: left;    position: relative;
    height: 47px;
    padding: 0px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #c3c3c3;	}
#content {
    text-align: center;    position: relative;
    width: 575px;
    height: 383px;
    background-color: #c3c3c3;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
	}
#left {
    float: left;
    width: 18%;
    padding-left: 20px;
}
#middle {
    float: left;
    background-color: #c3c3c3;
    width: 64%;
	}
#box {
    width: 328px;
    height: 328px;
    background-color: #f1f1f1;
    margin-left: 15px;
    overflow: hidden;
    display: table;
	}
#text {
    font-size: .6em;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    font-family: arial, times new roman;
    text-align: left;
    font-weight: 100;
    line-height: 130%;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 20px;
	}
#photo {
    width: 328px;
    height: 328px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	}
#bio {
    background-color: #c3c3c3;
    font-size: .6em;
    letter-spacing: 4px;
    color: #fff;
    text-decoration: none;
    font-family: arial, times new roman;
    text-align: left;
    font-weight: 100;
    padding-top: 10px;
    padding-left: 15px;
    line-height: 200%;
	}
#bottom {
    background-color: #c3c3c3;
    font-size: .6em;
    letter-spacing: 4px;
    color: #fff;
    text-decoration: none;
    font-family: arial, times new roman;
    text-align: left;
    font-weight: 100;
    padding-top: 10px;
    padding-left: 15px;
    line-height: 130%;
	}
#right {
    float: right;
    width: 10%;
    margin-top: 15px;
    color: #fff;
	}

#menu {
    position: relative;
    width: 720px;
    padding-top: 3px;	}
#p1 {
    text-align: center;
    position: relative;
    vertical-align: middle;
    display: table-cell;	}
#p2 {
    font-size: 1em;
    letter-spacing: 6px;
    color: #c7c7c7;
    text-decoration: none;
    font-family: hei, arial, helvetica, sans-serif, impact;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
	}
#p3 {
    font-size: .7em;
    color: #fff;
    text-decoration: none;
    font-family: hei, arial, helvetica, sans-serif, impact;
    margin-left: 50px;
    margin-right: 50px;
    text-align: right;
    font-weight: 100;
    line-height: 120%;
    position: relative;
    vertical-align: middle;
    display: table-cell;
	}
#footer {
    position: relative;
    background-color: inherit;
    width: 720px;
    height: 58px;
    padding: 0px;
    margin: 0px;	}
img.center { 
    vertical-align: middle;
    border: 2px solid #fff;
}

/*vert align hack for IE*/
/* \*/
* html .inner {
    top: 50%;
    left: 0;
    }

* html .inner .mid {
    position: relative;
    top: -50%;
    }
/* */
