/* 

STYLE SHEET FOR [WEB SITE]
Created by [AUTHOR NAME]
[URL OF AUTHOR]

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images

Notes

*/





/* --------- 1. defaults  --------- */



* {
		
	margin: 0;
		
	padding: 0;
		
}



body {
background-color: #f0f0f0;		
}
		


/*  --------- 2. structure  --------- */





#wrapper1 {
		font-size: 1.2em;
		line-height: 1.6em;
		margin: 0 auto;
		width: 600px;
		padding-top: 1em;
		padding-left: 15px;
		padding-right: 15px;  
		background-color: #dddddd;
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
		}

#wrapper1 p {
		margin-bottom: 1.5em;
		text-align: justify;
}


#wrapper2 {
		
		font-size: 1.2em;
		line-height: 1.5em;
		margin: 0 auto;
		width: 800px;
		padding-top: 1em;
		padding-left: 15px;
		padding-right: 15px;  
		background-color: #dddddd;
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
		text-align: center;
		}

#wrapper p {
		margin-bottom: 1.5em;
		text-align: center;
}
		


#masthead {
		
}
		


#logo {
		
}
		


#navContainer {
		
}



#content {
		
}



#footer {
		text-align: center;
		padding-bottom: 1em;
}

	

/* float-clearing rules */


.separator {
		
clear: both;
		
}



.separatorInvisible {
		
clear: both;
		
height: 1px;
		
}



.clearFix:after {
    	
content: "."; 
    	
display: block; 
    	
height: 0; 
    	
clear: both; 
    	
visibility: hidden;
		
}
		
		

/* ---------- 3. links and navigation ---------- */



a {
		

}
		


a:hover {
		
}



#navigation {
		
}



#navigation a {
		
}



#navigation ul {
		

}

#navigation li {
		
}
		


/* ---------- 4. fonts ---------- */



html {
		
font-size: 100%;
		
}



body {
		
font-size: 62.5%;
padding: 20pix;
		
}



h1, h2, h3, h4, p, ul {
		
}



h1 {
font-size: 2.4em;
line-hight: 0.5em;
margin-top: 1.6em;
text-align: center;		
}



h2 {
font-size: 2.2em;
margin-top: 0.5em;
text-align: center;		
}



h3 {
font-size: 1.8em;		
}
		


h4 {
font-size: 1.6em;
margin-bottom: 1em;		
}



p {
	font-size: 1.6em;
	margin-top: 1em;
	margin-bottom: 1em;			
}



ul {
font-size: 1.6em;
list-style-position: inside;		
}

ol {
font-size: 1.6em;
}

td {
font-size: 1.6em;
}

/* ---------- 5. images ---------- */



a img {
	
}

image {

	margin: 16pix;
	 	

}