/*<![CDATA[*/

body {
	background-color: #FFF;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	margin: 12px;
}

:link {
	color: #009;
}

:visited {
	color: #900;
}

a:hover {
	color: #099;
}

.content {
	padding: 1em 5em;
}

.content-columns {
	/* Setting relative positioning allows for 
	absolute positioning for sub-classes */
	position: relative;
	padding-top: 1em;
}

.content-2column-left {
	/* Value for IE/Win; will be overwritten for other browsers */
	width: 47%;
	padding-right: 3%;
	float: left;
	padding-bottom: 2em;
}

.content-columns>.content-2column-left {
	/* Non-IE/Win */
}

.content-2column-right {
	/* Values for IE/Win; will be overwritten for other browsers */
	width: 47%;
	padding-left: 3%;
	float: left;
	padding-bottom: 2em;
}

.content-columns>.content-2column-right {
	/* Non-IE/Win */
}

.content-3column-left {
	/* Value for IE/Win; will be overwritten for other browsers */
	width: 30%;
	padding-right: 3%;
	float: left;
	padding-bottom: 2em;
}

.content-columns>.content-3column-left {
	/* Non-IE/Win */
}

.content-3column-middle {
	/* Values for IE/Win; will be overwritten for other browsers */
	width: 30%;
	padding-left: 33%;
	float: left;
	padding-bottom: 2em;
}

.content-columns>.content-3column-middle {
	/* Non-IE/Win */
}

.content-3column-right {
	/* Values for IE/Win; will be overwritten for other browsers */
	width: 30%;
	padding-left: 3%;
	float: left;
	padding-bottom: 2em;
}

.content-columns>.content-3column-right {
	/* Non-IE/Win */
}

/*
img {
	border: 2px solid #fff;
	padding: 2px;
	margin: 2px;
}

a:hover img {
	border: 2px solid #909;
}
*/

/*]]>*/

