/* Stylesheet for www.paynter.info by Gordon Paynter. */

a {
	color: #47b;
}

a img {
	border: none;
}

a:visited {
	color: #369;
}

a:hover {
	color: #9a8;
}

body {
	background: #fff;
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	padding: 0;
}

p, li {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 90%;
	line-height: 175%;
	letter-spacing: -1px;
}

#content {
	/* border: 2px solid Red; */
	padding: 20px 20px 10px 20px;
	/* width: 480px; */
}

#header {
	background: #3a76af;
        background-image: url(blue.jpg);
        background-position: top left;
        background-repeat: no-repeat;
	border: 2px solid White;
	height: 196px;
	margin: 0;
	padding: 0;
	width: 716px;
}

#footer {
	text-align: center;
}

#header h1 {
	/* border: 2px solid Green; */
	color: White;
	font-weight: normal;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 120px;
	text-align: left;
	text-decoration: none;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: dotted 1px #eee;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}

img {
	float:left;
	border: 0;
	margin-left: 10px;
	margin-right: 10px;
}


.topic {
	/* border: 2px solid Red; */
	margin-bottom: 5px;
	margin-top: 5px;
	min-height: 70;
	position: relative;
}

.topicicon {
	/* border: 1px solid Blue; */
	float: right;
	height: 70px;
	padding: 0;
	width: 100px;
}

.topictext {
	border: 1px solid Brown;
	top: 0px;
	left: 120px;
	position: absolute;
       
}

#wrapper {
	border: 2px solid #47b;
        margin-left: auto;
        margin-right: auto;
	position: relative;
	width: 720px;
}