* { padding: 0; margin: 0; }

a:link, a:visited {text-decoration: none; color: black}
a:hover {text-decoration: none; color:#ffaa45;}

a img {border: none; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align: center;
}
#wrapper { 
 margin: 0 auto;
 width: 927px;
 height: 100%;
 text-align:left;
}

#header {
 color: #333;
 width: 920px;
 float: left;
 padding:5px;
 /* border: 1px solid #ccc;*/
 height: 101px;
 margin: 35px 0px 5px 0px;
 background: #ffffff;
}
#navigation {
 float: left;
 width: 920px;
 color: #333;
 padding: 5px;
 /* border: 1px solid #ccc; */
 margin: 0px 0px 5px 0px;
 background: #ffffff;
 text-align:right;
}

h4 {
float:left;
height:35px;
width: 560px;
}

#leftcolumn { 
 color: #333;
 height:100%;
 width: 194px;
 float: left;
}
#rightcolumn { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #ffffff;
 height:100%;
 width: 725px;
 display:table;
 overflow:visible;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 /* border: 1px solid #ccc; */
 background: #ffffff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.col1 {
float:left;
width:420px;
}

.col2 {
float:left;
width:226px;
}
