#container
{
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: #3C3C3C;
    text-align:center;
}

#sub_left
{
    height: auto;
    width: 100%;
    margin-top:10px;
}

#sub_left img
{
    -webkit-border-radius: 5px;
     border-radius: 5px;
}

#pers
{
     margin-top:10px;
     padding-top: 5px;
     padding-bottom:5px;
    -webkit-border-radius: 5px;
     border-radius: 5px;
    -webkit-box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     background-color: #F5F5F5;
   font-size: 0.9em;
     color: #444;
}

#sub_right
{
    width: 100%;
    padding-top:15px;
    font-size: 1em;
}

#sub_right img
{
    -webkit-border-radius: 5px;
     border-radius: 5px;
}

#clear
{
    clear: both;
    padding-top:10px;
}


.centerimg
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.breakline
{
    width: 80%;
    color: #ECECEC;
    height: 1px;
}


#splitleft
{
    width: 100%;
    padding-top:10px;
    
}


#splitright
{
    width: 100%;
    padding-top:10px;

}


#left_content
{
     background-color: #F5F5F5;
     padding-top:1em;
}

#left_content h3
{
	text-decoration: underline;
	line-height: 2.5em;
}


#left_content ul li
{
	list-style-type:disc;
	line-height: 1.5em;
}

.about_tbl_dark
{
  background-color: #aaaaaa;
  border-collapse: collapse;
  text-align: center;
    position:relative;
    width: 100%;
} 

.about_tbl_light
{
  background-color: #cccccc;
  border-collapse: collapse;
  text-align: center;
  position:relative;
  width: 100%;
  
} 

th
{
    padding-bottom: 10px;
    padding-top: 10px;
}  

td
{
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
} 

.last
{
   padding-bottom: 10px;
}

#about_locations
{
	width: 100%;
	height: auto;
}

