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

}

body {
	font-size: 12px;
	font-family: Arial;
	background-color: #ddd;
        background-image:url('http://www.pmgalerie.com/files/pm-web_bg6.png');
        background-position: 0px 40px;
        background-repeat: no-repeat;
	letter-spacing:0.2px;
}

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

.section-title 
 { text-decoration: none; color:#666; margin:-6px 0 0 -5px }


a:link { text-decoration: none; color:#666; }
a:active { text-decoration: none;}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: white; background: #ff51fc;}

li.section-title:hover { text-decoration: none; color: #ff00fb; }

a img { border: none; }

#menu {
    width: 405px;
    overflow: auto;
    top: 0px;
    bottom: 0;
    left: 0px;
    position: fixed;
    height: 100%;
    background-color: #ddd;
    text-align:right;
    line-height:24px;
}

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

#menu ul li.section-title { }

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

#content {
    margin: 60px 0 0 430px;
    padding: 0 0 0 0;
    top: 0;
    width: 600px;
}



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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 12px; color: RGB(198,199,201); }
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; }

a.greg:link  {font-size:19px; color:#666666;}
a.greg:active  {font-size:19px; color:#666666;}
a.greg:visited  {font-size:19px; color:#666666;}
a.greg:hover  {font-size:19px; color:#333333;}

.img-bot { margin-bottom: 0px !important;}

p#title-sli { margin-top: 1em;}

.support { position: fixed; right: 15px; bottom: 15px; letter-spacing: 0.9px; }

.silencelights { font-size: 11px;}

h1#nfo {font-size:1px; left:-4000px; position: fixed; line-height: 0px;}