/*FatToaster2August2008*/
*{
	margin:0;
	padding:0;
}
body{
	background-image:url("/images/skin0808a/background-tile.jpg");
	background-position:top center;
	background-color:#D37E2D;
	text-align:center;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin:0 auto;
	padding:0;
	font-size:8pt;
}
#container{
	background-image:url("/images/skin0808a/background.jpg");
	margin:0 auto;
	padding:0;
	text-align:center;
	overflow:hidden;
	width:788px;
}
#header{
	background-image:url("/images/skin0808a/header.jpg");
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	width:7880px;
	height:294px;
	position:relative;
	left:0px;
	top:-1px;
}
#navmenu{
	padding:0;
	margin:0;
	float:left;
	z-index:100;
	text-align:left;
	position:relative;
	left:70px;
	top:25px;
	font-size:9pt;
	width:150px;
	height:500px;
	overflow:hidden;
}
/*---------------------------------*/
.button{
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	font-size:9pt;
	display:block;
	width:170px;
	height:30px;
	margin:0;
	padding:0;
	position:relative;
	left:5pt;
}
.button a{
	display:block;
	color:#7C1800;
	text-decoration:none !important;
	vertical-align:top;
	height:30px;
	padding:5px 0 0 0;
}
.button a:hover{
	background:url("http://fattoaster.com/images/skin0808a/button-on.gif");
	background-position:top left;
	background-repeat:no-repeat;
	color:#4F0E00;
	text-decoration:none;
	vertical-align:bottom;
	position:relative;
	height:30px;
}
/*---------------------------------*/
#content{
	float:right;
	margin:0 auto;
	margin-right:20px;
	color:#723E0C;
	text-align:justify;
	font-size:8pt;
	padding:10px 15px 0 10px;
	width:460px;
	min-height:500px;
	h/eight:500px;
	position:relative;
	left:-60px;
	top:5px;
}
#content ul{
	margin:8px;
	line-height:16px;
	position:relative;
	top:-15px;
	
}
#contentSideCol{
	border:2px dashed gray;
	width:120px;
	padding:10px;
	float:right;
	line-height:12px;
	position:relative;
	display:block;
	margin-left:15px;
	text-align:left;
}
#contentSideCol b{
	text-transform: capitalize;
}
#contentSideCol a b{
	text-decoration:none;
	color:black;
	font-size:10pt;
}
#contentSideCol i{
	display:block;
}
/*---------------------------------*/
#footer{
	float:none;
	clear:both;
	color:gray;
	font-size:8pt;
	text-align:left;
	background-image:url("/images/skin0808a/footer.jpg");
	background-repeat:no-repeat;
	margin:0000;
	padding:0;
	width:788px;
	height:140px;
	position:relative;
	l/eft:1px;
	top:4px;
	overflow:hidden;
}
#footer p{
	padding-right:85px;
	text-align:right;
	position:relative;
	top:5px;
	right:10px;
}
/*---------------------------------*/
.emphasize{
	font-size:12pt;
	color:#80827E;
	font-weight:bold;
}
/*---------------------------------*/
/********************
CONTENTSTYLING
*********************/
/*HEADINGS*/
div #content h1{
	font-size:2em;/*fontsizeforh1*/
	line-height:1em;
	margin:0;
	font-size:15pt;
	font-weight:bold;
	color:#7C1800;
}
div #content h2{
	color:#80827E;
	font-size:10pt;
	text-align:left;
	/*someairaroundthetext*/
	padding-top:2px;
	padding-left:5px;
	padding-bottom:1px;
	/*setbordersaroundheader*/
	border-bottom:1px solid #33544B;
	border-left:1.1em solid #33544B;
	line-height:1.5em;
	/*andsomeairundertheborder*/
	margin:15px 0 5px 0;
}
div #content h3{
	color:#294B5F;
	font-size:1.3em;
	line-height:1.3em;
	margin:000.5em0;
}
div #content h4{
	color:#294B5F;
	font-size:1.2em;
	line-height:1.3em;
	margin:0 0 .25em 0;
}
div #content h5{
	font-size:1.1em;
	line-height:1.3em;
	margin:0 0 .25em 0;
}
div #content h6{
	font-size:1em;
	line-height:1.3em;
	margin:0 0 .25em 0;
}
/*ENDHEADINGS*/
/*LISTS*/
div #content ul{
	margin-left:10px;
}
div #content li{
	margin-left:15px;
}
/*FORMS*/
form{
	z-index:2;
}
.inputBox{
	position:absolute;
	left:160px;
	background:none;
	width:120px;
	height:12px;
	font-size:8pt;
}
textarea{
	width:300px;
	height:200px;
}
.inputButton{
	
}
/*TEXT*/
div #content p{
	font-size:1em;
	margin:.5em 0 1em 0;/*someairaroundpelements*/
	line-height:1.7em;
	padding:0;
}
div #content br{
	line-height:15px;
}
blockquote{
	border-left:10px solid #ddd;
	margin-left:10px;
	margin-right:20px;
	padding:10px;
}
pre{
	font-family:monospace;
	font-size:1.0em;
}
strong,b{
/*explicitsettingforthese*/
	font-weight:bold;
	font-size:1em;
}
em,i{
	/*explicitsettingforthese*/
	font-style:italic;
}
u{
	text-decoration:underline;
	font-size:10px
}
ol{
	position:relative;
	left:35px;
}
/*Wrappingtextin<code>tags.MakesCSSnotvalidate*/
code,pre{
	white-space:pre-wrap;/*css-3*/
	white-space:-moz-pre-wrap;/*Mozilla,since1999*/
	white-space:-pre-wrap;/*Opera4-6*/
	white-space:-o-pre-wrap;/*Opera7*/
	word-wrap:break-word;/*InternetExplorer5.5+*/
	font-family:"CourierNew",Courier,monospace;
	font-size:1em;
}
pre{
	border:1px solid #000;/*blackborderforpreblocks*/
	background-color:#ddd;
	margin:01em1em1em;
	padding:0.5em;
	line-height:1.5em;
	font-size:90%;/*smallerfontsize,astheseareusuallynotsoimportantdata*/
}
/*ENDTEXT*/

