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

body {

	font-size: 20px;
	font-family: Georgia,Times New Roman,Times,serif,Helvetica,Verdana,Arial,sans-serif;
	background: #transparent;
	background-image:
	margin: 50;
	padding: 50;
}


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

a:link { text-decoration: none; color: #FFFFFF; }
a:active { text-decoration: none; color: #083655; }
a:visited { text-decoration: none; color: #083655; }
a:hover { text-decoration: none; color: #59bcff; }

a img { border: none; }

#menu {
  background-color:transparent;
  bottom:0;
  color:#FFFFFF;
  height:2000px;
  left:40px;
  overflow:auto;
  position:fixed;
  top:0px;
  width:175px;
  background-image: url(http://comfortservice.info/files/menu.jpg);
}
}


#menu ul {
  background-color:#0071bd;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0 0 20px;
  padding:15px;
}

#title {
background-color:#0071bd;
color:#3DB181;
font-style:Times New Roman;
margin:0;
padding:0;
text-align:center;
}

img {
margin:0;
padding:0;
}

#description {
background-color:#FFFFFF;
color:#C4E1D5;
font-size:8px;
text-align:center;
}

#other {
}

#menu ul li.section-title {
border-bottom:thin dotted #FFFFFF; 
font-style:italic;
margin-bottom:3px;
padding-bottom:3px;
}

#content {
  height:100%;
  margin:47px 0 0 245px;
  top:30;
}

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

#content p { width: 500px; 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; }