/* go css */

html {
    background: #a2b35d;
}

body {
    padding: 0;
    margin: 0;
    background: url('../images/bkgd.png') no-repeat center top;
    width: 100%;
    display: table;
}

#wrapper {
    width: 986px;
    margin: 0 auto;
}

#left_trans {
    width: 18px;
    height: 100%;
    background-image: url(../images/left_trans.png);
    background-repeat: repeat-y;
}

#right_trans {
    width: 18px;
    height: 100%;
    background-image: url(../images/right_trans.png);
    background-repeat: repeat-y;
}

#content {
	width: 950px;
    height: 100%;
	margin: auto auto 0;
	background: #e2822b;
	border: 0;
}
#c_left {
    float: left;
    width: 7px;
    height: 100%;
    background-image: url(../images/content_left_gutter.jpg);
    background-repeat: repeat-y;
    background-color: #e2822b;
}
#c_right {
    float: right;
    width: 293;
    background-color: #e2822b;
}
#c_middle {
    margin: 0px;
    width: 594px;
    text-align: left;
    vertical-align: top;
    background-color: white;
}
#inner_content {
    width: 594px;
    text-align: left;
    vertical-align: text-top;
    padding: 10px 10px 42px 46px;
    font-size:14px;
    font-family: Arial,Sans-Serif;
    color: #555555;
    background-color: #ffffff;
    border-left: 1px solid #c1ae9e;
}
#orange_header {
    font-family: Arial,Sans-Serif;
    font-size:32px;
    color: #e2822b;
    margin-bottom: 15px;
}
#leading_green {
    font-family: Times,Serif;
    font-size:20px;
    color: #83993b;
}
#leading_bold {
    font-weight: bold;
}
#leading_italic {
    font-weight: lighter;
    font-style: italic;
}
#r_col_buffer {
    background-image: url(../images/r_col_buffer.jpg);
    background-repeat: repeat-y;
    vertical-align: top;
}
#r_col_image {
    padding: 20px 0px 0px 18px;
    vertical-align: bottom;
}

#footer {
    margin: 10px 0px 30px 0px;
    text-align: center;
    font-style: bold;
    font-size: 13px;
    font-family: Arial,Sans-Serif;
    color: #ffffff;
}


#footer a {
    text-decoration: none;
    color: #ffffff;
}
#sub_footer {
    margin: 10px 0px 20px 0px;
    font-style: normal;
    font-size: 11px;
    font-family: Arial,Sans-Serif;
    color: #555555;
}
#sub_footer a {
    text-decoration: none;
    color: #555555;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

a {
    color: #5f4674;
}

a:hover {
    color: #f68117;
}

#td_center {
    height: 160px;
    width: 270px;
    text-align: center;
    vertical-align: center;
}

#block_essay {
    background-image: url(../images/block_essay_ex.jpg);
    background-repeat: no-repeat;
    width: 575px;
    height: 360px;
    margin: 10px 0px 20px 0px;
}
#block_cogs {
    background-image: url(../images/block_brain_cog.jpg);
    background-repeat: no-repeat;
    width: 575px;
    height: 360px;
    margin: 10px 0px 20px 0px;
}
#bio1 {
    text-align: left;
    padding: 0px 0px 370px 0px;
}
#bio4 {
    text-align: left;
    padding: 0px 0px 360px 0px;
}
#bio2 {
    text-align: left;
    padding: 0px 0px 250px 0px;
}
#bio3 {
    text-align: left;
    padding: 20px 0px 0px 0px;
}
#block_left {
    width: 160px;
    vertical-align: top;
    padding: 10px 0px 0px 16px;
}
#block_right {
    width: 160px;
    padding: 0px 0px 0px 120px;
}
#block_right2 {
    width: 160px;
    padding: 0px 0px 0px 80px;
}
#std_bld {
    font-weight: bolder;
}

#privacy_content {
    text-align: left;
    vertical-align: text-top;
    padding: 20px 70px 60px 70px ;
    font-size:14px;
    font-family: Arial,Sans-Serif;
    color: #555555;
    background-color: #ffffff;
    border-left: 1px solid #83993b;
}
#privacy_bold {
    color: #333333;
    font-weight: bold;
}