* { padding: 0; margin: 0; }

a:link { color:#ffffff; text-decoration: none;}
a:visited { color:#ffffff; text-decoration: none;}
a:hover {color:#0000cc; text-decoration: none;}
.menuLink {}
a.menuLink:link { color:#0000cc; text-decoration: underline;}
a.menuLink:visited { color:#0000cc; text-decoration: underline;}

body {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #ffffff;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #ffffff;
 width: 920px;
 float: left;
 padding: 0px;
 border: 1px solid #222222;
 height: 120px;
 margin: 0px 0px 0px 0px;
 background: #A2CD5A;
}
#leftcolumn {
 color: #000000;
 border-left: 1px solid #222222;
 border-bottom: 1px solid #222222;
 background-image: url(../images/left_col_bg.jpg);
 background-repeat: repeat-x;
 text-align: center; 
 margin: 0px auto 0px auto;
 padding: 10px;
 height: 525px;
 width: 235px;
 float: left;
}
#rightcolumn { 
 float: right;
 border-right: 1px solid #222222;
 border-bottom: 1px solid #222222;
 background: #FDFCDC;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 525px;
 width: 645px;
 display: inline;
 position: relative;
}
#footer {
 color: #ffffff;
 width: 920px;
 float: left;
 border-left: 1px solid #222222;
 border-right: 1px solid #222222;
 border-bottom: 1px solid #222222;
 height: 35px;
 margin: 0px 0px 0px 0px;
 background: #A2CD5A;
}
