/* ===============================================================================================================

	Basic Style Sheet (for version 4 browsers)
	
	version:	1.1
	author:		joseph freeman
	email:		info@cabanmediagroup.com
	website:	http://cabanmediagroup.com

==================================================================================================================*/



/* ===========================================================

   -- CREATES NORMALIZED STYLE SHEETS ACROSS ALL BROWSERS --

============================================================*/

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/


body {
	color:#000;
	background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup,sub {
	line-height:-1px;
	vertical-align:text-top;
}

sub {vertical-align:text-bottom;}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* ===========================================================
		
		--	BEGIN GENERAL DECLARATIONS --

============================================================*/

h1 {font-size:2em;font-weight:bold;margin:15px auto}

h2 {font-size:1.8em;font-weight:bold;margin:15px auto}

h3 {font-size:1.6em;font-weight:bold;margin:15px auto}

h4 {font-size:1.4em;font-weight:bold;margin:15px auto}

h5 {font-size:1.2em;font-weight:bold;margin:15px auto}

h6 {font-size:1em;font-weight:bold;margin:15px auto}

a:link,a:visited,a:hover,a:active,a:focus {
	text-decoration:none;
}

ul {
	list-style:none;
	margin:15px auto
}

li {margin:8px auto}

dl {margin:15px auto}

dt {
	font-weight:bold;
	margin:0 auto 8px auto
}

dd {margin:8px auto}
	

p {margin:8px;}

.clear {clear:both;}

.emph {font-style:italic}

* {
	outline:0
}

/* ===========================================================
		
		-- BEGIN SITE SPECIFIC DECLARATIONS --

============================================================*/
body {
	font:normal 13px "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align:center;
	background:#FFF6EB url(../images/fsw_back.jpg) center -130px no-repeat
}

#main_wrap {
	width:800px;
	height:500px;
	margin:100px auto 0 auto;
	background:#fff
}

