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

body {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
}

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

a:link {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
	font-weight: normal;
}
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	width: 205px;
	overflow: hidden;
	bottom: 0px;
	left: 0;
	height: 100%;
	text-align: left;
	position: absolute;
}

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

#menu ul li.section-title { }

#content {
	position: fixed;
	height: 580px;
	top: 35px;
	left: 10px;
	width: 1080px;
	overflow: auto;
	padding-top: 20px;
	padding-left: 10px;
	background-image: url(http://www.luismrodriguez.com/ndxz-studio/Photos2010/content_back.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 215px;
}

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

#content p {
	margin-bottom: 9px;
	width: 80%;
	height: 80%;
}

p {
    margin: 0 0 9px 0;
}

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

#once { clear: left; }