body {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 190%;
	margin: 0;
}

#wrapper { 
	width: 100%;
}

#header {
	width: 100%;
	background-color: #496993;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right;
	height: 100px;
}

#heading {
	width: 100%;
	background-color: #b5c6d6;
	border-bottom: 1px solid #496993;
}

/* images
----------------------------------------------- */


/* Table
----------------------------------------------- */
table.emoticons {
	font-size: 11px;
	width: 97%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 15px auto 10px auto;
	text-align: center;
}

table.emoticons td {
	background-color: #f8f8f8;
	color: #000;
	padding: 5px;
	border: 1px #ffffff solid;
	width: 105px;
	line-height: 120%;
}

/* content (body)
----------------------------------------------- */

#content { 
	width: 770px;
	margin: 10px auto 20px auto;
}

p {
	font-family: Verdana, Arial, Lucida Grande, Times New Roman;
	font-size: 12px;
	color: #555555;
	padding: 5px 0px 0px 0px;
}

p.footer {
	font-family: Verdana, Arial, Lucida Grande, Times New Roman;
	font-size: 10px;
	color: #555555;
	padding: 0px;
	text-align: center;
}

p.downloads {
	font-family: Verdana, Arial, Lucida Grande, Times New Roman;
	font-size: 11px;
	color: #555555;
	line-height: 155%;
	padding: 0px;
}

/* headings
----------------------------------------------- */

h1 {

	font-family: Times New Roman;
	font-size: 30px;
	color: #203c64;
	letter-spacing: 3px;
	padding: 20px 0px 20px 0px;
	margin: 0 auto;
	width: 770px;
}

h2 {
	margin: 0;
	font-family: Trebuchet MS, Verdana;
	font-size: 18px;
	color: #76abde;
	border-bottom: 1px solid #76abde;
	padding: 0px 0px 5px 0px;
}


a {color: #36531b; text-decoration: underline;}
a:visited {color:#36531b; text-decoration: underline;}
a:hover {color: #36531b; text-decoration: none;}
a:active { color:#36531b; text-decoration: none;}
a img {
border: none;
}

/* misc
----------------------------------------------- */

.thumbnail{
	padding: 5px 0px; 0px 5px;
	}	

#footer { 
	width: 780px;
	margin: 10px auto 10px auto;
	border-top: 1px solid #999999;
	clear: both;
}