﻿body {
	 background-image:url('images/bkg.jpg');
	 background-repeat:repeat-x; 
	 background-color:#B2C0B3; 
	 margin: 0; 
	 padding:0;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size: 80%;
}
#wrapper {
	width: 960px; 
	margin: 0 auto 0 auto;
	background-color:#FFF;
	background-image:url('images/WMBAhomepage.jpg');
	background-repeat:no-repeat;
	border-right: 1px gray solid;
	border-bottom: 1px gray solid;
	border-left: 1px gray solid;
	min-height:700px;

}
#header {
	height: 155px;
}
#logo {
	width: 150px;
	height:150px;
	float:left;
}
#mem-box {
	width:135px; 
	height: 125px; 
	float:right;
	margin: 7px 15px 0 0;
	background-color: #c5a102;
	border: 1px #000 solid;
}
#nav {
	height: 25px;
	padding-top: 5px;
	text-align: center;
	font-weight:bold;
	color: #FFF;
}
.top-padding5 {
	padding-top: 7px;
	text-align:center;
}
.greenlink {  }
.greenlink a:link {color: #003300; text-decoration:none;}
.greenlink a:visited {color: #003300; text-decoration:none;}
.greenlink a:active {color: #003300; text-decoration:none;}
.greenlink a:hover {color:  #000; text-decoration:none;}

.whitelink { text-decoration:none }
.whitelink a:link {color: #FFFFFF; text-decoration:none;}
.whitelink a:visited {color: #FFFFFF;  text-decoration:none;}
.whitelink a:active {color: #FFFFFF; text-decoration:none;}
.whitelink a:hover {color:  #003300; text-decoration:none;}

a:link {color: #003300;}
a:visited {color: #003300;}
a:active {color: #003300;}
a:hover {color: #666666;}

.align-left {text-align: center;}
.align-left {text-align: left;}
.auto-style3 {text-decoration: underline;}
.auto-style4 {text-align: center;}
.border0 {border-width: 0px;}

.col-L {
	width: 49%;
	float:left;
}
.col-R {
	width: 49%;
	float:right;
}


