/* @override http://www.aigaozo.com//ndxz-studio/site/mans/style.css */

/* @override http://www.aigaozo.com//ndxz-studio/site/mans/style.css */

/* @override http://www.aigaozo.com//ndxz-studio/site/mans/style.css */

/* @override http://www.aigaozo.com//ndxz-studio/site/mans/style.css */

/* @override http://strokins.99k.org/ndxz-studio/site/strokins/style.css */

/* @override http://strokins.99k.org/ndxz-studio/site/strokins/style.css */

/* @override http://strokins.99k.org/ndxz-studio/site/strokins/style.css */

/* @override http://strokins.99k.org/ndxz-studio/site/strokins/style.css */

/* @override http://strokins.99k.org/ndxz-studio/site/strokins/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	
	padding: 0;
	text-align: left;
}

body {
	font: bold 10px "Century Gothic";
}

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

/* LINKS */
	
	
	/* colors for all links */
	a:link { 
	text-decoration:none; /* none = no underline, other options include line-through or overline */
	color: #000; /* sets hex color of every link - www.colorpicker.com or photoshop to find hex values */
	}
	
	a:active { 
	color: #000;
	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: #000; /* 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 */
	a:hover { 
 	color: #909090;
	text-decoration:none;
	}


a img { border: none; }


#menu {
		width: 246px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
		overflow: hidden;
		bottom: 0;
		position: absolute; /* this make the menu stay in place while the content section scrolls*/
		height: 100%;
		background-color: #ffffff;
		padding-top: 0px; /* change to match the padding-top in #content if you want them to align */
		padding-bottom: 3px;
		/* padding-left & right can be changed in #menu ul - below */
		font-size: 9px;
	top: 2px;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 22px;
	border-style: none;
	letter-spacing: 2px;
}

/* The following sets the style for the section heading */
	#menu ul li.section-title {
		padding-top: 9px;
		padding-right: 2px;
		padding-bottom: 2px;
		padding-left: 0px;
		
		
		color: #cacaca;
		/* Following lines adds a line about each section */
		border-top-color: #cccccc;
		border-top-style: solid;
		border-top-width: 0px;
	font: 9px "Century Gothic";
}


/* CONTENT AREA */

	#content {
		height: 100%;
		margin-top: 186px;
		margin-right: 0px;
		
		margin-bottom: 0px;
		margin-left:150px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */

	    
	    /* 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: 2px;
		padding-bottom: 25px;
		padding-left: 40px;
	position: relative;
	bottom: 50px;
	left: 30px;
}


.container {

	position: relative;
	left: 20px;
	top: 10px;
}

#content p { width: 800px; margin-bottom: 9px;
	position: relative;
	top: 9px;
}


p {
    margin: 0 0 30px 0;
	position: relative;
	top: 5px;
}

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

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 800px; margin: 0; padding: 0 0 12px 0;
	position: relative;
}

#once { clear: left; }