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

body {
	font-size: 12px;
	font-family: "Courier","Lucida Grande", Verdana, sans-serif;
	background-image:url("http://www.marcoscabanas.comm/files/1_background.gif");
	color: #333333; 
}

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

a:link { text-decoration: none;color:#666; }
a:active { text-decoration: bold;color:#A1A37D; }
a:visited { text-decoration: none; color:#000000; }
a:hover { text-decoration: none;color:#A1A37D; }

a img { border: none; }

#menu {
    width: 265px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-image: url("http://www.marcoscabanas.comm/files/1_background.gif");
}

#menu ul {
	list-style-image:none;
list-style-position:outside;
list-style-type:none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 

color:#A1A37D;
border-bottom:1px dotted #000000;
border-top: 1px dotted #000000;

font-weight:bold;
text-decoration:none;
}

#content {
    height: 100%;
    margin: 0 0 0 240px;
    top: 0;
}

.container {
    padding: 50px 50px 50px 50px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 20px;color: #a1a37d; width: 605px; padding: 20px 0px 20px 0px ; font-weight: normal; border-bottom:1px dotted #000000;border-top: 1px dotted #000000;}
h2 { font-size: 12px;color: #4d4e3a;width: 605px; padding:  20px 0px 20px 0px ; font-weight: normal; font-family: "courier"; }
h3 { font-size: 11px;color: #333333; font-weight: bold; width: 400px;  padding:  0px 0px 0px 0px ; }
h4 { font-size: 11px;color: #333333; font-weight: normal; width: 605px;  padding:  0px 0px 0px 0px ; }

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

#once { clear: left; }
