@charset "UTF-8";

*	{
	margin: 0;
	padding: 0;
	font-family: 'DroidSerif-Regular', Georgia;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0em;
	line-height: 10px;
	}

body	{
		margin: 0;
		padding: 0;
		background: #ffeccc;
		}

a	{text-decoration: none;}

img {border: 0px}


div#outer-wrapper	{
			position: relative;
			margin: 0px auto 0px auto;
			padding: 0px 30px 30px 30px;
			width: 550px;
}


.text {
			position: relative;
			clear: both;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			background: #ffeccc;
			border: 0px;
			width: 550px;
			}

.text h1	{
			font-size: 30px;
			font-family: 'DroidSerif-Bold', Georgia;
			color: #561200;
			padding: 40px 0px 5px 0px;
			margin-bottom: 30px;
			letter-spacing: -0.03em;
			}	
				
.text h2	{font-size: 16px; color: #561200; padding: 30px 0px 15px 0px; letter-spacing: -0.04em;}
.text p		{line-height: 1.5em; padding-bottom: 10px;}


.text h1 a	{text-decoration: underline; }

.text ul	{
			display: block;
			list-style-type: none;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 15px;
			}

.text ul li	{
			padding: 0px 0px 10px 0px;
			list-style-image: url("../images/bullet.gif");
			list-style-position: outside;
			}

a.top	{
		position: relative;
		clear: both;
		display: block;
		width: 100px;
		height: 13px;
		margin: 40px 0px 0px 0px;
		padding: 5px 4px 2px 27px;
		font-family: 'DroidSerif-Bold', Georgia;
		font-size: 9px;
		color: #621400;
		text-transform: uppercase;
		background: #ffeccc url(../images/button-top.png) no-repeat 0% 0%;
		text-decoration: none;
		}

a.top:hover{color: #ff6400; background: #ffeccc url(../images/button-top-on.png) no-repeat 0% 0%;}

			
.text a	{
			font-family: 'DroidSerif-Regular', Georgia;
			font-size: 12px;
			color: #000000;
			font-weight: normal;
 			}
				
.text a:link		{color: #000000; text-decoration: underline;}
.text a:visited		{color: #000000; text-decoration: underline;}
.text a:active		{color: #000000; text-decoration: underline;}
.text a:hover		{color: #561200; text-decoration: none;}

