img {
	border: 0px;
	padding:10px 10px 10px 10x;
}

ul {
	line-height: 17px;
	list-style-type: square;
}

table,select,input,textarea,form {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #747474;
}

p {
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0px;/* do i need this in order to get the space between paragraphs near even in both browsers?*/
}

#mainContainer {
	width: 763px;/*-2px for the border-left and right - fixes IE oddity*/
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#header {
	width: 100%; /*761px*/
	/* float: left; */
	border-bottom: 1px solid #94CAFD;
	/*padding: 10px 20px; place this on the logo image rather than here*/
	background-color: #FFFFFF;
}

#nav {
	/*removed width and border-bottom (used border-top instead on the elt it rested on*/
	padding: 2px 20px;
	float: left;
	color: #ACD3F7;
	background-color: #FFFFFF;
}

#content {
	/* float: left; */
	background-color: #ACD3F7;
	padding: 0px 25px;
	border-top: 1px solid #94CAFD;
	border-bottom: 1px solid #94CAFD;
}

/*#leftColumn {
	padding-left: 15px;
	float: left;
}*/

#copy {
	/*float: left;
	margin: 0px 50px;
	width: 100%;*/
	padding: 5px 50px;
	
	background-color: #FFFFFF;
	color: #747474;
}

/*#rightColumn {
	width: 15px;
	float: right;
}*/

#footer {
	font-size: 9px;
	margin: 3px 20px;
	float: left;
	background-color: #FFFFFF;
	/*removed width and border-bottom (used border-bottom instead on the elt it sits under*/
}

.logo {
	margin: 10px 0px 10px 20px;/*had to use margin as opposed to padding here*/
}

.navelt {
	padding: 0px 7px;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding: 15px 0px 6px 0px;
}

.promobox {
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	background-color:#DAEAFC;
}

.news {
	border: 1px solid #CCCCCC;
	padding: 5px 5px 0px 10px;
	margin-bottom: 10px;
}

a:link {
	color: #5BABEC;
	text-decoration: none;
}

a.title {
	color:#333333;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #5BABEC;
	text-decoration: none;
}

.backtotop {
	font-size: 9px;
}

.small {
	font-size: 9px;
}

.copyright {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	/*padding: 5px 0px; not working properly */
}

.brclear { /* Use a break with this class to clear float containers */
	clear: both;
	height: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 0px;
}

.detailthumbs {
	margin: 20px 5px 5px 5px;
	border: 0px
/*	border: 1px solid #CCCCCC; */
	text-align: center;
}

.detailimg {
	margin: 10px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.closeit {
	text-align: right;
	padding-top: 5px;
}