/* reset */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, strong, b, u, i, center,
ol, ul, li, fieldset, form, label, legend,
table, caption, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	
body { line-height: 1; margin:0 auto; }

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* Remove dotted border from links */
a img { outline: none; border: none; }
:focus { -moz-outline-style: none; }


/* basic */

html {
	margin:0 auto;
	background-color: white;
}

body {
	margin:0 auto;
}

#wrapper {
	background-position: center top;
	background-image: url(../img/fldbg.jpg);
	background-repeat: no-repeat;
	width: 800px;
	margin:0 auto;
}

#header {
	margin:0 auto;
}

#header img {
	margin:0 auto;
	padding-top: 130px;
	display: block;
}

#folio {
	padding-left: 53px;
	padding-top: 105px;
	height: 80px;}

ul.featured_small {
	margin:0 auto;
}

ul.featured_small li {
	margin:0 0 0 25px;
	display: inline;
	list-style-type: none;
}

ul.featured_small li img {
	border-width: 2px;
	border-color: #b9bdbe;
	border-style: solid;
}

#footer {
	padding-bottom: 23px;
	height: 50px;
}

#footer p {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #3a3c3c;	
}

ul.foot_links {
	margin: 0 0 0 263px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

ul.foot_links li {
	margin: 0 0 0 25px;
	display: inline;
	list-style-type: none;
}


/* form */

.info { 
	width: 400px;
	margin:0 auto; 
}

.info h2 { 
	text-align: center; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 16px; 
	font-size: 14px; 
	font-family: Verdana, Arial, sans-serif;
	color: #a50f07; 
}

.info p { 
	font-family: Verdana, Arial, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px; 
	color: #3a3c3c;
}

fieldset { 
	margin-left: 15px; 
	margin-bottom: 5px; 
	margin-right: 5px; 
	margin-top: 5px; 
	line-height: 2px; 
	border-style: none; 
	padding: 5px; 
}

label { 
	text-align: center;
	color: #3a3c3c; 
	font-size: 10px; 
	display: block;
	margin: 0 0 8px 0;
}

input { 
	margin-left: 30px; 
	width: 300px; 
}

textarea { 
	margin-left: 30px; 
	height: 45px; 
	width: 300px; 
}

          

