@charset "UTF-8";
/* CSS Document */

#nav a {
margin: 15px;
text-decoration: none;
color: #FFF;
}

body {
text-align: center;
background-color: #4c2b17;
/*background-color: #643B23;*/
color: #FFF;
margin:0px;
padding:0px;
font-family: helvetica, arial, sans-serif;
font-size: 16px;
}

#header {
border: none;
}
	
#wrapper {
text-align: left;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
padding-top: 0px;
width: 800px;
background-color: #4c2b17;
}

#nav {
background-color: #b67640;
margin: 20px 0 0 0;
padding: 10px 0 10px 0;
}

#main {	
margin: 20px 20px 20px 20px;
}

#main img {
float: left;
margin: 0 20px 0 0;
}

.border {
border: 2px solid white;
}


#right {
width: 410px;
float: right;
margin-top: 20px;
}

#footer {
}

.gh {
border: 2px solid white;
position:absolute;
top: 276px;
}

.jb {
border: 2px solid white;
position:absolute ;
top: 515px;
}

.ct_img1 {
border: 2px solid white;
float: none;
position: absolute;
top: 276px;
}


.ct_img2 {
border: 2px solid white;
float: none;
position: absolute;
top: 535px;
}

.ct_img3 {
border: 2px solid white;
float: none;
position: absolute;
top: 795px;
}
	

#main a {
color: #FFF;
}

#main a:visited {
color: #FFF;
}

#main a:hover {
color: #b67640;
}

#main a:active {
color: #b67640;
}

#nav a:visited {
color: #FFF;
}

#nav a:hover {
color: #4c2b17;
}

#nav a:active {
color: #4c2b17;
}

#nav a#cur {
color: #4c2b17;
}

#taglines {
color: #b67640; 
/*#B9885E;*/
font-size: 18px;
}

#bio_list {
position: absolute;
top: 630px;
}




