body {
	background-image: url('../img/background.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
}

#container {
	width:1200px;
	height:537px;
	margin:0px auto;
}

/* Nav Element */

#nav {
	list-style:none;
	padding:0;
	margin:0;
	display: inline;
}
#nav li {
	float:right;
	text-decoration:none;
	list-style:none;
	margin-right: 2px;
}
#nav a {
	display: block;
	text-indent: -9000%;
	outline: none;
}
#nav a:hover {
	background-position: left bottom;
}
#nav .contact {
	width: 116px;
	height: 59px;
	background: url('../img/contact.jpg') no-repeat;
}
#nav .modeling {
	width: 116px;
	height: 59px;
	background: url('../img/modeling.jpg') no-repeat;
}
#nav .illustration {
	width: 116px;
	height: 59px;
	background: url('../img/illustration.jpg') no-repeat;
}
#nav .conceptual {
	width: 116px;
	height: 59px;
	background: url('../img/conceptual.jpg') no-repeat;
}

/* Sidebar Links */
#side_links {
	position: absolute;
	list-style:none;
margin-left: 23px;
	display: inline;
}
#side_links li {
	margin-top: 354px;
	float:right;
	text-decoration:none;
	list-style:none;
	margin-right: 0px;
}
#side_links a {
	display: block;
	text-indent: -9000%;
	outline: none;
}
#side_links a:hover {
	background-position: left bottom;
}
#side_links .production {
	width: 146px;
	height: 42px;
	background: url('../img/production_button.png') no-repeat;
}
#side_links .development {
	width: 155px;
	height: 42px;
	background: url('../img/development_button.png') no-repeat;
}

/* Header Element */
.logo {
	position: relative;
	left: 10px;
	top: 5px;
	float: left;
	width:231px;
	height:42px;
	background-image: url('../img/logo.png');
	
}

.logo a {
	display: block;
	text-indent: -9000%;
	outline: none;
	
}
#header {
	overflow:hidden;
	height:59px;
	width:1200px;
	background-image: url('../img/header.jpg');
}


/* WP Content */

#content {
position: relative;
float: right;
width: 869px;
height: 537px;
}

#home_content {
position: relative;
float: right;
height: 537px;
}

.sidebar_conceptual {
	position: relative;
	float: left;
	width: 331px;
	height: 537px;
	background-image: url('../img/conceptside.jpg');
}

.sidebar_illustration {
	position: relative;
	float: left;
	width: 331px;
	height: 537px;
	background-image: url('../img/illustrationside.jpg');
}

.sidebar_modeling {
	position: relative;
	float: left;
	width: 331px;
	height: 537px;
	background-image: url('../img/modelingside.jpg');
}

.sidebar_contact {
	position: relative;
	float: left;
	width: 331px;
	height: 537px;
	background-image: url('../img/contactside.jpg');
}



/* WP Entry Content */

.entry-content a{

}

/* Body Element */

#body {
	height:538px;
	width:1200px;
	background-image: url('../img/pagebackground.jpg');
}

/* Footer Element */

#footer {
	padding: 9px;
	background-image: url(/img/footer.jpg);
	height: 9.5px;
	color:#242323;
}

#footer a {
	text-decoration: none;
	color: #333;
	
}
