﻿.about_portrait
{
    width:170px;
    border:solid 1px black;
}

.half_world
{
    float:left;
    width:200px;
    position:relative;
    left:0px;
    margin:0px -38px;
}

.world_text_right
{
    width:70%;
    float:right;
    position:relative;
    line-height:20px;
    font-size:140%;
    line-height:140%;
    white-space:nowrap;
}

.world_text_right > p
{
    position:relative;
    left:-140px;
    height:25px;
}

.video_area
{
    width:300px;
    height:300px;
    border:solid 1px black;
    text-align:center;
}

.index_page_site_choice > li
{
    width:500px;
    height:60px;
}

.index_page_site_choice > li:first-child
{
    height:223px;
    background-repeat:no-repeat;
}

.index_page_site_choice a, .index_page_site_choice h1
{
    font-family:Sans-Serif;
    font-size:20pt;
    color:Black;
}

a .index_page_site_choice:hover h1
{
    color:Gray;
}

.site_choice_one
{
    background-image:url('Images/Banner/Index_Site1.jpg');
}

.site_choice_two
{
    background-image:url('Images/Banner/Index_Site2.jpg');
}