/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/




* {
	margin: 0;
	padding: 0 0 0 0px;
}

body {
	margin: 0 auto;
    position: relative;
	width: 800px;
    height: 500px;
	
	left: auto;
	right: auto;
	color: #252525;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #d3d3d1 none left;
	text-transform: none;
	text-align: left;
}

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

#menu a:link {
	color: #101010;
	font-style: normal;
	text-decoration: none;
}
#menu a:active {
	text-decoration: none;
	color: #101010;
	font-style: normal;
}
#menu a:visited {
	color: #101010;
	font-style: normal;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color:#b8c4cd;
	font-style: normal;
	background-color: white;
}

#content a:link {
	color: #b8c4cd;
	text-decoration: underline;
	font-weight: bold;
}
#content a:active {
	color: #b8c4cd;
	text-decoration: underline;
	font-weight: bold;
}
#content a:visited {
	color: #b8c4cd;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #4c4c4c;
	text-decoration: none;
	background-color: #b8c4cd;
	font-weight: bold;
}



a img { border: none; }

#menu {
     overflow: auto;
    top: 0;
    bottom: 0;
	left: auto;
	right: auto;
    height: 100%;
	text-align: left;
	color: #535353;
	width: 145px;
	position: fixed;

	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	padding-left: 10px;
}

#menu ul {
	list-style: none;
	margin: 0 0 5px 0px;
	padding-left: 0;
}



#menu ul li.section-title {
	font-size: 12px;
	padding-top: 1px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}


#content {
	padding: 80px 10px 10px 150px;
    top:0;
    bottom: 0;
	width: 630px;
	background: url(http://www.inakisandoval.com/img/fnd_inaki_todo.gif) repeat-y 0;
	margin: 0;
}


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

#content p { width: 580px; margin-bottom:9px;
}

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; }

