body {
    padding: 0px;
    margin: 0px;
    font-family: arial;
    font-size: 12px;
    background-color: #ffffff;
    height: 100%;
}

/* standards */
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.green {
    background: #0e4c00;
}

p {
    margin-top: 0px;
    padding-top: 0px;
}


a:link, a:visited {

    color: #0e4c00;
    text-decoration: none;
    font-weight: bold;
}            

a:hover, a:active {
    color: #1c9700;
    text-decoration: none;
}

h1 {
	font-size: 16px;
	color: #0e4c00;
    padding: 0px 0px 0px;
    margin: 0px;
    line-height: 34px;
}

h2 {
	font-size: 16px;
	color: #0e4c00;
    padding: 0px 0px 0px;
    margin: 0px;
    line-height: 34px;
}

h3 {
	font-size: 12px;
	color: #0e4c00;
    padding: 0px 0px 3px;
    margin: 0px;
}




/* form the layout */
#bodycontent {
    width: 952px;
    margin: auto;
    height:100%;
    padding:0px;
    margin-top: 10px;
}

#logo {
	overflow: hidden;
	height: 104px;
	background: url(../images/top-bg.jpg) no-repeat;
    padding-top:3px;
    padding-left: 6px;
}

#main {
    padding: 0px 0px;
    margin: 0px;
}

#leftcol {
    float: left;
    width: 706px;
    margin: 0px;
    padding: 0px;
}

#rightcol {
	background-color: #ffffff;
	padding: 0px;
    margin: 0px;
	float: right;
	width: 241px;
}

#leftcol-box-top {
   	background: url(../images/left-box-top.gif) no-repeat;
    padding-left: 14px;
}

#leftcol-box {
	padding-right: 23px;
	padding-left: 14px;
	background-image: url(../images/left-box-bg.gif);
    margin: 0px;
    padding-top: 5px;
}

#leftcol-box-bottom {
	padding-left: 14px;
	height: 14px;
	background-image: url(../images/left-box-bottom.gif);
}

.rightbox {
	width: 225px;
	text-align: left;
	background: url(../images/right-box-bg.gif) repeat-y;
	padding-right: 8px;
	padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.rightbox-top {
	width: 235px;
	height: 34px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../images/right-box-top.gif);
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
}

.rightbox-bottom {
	width: 235px;
	height: 14px;
	background: #ffffff url(../images/right-box-bottom.gif) no-repeat;
	padding-right: 3px;
	padding-left: 3px;
}



/* menu bits */
ul.menu {
    list-style-type: none;
    display: inline;
	padding: 0px;
    float: right;
    margin: 0px;
    padding-right: 9px;
    padding-bottom: 5px;
    padding-top: 5px;
}

ul.menu li {
    display: inline;
}

/* images */
.leftcol img {
	border: 1px solid #0e4c00;
	margin: 6px; 
}

/* history */
.history, .match, .player {
	background: #ffffff;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
    width: 667px;
    border: 1px solid #0e4c00;
}



.history .date {
	float: left;
	width: 42px;
	font-weight: bold;
	color: #005291;
	padding: 0px 0px 0px 6px;
}



.history .txt {
    float: left;
	padding: 0px 6px 0px 0px;
}

.match .date {
	float: left;
	width: 63px;
	font-weight: bold;
	color: #005291;
	padding: 0px 0px 0px 6px;

}

.match .txt, .player .txt {
    float: left;
    width: 350px;
	padding: 0px 6px 0px 6px;
}

.match .score {
	float: left;
	font-weight: bold;
	color: #005291;
	padding: 0px 0px 0px 6px;
}

.player .date {
	float: left;
	width: 200px;
	font-weight: bold;
	color: #005291;
	padding: 0px 0px 0px 6px;

}

.playerpic {
    float: left;
}

/* gallery */
.mIholder {

    width:602px;
    height: 602px;
    padding:0px;
    margin: auto;
    text-align: center;
}

.mainImage {
    padding:0px;
    margin:0px;
    width:602px;
    height:602px;
}

.mainImage img {
    padding:0px;
    margin: 0px;
}

.gthumb {
    width:301px;
    float: left;
    text-align: center;
}
