<%title%> : <%obj_name%>/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: helvetica, sans-serif;
	background: #fff;
	
}


	

body.section-1 {}
body.section-2 {}
body.section-3 { visibility:hidden;}

a:link { text-decoration: none; color: #000 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #35bfef; }

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0;
	padding-right:5px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	background-image:url(../../../files/gimgs/linesTiles.jpg);
	background-repeat:repeat;
	text-align: right;
}

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

#menu ul li.section-title { 
	font-size: 14px;
	font-family: georgia;
	font-style:italic;
	margin: 0 0 12px 0;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

#content p { width: 400px; 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; }
project_header{
	font-size: 14px;
	font-family: georgia;
	font-style:italic;
	margin: 0 0 12px 0;
}

sited{
	font-size: 9px;
	font-family: helvetica;
	margin: 10px 0 0 0;
		 /* for IE */
  	filter:alpha(opacity=40);
 	 /* CSS3 standard */
  	opacity:0.4;
}

legal{
	font-size: 7px;
	 /* for IE */
  filter:alpha(opacity=30);
  /* CSS3 standard */
  opacity:0.3;
}

hr {width: 500px;
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}


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

#once { clear: left; }

