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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #757575;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.png);
	background-repeat: repeat;
}
#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
#inner {
	width: 1004px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 50px;
}
#header {
	height: 100px;
	position: absolute;
	width: 1004px;
	left: 0;
	top: 0;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
}
#contentred, #contentblue, #contentgreen, #contentyellow, #contentblack {
	height: 350px;
	position: absolute;
	width: 1004px;
	left: 0;
	top: 100px;
}
#contentred {
	background-color: #7e2f33;
}
#contentblue {
	background-color: #2f5f7e;
}
#contentgreen {
	background-color: #416832;
}
#contentyellow {
	background-color: #af8a0b;
}
#contentblack {
	background-color: #000;
}

#footer {
	height: 150px;
	position: absolute;
	width: 1004px;
	left: 0;
	top: 450px;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
}
span {
  display: none;
}
#logo {
	display: block;
	width: 364px;
	height: 40px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 610px;
	top: 30px;
}
#line {
	display: block;
	width: 1004px;
	height: 3px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 50px;
}
#webbut {
	display: block;
	width: 300px;
	height: 122px;
	background-image: url(../images/webbut.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
#printbut {
	display: block;
	width: 364px;
	height: 125px;
	background-image: url(../images/printbut.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 111px;
}
#mediabut {
	display: block;
	width: 436px;
	height: 122px;
	background-image: url(../images/mediabut.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 228px;
}
#portlrg {
	display: block;
	width: 536px;
	height: 91px;
	background-image: url(../images/portlrg.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
#weblrg {
	display: block;
	width: 453px;
	height: 187px;
	background-image: url(../images/weblrg.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
#printlrg {
	display: block;
	width: 548px;
	height: 186px;
	background-image: url(../images/printlrg.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
#medialrg {
	display: block;
	width: 660px;
	height: 187px;
	background-image: url(../images/medialrg.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
#e404lrg {
	display: block;
	width: 384px;
	height: 192px;
	background-image: url(../images/404lrg.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
#home {
	display: block;
	width: 46px;
	height: 38px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: 0 -38px;
	position: absolute;
	left: 720px;
	top: 32px;
}
#about {
	display: block;
	width: 47px;
	height: 38px;
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
	background-position: 0 -38px;
	position: absolute;
	left: 780px;
	top: 32px;
}
#portfolio {
	display: block;
	width: 59px;
	height: 38px;
	background-image: url(../images/portfolio.png);
	background-repeat: no-repeat;
	background-position: 0 -38px;
	position: absolute;
	left: 841px;
	top: 32px;
}
#contact {
	display: block;
	width: 60px;
	height: 38px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: 0 -38px;
	position: absolute;
	left: 914px;
	top: 32px;
}
#home:hover, #about:hover, #portfolio:hover, #contact:hover {
	background-position: 0 0;	
}
#info, #infolrg {
	color: #FFF;
	position: absolute;
	right: 30px;
	bottom: 30px;
	text-align: right;
	margin: 0;
	padding: 0;
}
#info {
	width: 300px;
}
#infolrg {
	width: 500px;
}
#copy {
	text-align: left;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 30px;
	bottom: 30px;
	color: #999;
}
#info p, #infolrg p {
	margin-bottom: 0px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#copy a, #contactinfo a {
	color: #999;
}
.clearall {
	clear: both;
}
#infolrg #contactform input, #infolrg #contactform textarea {
	margin-bottom: 10px;
}
#contactinfo {
	text-align: left;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 30px;
	bottom: 102px;
	color: #999;
}
#websites ul, #graphics ul, #media ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #FFF;
}
#websites h2, #graphics h2, #media h2 {
	margin-top: 0;
	color: #FFF;
}
#websites, #graphics, #media {
	position: absolute;
	width: 170px;
	bottom: 30px;
	text-align: right;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 30px;*/
	color: #FFF;
}
#websites {
	/*right: 490px;*/
	right: 30px;
}
#graphics {
	/*right: 260px;*/
}
/*#media {
	right: 30px;
}*/
.overlay a, .overlay2 a, .overlay3 a, .overlay4 a, .overlay5 a, .overlay6 a, .overlay7 a {
	color: #000;
}
#info ul {
	list-style-type: none;
}
#contacttext {
	width: 300px;
	margin-left: 200px;
}
