@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(/static/images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container_980 {
	width: 980px;
	margin-top: 10px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(/static/images/header.png);
	background-repeat: no-repeat;
	float: left;
	height: 95px;
	width: 980px;
}

#heading {
	float: left;
	height: 35px;
	width: 980px;
}

#page_content {
	float: left;
	width: 980px;
}

#footer {
	background-image: url(/static/images/footer.png);
	float: left;
	height: 40px;
	width: 980px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header #title {
	float: left;
	height: 50px;
	width: 960px;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 20px;
}

#header #main_menu {
	float: left;
	width: 980px;
}

#header #main_menu a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#header #main_menu ul {
	margin: 0px;
	padding: 0px;
}

#header #main_menu li {
	float: left;
	list-style-type: none;
	display: block;
}

#header #main_menu li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 2px;
	height: 16px;
}
#header   #main_menu   li  a#menu_home  {
	width: 80px;
	text-align: center;
}
#header   #main_menu   li  a#menu_file  {
	width: 120px;
	text-align: center;
}
#header   #main_menu   li  a#menu_content  {
	width: 160px;
	text-align: center;
}
#header   #main_menu   li  a#menu_render  {
	width: 140px;
	text-align: center;
}
#header   #main_menu   li  a#menu_temp  {
	width: 100px;
	text-align: center;
}

#heading h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#footer #foot_menu {
	float: left;
	width: 970px;
	padding-top: 10px;
	padding-left: 10px;
}

#footer #foot_menu a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
}

#heading.home {
	background-image: url(/static/images/h1_home.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#heading.file {
	background-image: url(/static/images/h1_files.jpg);
	background-repeat: no-repeat;
	color: #000000;
}
#heading.content {
	background-image: url(/static/images/h1_content.jpg);
	background-repeat: no-repeat;
	color: #000000;
}
#heading.render {
	background-image: url(/static/images/h1_render.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#heading.temp {
	background-image: url(/static/images/h1_templates.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#header #main_menu #menu_home.home {
	background-image: url(/static/images/menu_home.jpg);
}

#header #main_menu #menu_file.file {
	background-image: url(/static/images/menu_file.jpg);
	color: #000000;
}
#header #main_menu #menu_content.content {
	background-image: url(/static/images/menu_content.jpg);
	color: #000000;
}
#header #main_menu #menu_render.render {
	background-image: url(/static/images/menu_render.jpg);
}
#header #main_menu #menu_temp.temp {
	background-image: url(/static/images/menu_templates.jpg);
}

.clear {
	clear: both;
	height: 0px;
}
