﻿       html, body 
{
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana;
	font-size:11px;
	background-image:url(http://localhost:58849/WorldClassTranslations/images/bg.gif);
	background-repeat:repeat-x;

} 

.main_container 
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	position:relative;
}
.menu_item
{
    
    height:25px;
    
}
.menu_subitem
{
    font-size:11px;
    padding-left:5px;
    text-align:left;
}
.menu_all
{
    height:25px;
}


#left_col
{
    float:left;
    width:225px;
    font-family:Verdana;
    font-size:11px;
    text-align:left;

}
#center_col
{
    float:left;
    width:670px;
    font-family:Verdana;
    font-size:11px;
    text-align:left;
    margin-top:10px
}
#right_col
{
    float:left;
    width:224px;
    font-family:Verdana;
}

.left_side_item
{
    width:225px;
    height:20px;
    font-size:11px;
    border-bottom:solid 1px silver;
    text-align:left;
    color:Black
}
.left_side_item_hover
{
    width:325px;
    height:20px;
    font-size:11px;
    border-bottom:solid 1px silver;
    text-align:left;
    color:Black;
    background-color:Silver
}
.competiton_list
{
    width:220px; float:left; margin-top:5px
}
.header1
{
    font-family:Century Gothic; font-size:12pt; color:Black; border-bottom: solid 1px black
}

.header2
{
    font-family:Century Gothic; font-size:11pt; color:Black; font-weight:bold; margin-top:15px
}
.input_box_text
{
    font-family:Verdana;
    font-size:11px
}
