@import url('reset.css');
@import url('layout.css');
@import url('typography.css');

body {
	background: #ccc url('../images/violet_header_bg.gif') repeat-x;
	color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

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

#content {
	background: url(../images/violet_circles.png) no-repeat;
	background-attachment: fixed;
	background-position: center;
}

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

#thumb li:hover{
	border: 10px solid #6633cc;
}