* {	padding: 0;	margin: 0;	border: 0; }
html, body { font: 90% "Trebuchet MS", sans-serif; line-height: 1.5; color: #4b4b4b; background: url(images/background.png) top repeat-x #ffffff; }

/* GLOBAL LINKS  */
a { color: #0000ff; text-decoration: none;}
a:visited { }
a:hover, a:active { }

/* GLOBAL DEFINITIONS */
ul { list-style: none; }

.left {	float: left; }
.right { float: right; }

/* CONTAINER */
#container { width: 940px; position: relative; margin: 20px auto 0 auto; }

/* HEADER */ 
#header { width: 376px; height: 16px; float: left; margin: 0 0 0 70px; padding: 35px 4px 0 0; background: url(images/header.png) no-repeat; color: #ddd5b9; font-weight: bold; font-size: 0.8em; text-align: right; }

/* CONTENT */ 
#content { width: 940px; float: left; margin: 5px 0 0 0; background: url(images/content_background.png) repeat-y; }

/* HEAD */ 
#head { width: 932px; height: 167px; padding: 4px; margin: 0 0 3px 0; background: url(images/head_background.png) no-repeat; }
#head img.image { margin: 0 3px 0 0; }

/* NAVIGATION */ 
#navigation { width: 917px; height: 23px; padding: 4px 0 0 15px; margin: 0 3px; float: left; background: url(images/navigation_background.png) no-repeat; }
#navigation li { float: left; padding: 0 15px 0 0; }
#navigation a { font-size: 0.9em; font-weight: bold; color: #f8eece; }

/* ADVERT HORIZONTAL */
#advert_horizontal { width: 932px; height: 20px; float: left; margin: 1px 3px 3px 3px; }

/* CONTENTS */
#contents { width: 940px; padding: 0 0 15px 0; float: left; background: url(images/contents_background.png) bottom no-repeat; }

/* ADVERT VERTICAL */
#advert_vertical { width: 160px; height: 600px; float: left; margin: 0 3px; }

/* TEXT */
#text { width: 750px; float: left; padding: 10px; color: #595959; }
#text h2 { color: #ac777c; font-size: 1.2em; font-weight: normal; padding: 0 0 15px 0; }
#text h3 { color: #595959; font-size: 0.9em; padding: 0 0 10px 0; }
#text img.image { border: 3px solid #e1d9c0; }
#text p { padding: 10px 0; font-size: 0.9em; }

/* FOOTER */ 
#footer { width: 100%; height: 108px; margin-top: -50px; float: left; background: url(images/footer_background.png) repeat-x; }
#footer_content { width: 840px; height: 62px; padding: 0 50px; margin: 46px auto 0 auto; background: url(images/footer_content_background.png) center no-repeat; }
span.copyright { padding: 10px 0 0 0; float: left; color: #af8488; }
span.copyright a { font-weight: bold; text-decoration: underline; color: #af8488; }
ul.navigation { float: right; }
ul.navigation li { float: left; color: #af8488; }
ul.navigation a { width: 60px; height: 51px; padding: 15px 5px 0 5px; display: block; text-align: center; color: #af8488; font-weight: bold; text-decoration: underline; }
ul.navigation a:hover { background: #af8488; color: #ffffff; font-weight: normal; text-decoration: none; }