@charset "utf-8";

/* GENERAL */

body {
	margin: 0;
	margin-bottom: 40px;
	background-color: #ffd849;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

img {border: 0;}

.wrap {
	width: 950px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	}
	
/* HEADER */
	
#header {}
	
#header .wrap {
	background: url(../images/general/header_bg.gif) no-repeat;
	background-position: 0px -10px;
	height: 125px;
	}

#header .logo {
	width: 250px;
	height: 67px;
	position: absolute;
	bottom: 0;
	left: 0;
	}
	
/* MAIN */
	
#main {
	background-color: #fff;
	padding-top: 10px;
	}
	
#main .logomark {right: 30px; bottom: 0px;}

/* MAIN - Content */

.nav {
	height: 27px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	background-image: url(../images/general/dotline-x.gif); 
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: right;
	}
	
/* FOOTER */
	
#footer {}

#footer .wrap {
	background: url(../images/general/footer_bg.gif) no-repeat;
	height: 135px;
	padding-top: 10px;
	}
	
#footer .logomark {
	width: 100px;
	height: 50px;
	position: absolute;
	right: 20px; 
	top: -50px; 
	z-index: 150;
	}
