/* @override http://jasonkertz.com/ndxz-studio/site/jason/style.css */

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

/* My Comment */

body {
	font-size: 10px;
	font-family: sans-serif, Verdana;
	background: #fff;
	color: #fz}

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

a:link { text-decoration: none; color: #808080;
	background-image: none;
	margin-left: 0;
	font-family: Verdana;
}
a:active { text-decoration: none; color: #808080;
	font-family: Verdana;
}
a:visited { text-decoration: none; color: #808080;
	font-family: Verdana;
}
a:hover { text-decoration: none; color: #44b7fc;
	font-family: Verdana;
}

a img { border: none;
	font-family: Verdana;
	background-repeat: no-repeat;
	text-align: left;
}

#menu {
	float: left;
	padding: 90px 10px 10px 0px;
	position: absolute;
	text-align: left;
	text-indent: 5px;
	font: normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 210px;
	height: 600px;
	background: url(http://www.jasonkertz.com/img/header2.jpg) no-repeat 0 0;
	left: 20px;
	top: 20px;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0px;
	font-family: Verdana;
	background: none no-repeat;
}

#menu ul li.section-title {
	
	background-color: #110042;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

#content {
    height: 100%;
    top: 0;
	margin: 0 0 0 275px;
	font-family: Verdana;
}

.container {
    padding: 100px 5px 0px 0px;
	font-family: "Lucida Grande", Lucida, Verdana, 		sans-serif;
}

#content p { width: 600px; margin-bottom: 10px;
	margin-right: px
	font-family: "Lucida Grande", Lucida, Verdana, 		sans-serif;
}

p {
    margin: 0 0 10px;
	font-family: "Lucida Grande", Lucida, Verdana, 		sans-serif;
}

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: 600px; margin: ; padding: 0 0 0px 0;
}

#once { clear: left; }
