* {
	padding: 0px;
	margin:0px
}

html { height: 100%; margin-bottom: 1px;}

body {
	height: 100%;
	font-family: "Trebuchet MS", arial, Sans-Serif;
	color: #444;
	background: #F5F8D9;
	text-align: center
}

img {
	border: 0;
}

ul, ol {
	margin: 0 0 20px 0;
	padding: 0
}


/* --------------------------
 @Text styling 
----------------------------- */

p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 auto 1.3em;
}

	#search p {
		font-size: 1em;
		font-weight: bold;
		color: #434343;
	}

	.ft p {
		color: #444;
		font-size: 0.7em;
	}

h1 {
	font-family: georgia, serif;
	font-size: 3em;
	line-height: 2em;
	font-weight: normal;
	color: #354F70;
}

h2 {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 10px
}

a:link {
	color: #000
}

a:visited {
	color: #000
}

a:hover {
	text-decoration: none
}

a:active {

}
	
li {
	margin: 3px 0 3px 18px;
	color: #222;
	font-size: 0.9em;
	line-height: 1.5em
}

/* -------------------------- */


/* --------------------------
 @Structure 
----------------------------- */

#wrapper {
	max-width: 1600px;
	min-width: 700px;
}

.bd 	{
	background: #fff;
	padding: 48px 0 84px;
}

#search {
	padding: 25px 0 30px;
}
	
.ft {
	margin: 50px 0 0 0;
	padding-bottom: 50px
}

#content { margin: 0 auto; width: 600px; text-align: left;}

#content h2 { font-size: 1.5em }

#content p { line-height: 2 }


/* --------------------------
 @Objects
----------------------------- */

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}

#search input {
	font-size: 1em;
}

#search .textfield {
	width: 350px;
	padding: 3px;
	border: 1px solid #ccc;
}

#search .textfield:focus {
	background: #fff;
}

#writer_ad {
	background: #fff;
	border: 3px solid #f8e987;
	margin: 0 auto;
	padding: 16px;
	text-align: left;
	width: 420px;
}

#writer_ad p, #writer_ad h3 {
	font-family: arial, helvetica, "helvetica neue", sans-serif;
	font-size: 14px;
}

#writer_ad h3 { color: #000; margin-bottom: 12px; }

#writer_ad p { line-height: 2; margin: 0; }

