* {	padding: 0;	margin: 0;	border: 0; }
html, body { font: 90% "Arial", sans-serif; line-height: 1.5; color: #817a7a; background: #f3f3f3 url(images/background.jpg) repeat-x; }

/* LINKS GLOBAL */
a { color: #ff9001; text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: underline; }

/* DEFINITIONS GLOBAL */
ul { list-style: none; }

.left {	float: left; }
.right { float: right; }
.clear { clear: both; }

/* CONTAINER */
#container { width: 995px; }

/* HEADER */
#header { width: 995px; height: 151px; background: url(images/header.jpg) no-repeat; }
#header a { width: 995px; height: 151px; display: block; letter-spacing: -999em; }

/* NAVIGATION */
#navigation { width: 993px; height: 26px; padding: 8px 0 0 2px; background: url(images/navigation.jpg) no-repeat; }

/* CONTENTS */
#contents { width: 994px; padding: 1px 0; background: #ffffff; border-right: 1px solid #d9d9d9; }

/* SIDEBAR */
#sidebar { float: left; width: 181px; margin: 0 0 0 1px; border-right: 2px solid #f0f0f0; }
#sidebar h2 { float: left; width: 169px; height: 22px; padding: 4px 0 0 10px; font-size: 1.1em; font-weight: bold; color: #ffffff; background: url(images/sidebar_header.jpg) no-repeat; }
#sidebar div.advertContent { float: left; width: 179px; }
#sidebar div.naviContent { float: left; width: 159px; padding: 10px; background: url(images/sidebar_background.jpg) repeat-x; }
#sidebar div.naviContent a { color: #d49239; }

/* CONTENT */
#content { float: left; width: 808px; margin: 0 1px; }
#content h2 { width: 788px; margin: 0 0 10px 0; padding: 2px 10px; font-size: 1.25em; font-weight: normal; color: #5a5a5a; background: #f0f0f0; }
#content h2 span { color: #d49239; }
#content h3 { color: #3e3e3e; font-size: 1.2em; font-weight: bold; padding: 0 20px; }
#content p { padding: 0 20px 20px 20px; text-align: justify; }

/* FOOTER */
#footer { width: 895px; padding: 20px 50px; font-size: 0.9em; color: #717171; border-top: 1px solid #d9d9d9; background: #f3f3f3; }
#footer ul { text-align: center; }
#footer ul li { float: left; padding: 0 3px; }

#footer #copyright { float: right; width: 560px; margin: 0 0 10px 3px; }
#footer #copyright a { color: #eec900; }
#footer #links { float: right; width: 720px; color: #a4a3a3; font-size: 0.85em; }
#footer #links a { color: #a4a3a3; text-decoration: underline; }
