/* base */

html {
/*	background: #fff url("/images/if.jpg") no-repeat top center;*/
	background: #fff;
}

#doc {
	width: 600px;
}

/* fonts */

#hd, #bd, #ft {
	font-family: Georgia, Times, "Times new Roman", serif;
	line-height: 1.6em;
	color: #444;
	font-size: 12px;
}

/* site header */

#hd {
	margin-top: 60px;
}

#ft, .small {
	color: #999;
	font-size: 11px;
	padding-bottom: 20px;
}

.center {
	text-align: center;
}

.mb {
	margin-bottom: 2em;
}

.pt {
	padding-top: 2em;
}

.sep {
	padding-bottom: 30px;
	border-bottom: 3px dotted #ccc;
}

p {
	margin-bottom: 1em;
}

/* links */

#bd a {
	color: #39b54a;
	text-decoration: none;
}

#ft a {
	color: #666;
	text-decoration: none;
}

#bd a:hover, #ft a:hover {
	text-decoration: underline;
}

/* content */

#logo {
	margin-bottom: 10px;
}

.specialtext {
	font-family: Georgia, Times, "Times new Roman", serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	font-style: italic;
	margin-bottom: 30px;
}

.us img {
	margin-right: 8px;
	margin-bottom: 5px;
}

img.fl {
	float: left;
	margin-right: 20px;
/*	margin-bottom: 20px; */
}

/* menu */

#menu a {
	background: #eee;
	margin-right: 5px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}

#menu a:hover {
	background: #fff000;
}
