/* ------------- */
/*     BASIC     */
/* ------------- */

* 		{ margin : 0px; padding : 0px; }
html	{ margin-right : auto; margin-right : auto; text-align : center; font-size:80%}
body 	{ font : normal 1.1em "Times New Roman", Arial, Helvetica, sans-serif; color : #000; line-height : 1.5em;}

img		{ border : 0px; }

a,
a:visited	{ color : #000; text-decoration : underline; }
a:hover		{ color : #000; text-decoration : underline; }
a:active	{ color : #000; text-decoration : underline; }

#header,
#boxContent { clear : both; width : 856px; margin-left : auto; margin-right : auto; text-align : left; }

/* -------------- */
/*     HEADER     */
/* -------------- */

#header { background : url('../images/bg_header.jpg') top left no-repeat; height : 168px; }

#header .logo { float : left; }
#header .logo img { margin-left : 70px; margin-top : 18px;  }

#header .infos { float : right; text-align : right; padding-top : 25px; }
#header .infos .congr { }
#header .infos .start { margin-top : 38px; font-family : Arial; color : #a6acb3; font-size : 12px; }
#header .infos .start strong { font-size : 18px; text-transform : uppercase; }

/* --------------- */
/*     CONTENT     */
/* --------------- */

#boxContent { background : url('../images/bg_content.jpg') top left no-repeat; overflow : auto; }

#boxContent #menu { float : left; width : 182px; text-align : right; height : 460px; }
#boxContent #menu ul { list-style : none; margin-top : 50px; }
#boxContent #menu ul li { font-size : 12px; margin-bottom : 2px;}
#boxContent #menu ul li a,
#boxContent #menu ul li a:visited { text-decoration : none; padding : 2px; }
#boxContent #menu ul li.active a,
#boxContent #menu ul li a:hover { color : #ffffff; background-color : #000000; padding : 2px; }

#boxContent #content { float : right; margin-top : 50px; width : 630px; text-align : left; }

#boxContent #content .title { font-size : 1.2em; font-weight : bold; margin-bottom : 12px; }
#boxContent #content .parag { clear : both; margin-bottom : 18px; }

#boxContent #content .right { float : right; margin : 0px 0px 12px 18px; }
#boxContent #content .left { float : left; margin : 0px 18px 12px 0px; }
