* {	padding: 0;	margin: 0;	border: 0; }
html, body { font: 90% "Times New Roman", sans-serif; line-height: 1.5; color: #4b4b4b; background: #ffffff; }

/* LINKS GLOBAL */

a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: underline; }

/* DEFINITIONS GLOBAL */
ul { list-style: none; }

h2 { color: #299ad6; font-size: 1.5em; margin: 0 0 10px 0; }
p { font-size: 1.1em; text-align: justify; margin: 0 0 15px 0; }

.left {	float: left; }
.right { float: right; }
.clear { clear: both; }

/* CONTAINER */
#container { width: 902px; margin: 35px auto 0 auto; border: 1px solid #d1d1d1; }

/* HEADER */
#header { width: 902px; height: 120px; background: url(images/header.jpg) no-repeat; letter-spacing: -999em; }

/* NAVIGATION */
#navigation { width: 882px; height: 28px; padding: 0 10px; background: #e2f4fa; border-bottom: 1px solid #d1d1d1; font: 1.15em "Myriad Pro", sans-serif; }
#navigation a { color: #636363; text-decoration: none; }
#navigation ul li { height: 22px; padding: 6px 10px 0 10px; float: left; }
#navigation ul li:hover { background: url(images/navigation_hover.jpg) repeat-x; }
#navigation ul li:hover a { color: #ffffff; }

/* ADVERT HORIZONTAL */
#advert_horizontal { width: 902px; border-bottom: 1px solid #d1d1d1; }

/* ADVERT VERTICAL */
#advert_vertical { width: 160px; float: left; margin: 0 10px 0 0; }

/* CONTENT */
#content { width: 900px; padding: 10px 1px; background: #e2f4fa; }
#content #text { width: 715px; padding: 0 15px 0 0; float: left; }

/* FOOTER */
#footer { width: 882px; height: 17px; padding: 0 0 0 20px; background: url(images/footer_background.jpg) repeat-x; color: #ffffff; font-size: 0.9em; border-bottom: 1px solid #d1d1d1; }
#footer a { text-decoration: none; }
