/* This is the style of your browser text */

body {
	font-family: "Century Gothic", Verdana, Myriad, Arial, Helvetica, sans-serif; 
	background-color: #e2d5bd;
	padding: 0;
	margin: 0;
	text-align: left;
}

p {
	margin: 0em 0 0em 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #c25586;
	outline-color:#e2d5bc;
	cursor:pointer;
}

a:hover {
	text-decoration: none;
	color: #c25586;
}

h1, h2, h3, h4, h5 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, Myriad, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 100%;
}


h1 {
	font-size: 13px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #49453e;
	font-weight: 400;
	letter-spacing: -.015em;
	line-height: 140%;
	display: inherit;
}

h2 {
	font-size: 13px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #49453e;
	font-weight: 700;
	letter-spacing: -.015em;
	line-height: 140%;
	display: inherit;
}

h3 {
	font-size: 13px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #49453e;
	font-weight: 400;
	letter-spacing: -.015em;
	line-height: 100%;
	display: inherit;
}

h4 {
	font-size: 11px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #49453e;
	font-weight: 400;
	letter-spacing: -.015em;
	line-height: 160%;
	display: inherit;
}

h5 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c5c5c5;
	display: inherit;
}

#main {
	margin: .5em 20px 0 20px;
	border-top: 1px solid #000;
	text-align: left;
	padding: 20px 0 20px 0;
}

#left {
	float: left;
	width: 140px;
	margin: 0 20px 14px 0;
	background-color: #DCDCDC;
	border: 3px double #FFF;
	font-size: 10px;
	line-height: 1.4em;
}

#right {
	float: right;
	width: 120px;
	margin: 0 0 14px 20px;
}
