@charset "utf-8";


/* Body */

html {
	height: 100%;
	width: 100%;
}

body {
	background: #eaeaea;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 700px;
	height: 100%;
}

#container {
	width: 800px;
	margin: 0px auto;
	padding: 100px 0px 30px 0px;
}


/* Header */

#title {
	background: url(../img/layout/title.jpg);
	height: 50px;
	width: 150px;
	float: right;
	
}


/* Navigation */

#nav-container {
	background: url(../img/layout/nav-base.jpg) bottom no-repeat;
	width: 800px;
	height: 70px;
}

#nav-buttons {
	width: 358px;
	height: 50px;
	margin: 0px auto;
}

.nav-button {
	text-align: center;
	font-weight: bold;
	color: #f43c5f;
	height: 30px;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	display: inline-block;
}

.nav-button a { text-decoration: none; }
.nav-button a:link, .nav-button a:visited { color: #777; }
.nav-button a:hover, .nav-button a:active { color: #f43c5f; }

.nav-reg-l {
	background: url(../img/layout/nav-reg-l.jpg);
	width: 119px;
}

.nav-sel-l {
	background: url(../img/layout/nav-sel-l.jpg);
	width: 119px;
} .nav-sel-l a:link, .nav-sel-l a:visited { color: #f43c5f; }

.nav-reg-c {
	background: url(../img/layout/nav-reg-c.jpg);
	width: 120px;
}

.nav-sel-c {
	background: url(../img/layout/nav-sel-c.jpg);
	width: 120px;
} .nav-sel-c a:link, .nav-sel-c a:visited { color: #f43c5f; }

.nav-reg-r {
	background: url(../img/layout/nav-reg-r.jpg);
	width: 119px;
}

.nav-sel-r {
	background: url(../img/layout/nav-sel-r.jpg);
	width: 119px;
} .nav-sel-r a:link, .nav-sel-r a:visited { color: #f43c5f; }


/* Page */

#page {
	background: url(../img/layout/page-body.jpg) repeat-y;
}

#page-text {
	padding: 20px 130px;
	color: #444;
}

#page-base {
	background: url(../img/layout/page-base.jpg) no-repeat;
	width: 800px;
	height: 30px;
}

#loader-container {
	width: 800px;
	float: left;
}

#loader {
	background: url(../img/layout/load.gif);
	margin: 0px auto;
	height: 30px;
	width: 150px;
}


/* Footer */

#footer {
	color: #aaa;
	font-size: 10px;
	text-align: center;
	width: 800px;
	margin: 0px auto;
}

#footer a { text-decoration: none; color: #aaa; }