.clear {
	clear: both;
	}
body {
	margin: 0px;
	padding: 0px;
	background-color: #4C4130;
	font-family: Arial;
	text-align: center;
	}
	
#wrapper {
	margin: 0px auto; 
	text-align: left;
	width: 930px;
	}

#header {
	height: 30px;
	}
	
#wrapper #body #left {
	float: left;
	width: 140px;
	}
	
	
#wrapper #body #top {
	float: right;
	}
#wrapper #body  #top .end {
	float: left;
	}
#wrapper #body #top .center {
	background-color: #FFFFFF;
	color: #FFFFFF;
	width: 768px;
	min-height: 6px;
	line-height: 6px;
	float: left;
	font-size: 1px;
	}	
	
#wrapper #body #right {
	float: right;
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(../images/sub_page_bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#wrapper #body #right #menu {	
	width: 170px;
	display: block;
	float: left;
	}	
#wrapper #body #right #menu ul  {	
	margin: 15px 0px 10px 10px;
	padding: 0px;
	}
#wrapper #body #right #menu ul li {	
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#wrapper #body #right #menu ul li img {
	float: left;
	}
#wrapper #body #right #menu ul li .sub {
	float: left;
	}
	
#wrapper #body #right #content {
	background-image: url(../images/sub_page_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	max-width: 578px;
	min-height: 170px;
	margin: 15px 10px 0px 0px;
	}
#wrapper #body #right #content .header{
	font-family: "Times New Roman", Times, Garamond;
	font-size: 46px;
	color: #FFFFFF;
	margin: 15px 15px 5px 25px;	
	width: 533px;
	}
#wrapper #body #right #content .bio-title{
	margin: 0px 0px 15px 25px;	
	font-family: "Times New Roman", Times, Garamond;
	font-size: 30px;
	color: #FFFFFF;
	}

#wrapper #body #right #content .description a,
#wrapper #body #right #content .description-bottom a { 
	color: #567A8C;
	text-decoration: underline;
	}

#wrapper #body #right #content .description {
	font-family: Garamond, "Times New Roman", Times;
	font-size: 16px;
	color: #666666;
	margin: 0px 15px 15px 25px;
	width: 533px;
	text-align: left;
	line-height: 20px;
	}
#wrapper #body #right #content .description ul li {
	margin: 4px 0px 4px 0px;
	}
#wrapper #body #right #content .description-bottom {
	font-family: Garamond, "Times New Roman", Times;
	font-size: 14px;
	color: #666666;
	margin: 0px 15px 30px 25px;
	width: 533px;
	text-align: left;
	line-height: 20px;
	}
	
#wrapper #body #right #content .image-lrg {
	border: 1px solid #4C4130;
	margin: 0px 0px 10px 25px;
	width: 535px;
	}
	
#wrapper #body #footer {
	float: right;
	margin-bottom: 40px;
	}
#wrapper #body  #footer .end {
	float: left;
	}

#wrapper #body #footer .center {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	width: 762px;
	min-height: 46px;
	display: block;
	float: left;
	}
#wrapper #body #footer .center a.option {
	font-family: Arial;
	font-size: 11px;
	color: #B0A89B;
	padding: 8px 6px 6px 6px;
	text-decoration: none;
	height: 46px; 
	display: block;
	float: left;
	}
#wrapper #body #footer .center a.option:hover {
	color: #AAC8D8;
	}
#wrapper #body #footer .center .copyright {
	float: right;
	font-family: Arial;
	font-size: 11px;
	color: #B0A89B;
	padding: 8px 6px 6px 6px;
	text-decoration: none;
	height: 46px; 
	display: block;
	}
#wrapper #body #footer .center .copyright a {
	font-family: Arial;
	font-size: 11px;
	color: #B0A89B;
	padding: 8px 6px 6px 0px;
	text-decoration: none;
	font-weight: bold;
	}
#wrapper #body #footer .center .copyright a:hover {
	color: #AAC8D8;
	}
.carousel-component {
    padding:8px;
	width: 539px;
	margin: 0px 15px 15px 25px;
}
.carousel-component .carousel-list li { 
    margin:4px;
    width:79px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    /*    margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
    display:block;
    border:1px solid #e2edfa;
    outline:none;
    -moz-outline:none; 
}

.carousel-component .carousel-list li a:hover { 
    border: 1px solid #87bf4e; 
}

.carousel-component .carousel-list li img { 
    border:1px solid #999;
    display:block; 
}

.carousel-component .carousel-list li strong { 
    display:block; 
}
                                    

#prev-arrow { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    left:5px; 
}

#next-arrow { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    right:5px; 
}


/* MENU ITEMS */
.menu-item img {
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	}
.menu-item img.last {
	border: none;
	}
	
.submenu {
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
width: 205px;
}

.submenu a,
.submenu a:visited,
.submenu a:active {
color: #A9C9D8;
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #646158;
padding: 4px;
text-decoration: none;
font-weight: bold;
background-color: #392E27;
}

.submenu a:hover{ /*hover background color*/
background-color: #1F130B;
color: #C2C1C1;
}


.news-list-header {
	font-family: "Times New Roman", Times, Garamond;
	font-size: 30px;
	color: #567A8C;
	padding: 10px 0px 0px 15px;
	}
.news-list-subheader {
	font-family: "Times New Roman", Times, Garamond;
	font-size: 18px;
	color: #666666;
	padding: 10px 20px 10px 40px;
	font-weight: normal	
	}
a.news-more-link {
	margin: 0px 0px 10px 40px;
	display: block;
	}
	
.portfolio-category {
	margin: 20px auto;
	width: 475px;
	}
.portfolio-category img {
	border: 1px solid #999999;
	margin: 5px auto 5px auto;
	}
.portfolio-category a.name {
	font-family: "Times New Roman", Times, Garamond;
	font-size: 24px;
	color: #567A8C;
	display: block;
	margin: 0px 0px 20px 0px;
	}