/* @group Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-repeat: no-repeat;
}

/* remember to define focus styles! */
:focus, :active {outline: 0;}
/* @end */

/* @group General */

body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
}

#page {
	width: 960px;
	margin: 0 auto;
}

div#header {
	float: left;
	width: 827px;
	margin: 33px 0 15px;

}

h1 {
	color: #525252;
	font-size: 19px;
	font-weight: bold;
	float: left;
}

h2 {
	color: #939393;
	font-size: 19px;
	font-weight: bold;
	float: left;
	margin: 0 0 0 14px;
}

p {
	color: #525252;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px 0;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000;
}


div.col2 p {
	color: #6f6f6f;
	line-height: 17px;
}

img {
	margin: 0 0 20px 0;
}

#about .col2 img {
	margin: 0;
}

/* @end */

/* @group Navigation */

#nav {
	width: 117px;
	background: #f2f2f2;
	position: fixed;
	margin-left: 845px;
}

#nav p, #nav ul {
	margin: 15px;
}

#nav ul {
	list-style: none;
}

#nav li {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 17px;
}

#nav li a {
	font-weight: bold;
	color: #515050;
	text-decoration: none;
}

#nav li.active a {
	color: #9F9F9F;
}

#nav li a:hover {
	color: #000;
}

#nav p {
	font-size: 11px;
	line-height: 15px;
	color: #767676;
}

/* @end */

/* @group Content */

div#content {
	width: 827px;
}

div#samples, div#activities, div#about, div#contact, div#footer {
	float: left;
	border-top: 1px solid #c6c6c6;
	margin: 15px 0 0 0;
	padding: 30px 0 0 0;
}

div.col1 {
	width: 500px;
	float: left;
	margin: 0;
}

div.col2 {
	width: 180px;
	float: left;
	margin: 0 0 0 20px;
}

h3 {
	color: #525252;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	width: 126px;
	float: left;
}

div.unifyRepeatArea {
	display: block;
	position: relative;
	float: right;
	width: 700px;
}

div.content-block {
	width: 700px;
}

div#about div.content-block,
div#contact div.content-block {
	float: right;
}

div#samples div.content-block,
div#activities div.content-block {
	float:right;
	width: 700px;
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}

div#samples div.content-block:last-child,
div#activities div.content-block:last-child {
	border: none;
	margin-bottom: 0;
}

/* @end */

/* @group Footer */

#footer {
	width: 100%;
}

#footer p {
	color: #5e5e5e;
	margin-left: 126px;
}

/* @end */
