/*
      Created by Keith Donegan of Code-Sucks.com
	  E-Mail: Keithdonegan@gmail.com
	  http://www.code-sucks.com	  
*/

* { padding: 0; margin: 0; }

body {
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 1em;
 	background-color: #2B5C89;
	min-height: 100%;
}
p {
	font-size: 1.1em; 
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #2B5C89;
	letter-spacing: .1em;
}
h2 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #30699B;
}
img {
	margin: 2px;
	display: block; 
}
.contact {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2B5C89;
}
.fine {
	font-size: 0.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.list {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 2px 4px 2px 15px;
	padding: 2px 4px;
}
.subText {
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	padding: 2px 0px;
	text-decoration: none;
	border-bottom: 1 px solid #ccc;
}
a:link {
	color: #f00; }
	a:visited {
	color: #993366; }
	a:hover {
	color: #999; }
	a:active {
	color: #666; }

#wrapper { 
 margin: 0 auto;
 width: 720px;
 min-height: 100%;

}
#header {
 color: #333;
 width: 700px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 120px;
 margin: 10px 0px 5px 0px;
 background: #FFFFFF;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #ECF2F8;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 min-height: 434px;
 width: 535px;
 display: inline;
}
#footer { 
 width: 535px;
 clear: both;
 color: #FFFFFF;
 background: #2B5C89;
 text-align: center;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 float: right;
}
<!-- 
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
#menu {
float: left; /* Menu position that can be changed at will */
top: 0;
left: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
#menu {
width: 12em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
#menu dt {
cursor: pointer;
margin: 0px;
height: 20px;
line-height: 20px;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
#menu dd {
border: 1px solid gray;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
#menu li {
text-align: center;
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
#menu li a {
color: #000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: smaller;
display: block;
border: 0 none;
height: 100%;
}
#menu dt a {
color: #000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover { 
background: #eee;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: smaller;
}
#menu dt a:hover {
background: #eee;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
-->