/*<group=General>*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, "Microsoft Sans Serif", Helvetica, Geneva, Verdana, sans;
	font-size: 76%;
	color: #000;
	background: url(../img/yellowbg.gif) 0 0 repeat-y;
	background-color: #fff;
	}

a img {
	border: 0px;

}
img {
	border: 0px;
}
	
/*</group>*/

/*<group=Layout>*/

#pageBody {
	margin-left: 200px;
	padding: 25px 25px 0px 25px;
}

#content {
	width: 500px;
}
#tag {
	position: absolute;
	top: 30px;
	left: 0px;
	padding-top: 220px;
	padding-left: 10px;
	background: url(../img/leaves.gif) 0 0 no-repeat;
	width: 200px;
}
#logo {
	padding-top: 60px;
	margin: 10px 0px;
	overflow: hidden;
	height:0px;
	text-indent: -1000px;
	background: url(../img/logo.gif) 0 0 no-repeat;
	border-bottom: 1px solid #ccc;
}

.contact {
	float: left;
	width: 150px;
	margin: 20px 0 0 0;
	padding: 0px 5px 50px 5px;
	border-left: 1px solid #ccc;
}
.contact p {
	margin: 0;
	color: #666;
}
#content img {
float:right;
margin: 5px;
}
/*</group>*/

/*<group=Typography>*/

ul {
	margin: .5em 0;
}

li {
	font-size: .9em;
	line-height: 1.5em;
	color: #666;
}

em {
	color: #7D9338;
}
a {
	color: #7D9338;
	text-decoration: none;
}
a:hover {
	color: #7D9338;
	text-decoration: underline;
}
div.contact a {
	color: #AD3739;
	text-decoration: none;
}
div.contact a:hover {
	color: #B45A5B;
	text-decoration: underline;
}


p {
	font-size: .9em;
	line-height: 1.4em;
	margin: 0;
	color: #333;
}

h2 {
	color: #7D9338;
	font-size: 1.1em;
	margin: 1.5em 0 .5em 0;
	font-weight: bold;
}

h3 {
	color: #666;
	font-size: .9em;
}
	
/*</group>*/