html {
	height: 100%;
	background: #ccc;
}

body {
	text-align: center;
	min-width: 1024px;
	font-family: Lucida Grande, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #555;
	font-weight: 400;
}

#container {
	width: 845px;
	margin: 0 auto;
	text-align: left;
}

/* General Typography --------------------------------------------- */

p {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	margin-left: 15px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}

h1 a:link, h1 a:visited {
	color: #111;
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	color: #000;
	text-decoration: underline;
}

h2 {
font-size: 12px;
font-weight: bold;
margin-bottom: -8px;
margin-top: 15px;
color: #444;
}

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

/* Faux Slideshow Boxes --------------------------------------------- */

#wrapper {
	background: url(/images/slideshow_home.png) no-repeat;
	height: 625px;
	margin: 0 0 -11px 10px;
	padding: 1px 0 0 14px;
}

#wrapper_inner {
	background: #ddd;
	width: 762px;
	height: 568px;
	margin: 9px 0 0 0;
	padding: 1px 10px 10px 10px;

}

.box1 p,
.box2 p,
.box3 p,
.box4 p {
	font-size: 11px;
	line-height: 16px;
}

.box1 p a:link, .box1 p a:visited,
.box2 p a:link, .box2 p a:visited,
.box3 p a:link, .box3 p a:visited,
.box4 p a:link, .box4 p a:visited {
	text-decoration: none;
	display: block;
	height: 122px;
	width: 364px;
	padding: 164px 10px 0 12px;
	float: left;
	margin: -2px 10px 10px 0;
	overflow: visible;
}

.box1 p a:link, .box1 p a:visited {
	background: #ddd url(/web-design/gallery/bg-web.jpg) no-repeat 10px 10px;
}
.box2 p a:link, .box2 p a:visited {
	background: #ddd url(/identity-design/gallery/bg-identity.jpg) no-repeat 10px 10px;
}
.box3 p a:link, .box3 p a:visited {
	background: #ddd url(/print-design/gallery/bg-print.jpg) no-repeat 10px 10px;
}
.box4 p a:link, .box4 p a:visited {
	background: #ddd url(/art/gallery/bg-art.jpg) no-repeat 10px 10px;
}

.box1 p a:hover, .box1 p a:active,
.box2 p a:hover, .box2 p a:active,
.box3 p a:hover, .box3 p a:active,
.box4 p a:hover, .box4 p a:active {
	background-color: #ccc;
	display: block;
}

/* Footer --------------------------------------------- */

#contact {
	margin-top: -10px;
}

#contact p {
	font-size: 10px;
	text-align: center;
	line-height: 10px;
}

.site_info {
	color: #555;
}

