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

body {
font-size: 14px;
font-family: Georgia, Arial, Sans-Serif;
color: #959079; 
background: #000;
}

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

a:link { text-decoration: none; color: #615e51; font-size:12px;background: #000;}
a:active { text-decoration: none; color: #615e51;font-size:12px;background: #000;}
a:visited { text-decoration: none; color: #615e51; font-size:12px;background: #000;}
a:hover { text-decoration: underline; color: #615e51;font-size:12px;background: #000;}
a img { border: none; }

#menu {
background-image:url('http://www.jazzadezz.ro/files/logo.jpg');
background-repeat:no-repeat;
width: 215px;
overflow: no;
top: 0;
bottom: 0;
left:30px;
position: fixed;
height: 100%;
background-color: #000;
text-background: #000;
font-size:18px;
color: #959079
}

#menu ul {
border-bottom-color: #666;
border-bottom-style: dotted;
border-bottom-width: 1px;
color: #959079;
font-size: 14px;
list-style: none;
margin: 0 0 12px 0;
}

#menu ul li.section-title { 
line-height: 18pt;
border-bottom-color: #666;
border-bottom-style: dotted;
border-bottom-width: 1px;
}

#content {
font-size: 14px;
height: 100%;
margin: 0 0 0 240px;
top: 0;  
color: #959079;    
}

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

#content p { width: 550px; 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; }
h5 { font-size: 10px; color: #615e51;}

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

#once { clear: left; }

table.sample {
	border-width: 0px;
	border-spacing:0px;
	border-style: dotted;
	border-color: #666;
	border-collapse: separate;
	background-color: black;
}

table.sample td {
	border-width: 1px;
	padding: 10px;
	border-style: dotted;
	border-color: #666;
	
	-moz-border-radius: ;
}
