@charset "UTF-8";
/* CSS Document */

/* images */
img, div { behavior: url(/includes/iepngfix.htc) }

/* layout */
body {
	background-image:url(../images/main_bck-repeating.jpg);
	background-repeat:repeat-x;
	background-color:#0A1123;
}

.stage {
	margin:0px auto;
	width:822px;
}

.container {
	width:822px;
	float:left;
}

.header {
	background-image:url(../images/header.jpg);
	height:70px;
}

.nav {
	height:40px;
	padding:0px auto;
	background-image:url(../images/bck_menu-repeating.jpg);
	background-repeat:repeat-x;
}

.nav-items {
	width:782px;
}

.content {
	background-image:url(../images/bck_stage.png);
	background-repeat:repeat-y;
	padding:10px 20px 10px 20px;
	float:left;
	width:782px;
	position:relative;
}

.content-left {
	float:left;
	width:200px;
}

.content-left-box {
	background-color:#bbbbbb;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
}

.content-left-box2 {
	background-color:#cccccc;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
}

.content-right {
	margin:0px 10px;
	width:555px;
	float:right;
}

.content-base {
	clear:both;
	background-image:url(../images/bck_stage.png);
	background-repeat:repeat-y;
	float:left;
	padding:0px 20px 0px 20px;
	height:30px;
	width:822px;
}	

.copyright {
	background-color:#888888;
	padding:10px 10px 5px 10px;
	height:20px;
	width:762px;
	float:left;
	margin:10px 0px -10px;
}

.copyright-left {
	float:left;
}

.copyright-right {
	float:right;
}

.footer {
	background-image:url(../images/bck_footer.png);
	height:57px;
	width:822px;
	float:left;
}

/* content */

h1 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
}

h2 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

p {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

table {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	font-size:14px;
}

.copyright p, a {
	color:#cccccc;
	font-size:10px;
}

.content-left-box p, a {
	color:#333333;
	margin:0px 0px 14px 0px;
	font-size:12px;
}

.content-left-box2 p, a {
	color:#333333;
	margin:0px 0px 14px 0px;
	font-size:12px;
}

.txt-nav, .txt-nav a {
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	margin:8px 8px 8px 10px;
}

.txt-nav a:hover {
	text-decoration:underline;
	color:#ccc;
}