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

body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(http://graphicsexposition.com/images/body_back.jpg);
	background-position: 50px;
	background-color: #1a1a1a;
	background-attachment: fixed;
}
/* SET GENERAL LINKS BEHAVIOUR */
a {
	color: #FC6B00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
#headerWrap {
	height: 120px;
	background-image: url(http://graphicsexposition.com/images/header_back.jpg);
	margin-top: 0px;
}
#header {
	height: 120px;
	margin-top: 0px;
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	height: 100px;
	width: 123px;
	float: left;
}/* TOP NAVIGATIONAL CONTENT */
#topNav {
	text-align: left;
	float: right;
	width: 800px;
	padding-top: 20px;
}
#topNav ul {
	padding: 0;
	float: left;
	width: 100%;
	font-size: 170%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#topNav li {
	display: inline;
	margin-left: 10px
}
#topNav li a {
	color: #272727;
	text-decoration: none;
}
#topNav li a:link {
	text-decoration: none;
}
#topNav li a:visited {
	text-decoration: none;
}
#topNav li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #272727;
}
#topNav li .current {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #554F2B;
	margin: 5px;
}
/* THE FOOTER */
#footerContainer {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 150px;
}
#footer {
	color: #CCC;
	background-color: #000;
	font-size: 75%;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}

