body {
	color: #EAD2CA;
	background-color: #EBE4E1;
	font: bold 12pt/140% "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #80D4CD;
}

#wrapper {
	width: 800px;
	background-color: #351409;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 1px;
}

#header {
	padding-bottom: 127px;
	background: url(images/header.gif) no-repeat;
}

#header h1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#header h1 a {
	display: block;
	margin-left: -2702px;
	height: 140px;
	width: 3500px;
	margin-top:50px;
	border-color: #red;
}

/* @group Navagation */

#nav {
	list-style: none;
	text-decoration: none;
	padding-top: 1px;
	width: 518px;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	list-style: none;
	float: left;
	padding-top: 0;
	padding-left: 4px;
	padding-right: 4px;
}

#nav ul li a {
	display:  block;
	text-align: center;
	width: 95px;
	text-decoration: none;
	color: #EAD2CA;
	background: url(images/menu_img.png) no-repeat;
	font: normal 12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 8px 0 9px;
}

#nav ul li a:hover {
	color: #26906C;
}

/* @end */

#content {
	clear:  both;
	text-align: left;
	color: #AE9187;
	font-size: 10pt;
	margin-left: 8em;
	margin-right: 17em;
	margin-top: -60px;
}

#content h1 {
	color: #AA4C2C;
	font-size: 14pt;
	font-weight: bold;
	margin-left: -1em;
}

#content h2 {
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 20px;
}

/* @group Portfolio Icons */

#picons {
	list-style: none;
	text-decoration: none;
	width: 800px;
}

#picons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#picons ul li
 {
	display: inline;
	list-style: none;
	float: left;
}

#picons ul li a
 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100px;
	padding-right: 15px;
	margin-left: -5px;
	padding-top: 90px;
}

#identity {
	background: url(images/identity.png) no-repeat;
}

#print {
	background: url(images/print.png) no-repeat;
}

#packaging {
	background: url(images/packaging.png) no-repeat;
}

#web {
	background: url(images/web.png) no-repeat;
}

/* @end */

/* @group Images */

.images {
}

img {
	width: 440px;
	padding-top: 30px;
}

.images ul{
	padding: 0;
	margin: 0;
}

.images ul li {
	display: inline;
	float: left;
	margin-top: 30px;
}

.images ul li a {
	padding: 14px;
	text-decoration: underline;
}



/* @end */

#footer {
	font-size: 8pt;
	text-align: center;
	padding-top: 100px;
	clear: both;
}

