body {
	background: #CCC url('/images/bkd.gif') repeat top left;
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;

}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 125%;
}
h3 {
	font-size: 90%;
}
#container {
	width: 720px;
	margin: 0 auto 0 auto;
	background: #fff;
}

ul#nav {
	list-style-type: none;
	text-align: center;
	background: #4375ba;
	/* pick a color for the nav box... or none?*/
	padding: 12px;
	margin:0;
	margin-bottom: 12px;
}

ul#nav img {
	margin: 0;
}

ul#nav li {
	display: inline;
	margin-right: 12px;
}

ul#nav li a {
	/* pick a color for the nav links*/
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

ul#nav li a:hover {
	text-decoration: underline;
}

.store-table {
	width: 100%;
	text-align: left;
	border: none;
}

.store-table input {
	border: none;
}

.store-table td {
vertical-align: top;
}

#store-page {
	padding: 12px;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */

.colright {
    float:left;
    width:200%;
	position:relative;
	left:280px;
    background:#fff;
}
.col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:280px;
    padding-bottom:1em;
}
.col1 {
    margin:0 15px 0 295px;
    position:relative;
    right:100%;
    overflow:hidden;
}
.col2 {
    float:left;
    width:170px;
    position:relative;
    right:265px;
}
/* Footer styles */
#footer {
	text-align: center;
	background: #4375ba;
	color: #ccc;
	padding: 0.5em;
	clear: both;
}

#footer a {
	color: #fff;
}

.img-right {
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.img-left {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}
