body
{
    background-image: url(images/bkgrd.jpg);
    background-repeat: repeat-x;
    text-align:left; /* reset text alignment */ 
    width:1024px; /* or a percentage, or whatever */ 
    margin:0 auto; /* for the rest */ 

}
img
{
border: solid 1px #6F5230;
}
img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}
img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}
#Post
{
    text-align:justify;
    margin-right:10px;
}
.Grid
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.Title
{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 60px;
    font-size:medium;
    text-decoration:underline;
    font-family:Tahoma;
}
a:link {
	color: #333333;
	font-size: 12px;
}
a:visited {
	color: #333333;
	font-size: 12px;
}
#main
{
    width:806px;
}
#top_hdr
{
    margin-top:10px;
    height:40px;
}
#main_hdr
{
    height:230px;
}
#img_container_left
{
    margin-right:3px;
    float: left;
}
#img_container_right
{
    margin-right:3px;
    float: left;
}
#menu
{
    float:left;
    margin-top:3px;
    margin-right:3px;
    width:140px;
    background-image: url(images/menu_bkgrd.jpg);
    background-repeat: repeat-y;
}
/*-------------------------------*/
TABLE.menu
{
	text-align:left;
	padding-top:10px;
	padding-bottom:20px;
    color:White;
}
TD.menu
{
	width:140px;
	height:20px;
	padding-left:15px;
	font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
	font-size: 16px;
	font-weight:bolder;
	display: block;
}
a.menu:link
{
	color: #ffffff;
	text-decoration: none;
}
a.menu:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.active:link
{
	text-decoration: underline;
	color: red;
}
a.active:visited
{
	text-decoration: underline;
	color: red;
}
a.menu:hover
{
	text-decoration: underline;
	color: red;
}
/*-------------------------------*/

#menu_bottom
{
    height:60px;
    background-image: url(images/menu_bkgrd_bottom.jpg);
    width: 140px;
}
#content
{
    height: 100%;
    float:left;
    margin-top:3px;
    margin-left:3px;
    padding-top:10px;
    padding-left:15px;
    width:640px;
    border-style:solid;
    border-width:1px;
    background-image: url(images/content_bkgrd.jpg);
    background-repeat: repeat-y;
}
#content_title
{
    font-size:large;
    text-decoration:underline;
    font-family:Tahoma;
    font-weight:bold;
}
#squad_links
{
    font-size:x-small;
    font-family:Tahoma;
    font-weight:normal;
}
#footer_text
{
    height: 20px;
    width: 806px;
    text-align:center;
    padding-top:10px;
    font-size:small;
    font-family:Tahoma;
}
#footer_text a:link {
	color: #000000;
}
#footer_text a:visited {
	color: #000000;
}
#no_data
{
    height: 100px;
    width: 806px;
    padding-top:10px;
}
#no_data_text
{
    text-align:left;
    vertical-align:middle;
    font-size:medium;
    font-family:Times New Roman;
    color:Red;
}
#no_important_data
{
    height: 80px;
    width: 806px;
    padding-top:10px;
}
#no_important_data_text
{
    text-align:left;
    vertical-align:middle;
    font-size:medium;
    font-family:Times New Roman;
    color:Red;
}
#no_tournament_data
{
    height: 80px;
    width: 806px;
    padding-top:10px;
}
#no_tournament_data_text
{
    text-align:left;
    vertical-align:middle;
    font-size:medium;
    font-family:Times New Roman;
    color:Red;
}