#container
{
    width: 940px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: #3C3C3C;
}

#sub_left
{
    padding:5px;
    height: auto;
    width: 680px;
    
}

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

#pers
{
     margin-top:10px;
     padding-top: 5px;
     padding-left:5px;
     padding-right: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: 11px;
     color: #444;
}

#sub_right
{
    float: right;
    width: 220px;
    padding:5px;
    padding-top:15px;
}

#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: 50%;
    float:left;
    padding-top:10px;
    
}


#splitright
{
    width: 50%;
    float:right;
    padding-top:10px;

}


#left_content
{
    padding: 10px;
    -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;
}

#left_content h3
{
	padding-top: 10px;
	text-decoration: underline;
	padding-bottom: 5px;
}

#left_content ul
{
	padding-left: 25px;
}

#left_content ul li
{
	list-style-type:disc;
	padding-top: 2px;
}


.about_tbl_dark
{
  background-color: #aaaaaa;
  border-collapse: collapse;
  text-align: center;
  float: left;
  width: 300px;
} 

.about_tbl_light
{
  background-color: #cccccc;
  border-collapse: collapse;
  text-align: center;
  float: left;
  width: 300px;
} 

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

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

.last
{
   padding-bottom: 10px;

}

.youtube-border-fix-iframe
{
    display: block;
    text-align: right;
    margin-right: 0px;;
    position: relative;
}

.youtube-border-fix-div
{
    width: 638px;
    text-align: center;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
