* {	padding: 0;	margin: 0;	border: 0; }
html, body { font: 90% "Arial", sans-serif; line-height: 1.5; color: #595959; background: #c9dfef url(images/background.jpg) center top no-repeat; }

/* LINKS GLOBAL */
a { color: #0e6cdd; text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: underline; }

/* DEFINITIONS GLOBAL */
ul { list-style: none; }

h2 { color: #0e6cdd; font-size: 1.2em; font-weight: normal; margin: 0 0 15px 30px; }
h3 { color: #7daec3; font-size: 0.9em; font-weight: normal; margin: 0 0 10px 30px; }
p { margin: 0 20px 15px 30px; font-size: 0.85em; line-height: 1.8; text-align: justify; }

.left {	float: left; }
.right { float: right; }
.clear { clear: both; }

/* CONTAINER */
#container { width: 936px; margin: 30px auto 0 auto; z-index: 2; position: relative; padding: 2px 2px 2px 2px; background: #ffffff; border: 1px solid #c0c1c1; }

/* HEADER */
#header { width: 936px; height: 84px; background: url(images/header.jpg) no-repeat; }
#header a { width: 936px; height: 84px; display: block; letter-spacing: -999em; }

/* PICTURES */
#pictures { width: 936px; height: 172px; }
#pictures img { float: left; }

/* NAVIGATION */
#navigation { width: 916px; height: 24px; padding: 5px 0 0 20px; background: url(images/navigation.jpg) center bottom no-repeat; }
#navigation a { color: #ffffff; text-decoration: none; font-weight: bold; }
#navigation ul li { float: left; margin: 0 20px 0 0; }

/* ADVERT1 */
#advert1 { width: 936px; margin: 2px 0;  }

/* ADVERT2 */
#advert2 { float: left; width: 336px; height: 280px; margin: 0 20px 20px 20px;  }

/* ADVERT3 */
#advert3 { float: right; width: 336px; height: 280px; margin: 10px 10px 10px 10px;  }

/* CONTENT */
#content { width: 936px; padding: 10px 0; }
#content img { float: left; margin: 0 20px 0 0; border: 1px solid #c7e9f7; }

/* FOOTER */
#footer { float: left; width: 100%; height: 109px; margin: -50px 0 0 0; z-index: 1; font-size: 0.85em; color: #6b6b6b; background: url(images/footer.jpg) repeat-x; }
#footer #inner { width: 940px; margin: 50px auto 0 auto; }

#footer #copyright { float: left; width: 500px; padding: 10px 0 0 50px; }
#footer #copyright ul { margin: 5px 0 0 0; }
#footer #copyright ul a { color: #6b6b6b; text-decoration: none; }
#footer #copyright ul li { float: left; padding: 0 5px 0 0; }

#footer #links { float: right; width: 250px; margin: 0 30px 0 0; }
#footer #links a { display: block; padding: 10px 5px 0 5px; height: 50px;  }
#footer #links a:hover { background: #0e6cdd; color: #ffffff; text-decoration: none; }
#footer #links ul li { float: left; padding: 0 5px; }
#footer #links ul li.line { padding: 10px 0 0 0; }

