@charset "UTF-8";

/*
page layout
*/

body {
	margin: 0;
	padding: 0;
	background: #666 url(images/bg_tex.jpg) no-repeat;
}

#container {
	width: 760px;
	margin: 0 auto;
	padding: 32px; 
}

#header {
	height: 128px;
	background: url(images/header_bg.jpg) top no-repeat;
}

#content {
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	background: #fff;
	padding: 0 1em 0 1em;
}

#footer {
	padding: 0;
	border-top: #666 solid 1px;
	color: #ccc;
}

/*
general layout
*/

body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

	
/*
figure-divs
*/

div.figure {
	text-align: center;
	border: thin solid #ccc;
	padding: .5em;
	margin: 1em;
}

div.figure img {
	margin-right: .5em;
}

div.figure p { /* This is default "legend" style, as opposed to "caption". */
	text-align: left;
	font-size: 0.75em;
	margin: 1em auto 0 auto;
}

div.figure p.caption { /* Chicago "caption" for short phrases; "legend" (default) for continuous prose. */
	text-align: center;
}