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

body {
	/*font-family: Avant Garde, Helvetica, sans-serif; letter-spacing:0.1em;*/
	font-family: Tahoma, Lucida Sans Regular, Avant Garde Gothic Book,Helvetica, sans-serif;
	color: #000000;
	letter-spacing:0.1em;
	font-size: 11px;
	
	background-color: #404040;
	background:#404040 url('/images/CLM_BG.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	
}


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

A:link { text-decoration: none; }
A:active { text-decoration: none; }
A:visited { text-decoration: none; color: #000000; }
A:hover { text-decoration: none; }

a img { border: none; }


#menu {
    width: 200px;
       top: 20px;
    bottom: 0px;
	left: 30px;
position: absolute;
height: 65%;
    background-color: #d44d54;
margin-top: 5px;
overflow:inherit;
/*margin-bottom: 2px;*/
  

}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	line-height: 13px;
}

#menu ul li.section-title {
line-height: 11px;
padding-top: 2px;
margin-top: 15px;
margin-bottom: 3px;
/*font-weight:bolder;*/
font-size: 13px;
text-decoration: none; 
background-color: #ffffff; 
color: #000000;
}


#content {
    height: 130%;
background-color: #d44d54;
   margin-left: 70px;
    top: 110px;
position:absolute;
float:left;
left:210px;
width:640px;
}

#menu ul a:link { color: #000; text-decoration: none; }
#menu ul a:active { text-decoration: none; background-color: #000; color: #000;}
#menu ul a:visited { text-decoration: none; color: #000; }
#menu ul a:hover { text-decoration: none; background-color: #d44d54; color: #ffffff; }

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

#content p { 
	width:600px;
	margin: 20px 20px 20px 20px;
}

P {
    margin: 0px 0 5px 0;
}

.navlink a:link { color: #000; text-decoration: none; }
.navlink a:active { text-decoration: none;background-color: #000; color: #000;  }
.navlink a:visited { text-decoration: none; color: #000; }
.navlink a:hover { text-decoration: none; background-color: #000; color: #000; }

#content a:link { text-decoration: none; color: #000; }
#content a:active { text-decoration: none; background-color: #000; color: #000; }
#content a:visited { text-decoration: underline; color: #000; }
#content a:hover { text-decoration: none; background-color: #b9b5b0; color: #000; }

h1 { font-family:helvetica;arial;  font-weight:bolder; font-size: 11px; color:#000;}
h2 { font-size: 24px;color:#000;}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin 0; padding-bottom: 12px; }
#img-container p	{ width:666px; margin-bottom: 12px; padding: 12px 0 12px 0; }
#img-container a:hover {background-color:transparent; }

#once { clear: left; }
