/* CSS Document */

body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	background-color: #2D2D2D;
	color: #C3CCCC;
}


#container {
	background-color: transparent;
	background-image:url(../media/Circles.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color: #191919;
	float: left;
	text-align: left;
	width: 900px;
	height: 300px;
	margin: 20px 0px 0px 0px;
}

#horizon {
	background-color: transparent;
	color: #C3CCCC;
	background-image:url(../media/dropShadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px;
}

#logo {
	width: 650px;
	margin: 15px 0px 0px 170px;
	
}

#columns {
	width: 650px;
	margin: 0px 0px 0px 170px;
	padding: 0px;
}

#colLeft {
	float: left;
	width: 290px;
	margin-right: 5px;
}

#editorial {
	float: left;
	width: 650px;
	margin-right: 5px;
}

#editorial p {
	font-size: 0.8em;
}

h2 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}

#colRight {
	float: right;
	width: 330px;
	margin: 0px;
	border-left: solid 1px #C3CCCC;
	padding: 0px 0px 0px 22px;
}

#colRight p {
	font-size: 0.8em;
}

#colLeft ul {
	padding: 0px;
	margin: 0px;
}

#colLeft li {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0px;
}

#footer {
	width: 900px;
	float: left;
	clear: both;
	color: #FFF;
	background-color: transparent;
	text-align:left;
	font-size: 0.95em;
	margin: 0px;
	padding: 0px;
}

#footlist {
	margin: 15px 0px 0px 170px;
}

#footlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#footlist li a:link, a:visited {
	color: #FFF;
	background-color: transparent;
	text-decoration:underline;
}

#footlist li a:hover{
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
}

.class1 a:link, a:visited {
	color: #191919;
	background-color: transparent;
	text-decoration:underline;
}

.class1 a:hover {
	color: #191919;
	background-color: transparent;
	text-decoration:none;
}


#header {
	width: 243px;
	height: 49px;
	position: relative;
	font-size: 1em;
}

#header span {
	background: url(../media/PrintnoteLogo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}



