
* {
	margin: 0;
	padding: 0;
}

body{

	font-size: 10px;
	margin:0;
	padding:0;
	color: #000;
	background: #fff;
	letter-spacing: 0.1em;
	
	
	font-family: Georgia, "Times New Roman", Times, serif; font-style: none; margin: 0; padding: 0;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link{text-decoration:none;color: #FFCCCC;}
a:visited{text-decoration:none;color: #555555;}
a:active{ text-decoration:none;color: #555555;}
a:hover{ text-decoration:none;color: #FFCCCC;}

a:link { 
	text-decoration: none; /* none = no underline, other options include line-through or overline */
	color: #000000; /* sets hex color of every link - www.colorpicker.com or photoshop to find hex values */
	background: 
	}
	
	a:active { 
	color: #000000; 
	text-decoration: none;
	}
	
	/* highlights links that you have already clicked. This can be helpful for users to identify which items they have already seen*/
	a:visited {
	text-decoration: none;
	color: #000000; /* the color can also be changed */ /* this changes the background of a visited link, you can also get rid of the the back ground an color and there will be no change if a link has been visited */ 
	}
	
	/* sets the properties for links when mouse rolls over */
	li a:hover { 
 	text-decoration: none;
	color: #FFCCCC;
	background:#000000;
	}

	/* any img that is a link */
	a img {
	border: none;
	opacity: ;
	}

a img { border: none; }

#menu {
    width: 160px;
    overflow: auto;
   margin-top: 0px;
	margin-left:30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	filter:alpha(opacity=70); /*IE*/
    -moz-opacity:1; /*FF*/
    opacity:1;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
    width: 140px;
    line-height:1em;
	font-size: 16px;
	font-style: uppercase;
	font-weight:bold;
	color: #000000;
	text-align: left;
	padding-bottom:1px;

	letter-spacing: 0.15em;
	


	}
	
	#menu ul li.section-title:hover {
    font-size: 16px;
	color: #ffffff;
	text-align: left;
	background-color: black;
	letter-spacing: 0.1em;
	

	
}

#content {
    height: 100%;r;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 35px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; letter-spacing: 0.1em;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ height: auto; width:auto; margin: 0; padding: 0; }
#img-container p	{ margin: 0; padding: 0 0 12px 0; }
#img-container span	{ margin-right:30px; }



#once { clear: left; }