/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	padding-left: 3px;

}

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #ffffff;
}

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

a:link { text-decoration: none; color: #282828; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #686868; }
a:hover { text-decoration: none; color: #FF0000; }

a img { border: none; }


	

	

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
	padding-top: 15px; /* change to match the padding-top in #content if you want them to align */
		padding-bottom: 25px;
		/* padding-left & right can be changed in #menu ul - below */
		font-size: 11px;
}

#menu ul {
		list-style: none;
		margin-top: 20px;
		margin-right: 0px;
		margin-bottom: 12px; /* sets the space between each section */
		margin-left: 0px;
		/* sets the spacing around the menu - this is normally set to match padding options in #content but can be changed seperately */
		padding-right: 25px;
		padding-left: 0px;
	}
	
		

#menu ul li.section-title {
		font-family: Verdana, sans-serif;
		font-weight: bold;
		font-size: 12px;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 5px;
		color: #000000;
		
 }

#copy {
			font-size: 9px;
			color: #bbbbbb;
			font-family: Georgia, serif;
			font-style: italic;
			margin-top: 5px;
			padding-top: 10px;
			border-top-color: #cccccc;
			border-top-style: solid;
			border-top-width: 1px;
		}
		
		
		/* CONTENT AREA */

	#content {
		height: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 215px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	    top: 0;
	    
	    /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding-top: 0px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 5px;
		padding-bottom: 0px;
		padding-left: 40px;
		font-size: 12px;
		body: #CCCCCCC;
		font-family: Verdana, sans-serif;
		
	
	}

	.container {
		margin-bottom: 25px;
		 padding: 5px 5px 25px 5px;
	}

	#content p { /* sets the properties for all paragraphs in the content area */
		width: 450px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px; /* sets the space between paragraphs */
		margin-left: 0px; 	
	    line-height: 18px; /* use this the change the leading (space between lines) */
	}

	p { /* sets the properties for all paragraphs  */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 9px;
    margin-left: 0;
	}
	
	
	
	
	



h1 { font-family: Verdana, sans-serif; font-size: 12px; line-height: 35px; color:#FF0000} 
h2 { font-family: font-family: Georgia, serif; font-size: 10px; }
h3 { font-family: Georgia, serif; font-style: italic; font-size: 16px; color:#FF0000}
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 450px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
