/* iF Design - 2009 							*/
/* Author: Marc Schmidt - m.schmidt@abian.de	*/

/* Reset basic styles 												*/
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	
}


/* Layout Structure */

div#SiteWrapper {
	position: relative;
	top: 0;
	left: 0;
	padding: 15px;
	width: 930px;
}

	div#SiteWrapperInner {
		position: relative;
		top: 0;
		left: 0;
	}
	
		div#SiteHeader {
			/*
			height: 100px;
			margin-bottom: 15px;
			*/
			position: relative;
			top: 0;
			left: 0;
			width: 752px;
			clear: both;
		}
		
			div#SiteHeaderInner {
			}
	
		div#SkipToPageareas {
			display: none;
		}
	
		div#SiteNavigation {
			display: none;
		}
		
			div#SiteNavigationInner {
			}
	
		div#PageContent {
			position: relative;
			float: left;
			top: 0px;
			left: 0px;
			width: 752px;
			margin-bottom: 40px;
		}
		
			div#PageContentInner {

			}
			
				div#PrimaryContent {
					width: 752px;
				}
				
				div.TwoCols div#PrimaryContent {
					width: 471px;
					margin-right: 15px;
					float: left;
				}
				
				div.TwoCols div#SecondaryContent {
					width: 266px;
					float: left;
				}
			
		div#SiteFooter {
			clear: both;
			position: relative;
			left: 0;
			top: 0;
		}
	
			div#SiteFooterInner {
				
			}

