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

body {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

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

a:link {
color:#000000;
text-decoration:none;
}

a:active {
color:#FFFFFF;
background-color:#000000;
}

a:visited {
color:#000000;
text-decoration:none;
}
a:hover { 
background-color:#000000;
color:#FFFFFF; 
}

a img { border: none; }

#menu {
    width: 225px;
    overflow: auto;
    float:left;
    position:relative;
    top: 10px;
    bottom: 0;
	left: 10px;
	background: transparent url(http://disiterate.com/menu.png) repeat;	

}


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

#menu ul li.section-title {
border-bottom-style:dotted;
border-bottom-width:1px;
color:#000000;
font-size:14px;
font-weight: bold;
font-family:Helvetica;
margin-bottom:2px;
width:200px;
cursor: pointer;

}


#content {

}

.container {
    padding: 10px;
    overflow: auto;
}

#content p { 
width: 70%; 

background: transparent url(http://disiterate.com/menu.png) repeat;	
font-family:helvetica;

}

p {
margin: 0px 0px 0px 50px;
padding: 2%;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }


#img-container	{ margin: 0 0 0 50px; padding: 0; width:74%; background: transparent url(http://disiterate.com/menu.png) repeat;}
#img-container p	{ margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.pics {
background:transparent;
position:relative;
margin:15pt;
overflow:hidden;
padding:0pt; 
height:500px;}

button {

float:right;
top:25px;
right:30px;
position:absolute;
padding:5px;
}

.deepsea, .deepsea TD, .deepsea TH {
background-image:url('http://www.disiterate.com/menu.png');}

