/***********/
 /* Globals */
/***********/
body {
	color: #222222;
	font-family: verdana, arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a {
	color: #898989;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

.divider {
	clear: both;
	height: 1em;
}

.floatright {
	clear: none;
	float: right;
	text-align: right;
}

.floatleft{
    clear: none;
	float: left;
	text-align: left;
}

.workimage {
	max-width: 100%;
	padding: 1em 0;
}

  /****************/
 /* Content Area */
/****************/
#noscreen {
	display: none;
}

#content {
    float: left;
	line-height: 1.5em;
	width: 99.5%;
	height: 305px;
	overflow: auto;
}

body.works #content{
    overflow: hidden;
    height: 335px;
}

body.works #caption{
    float: left;
    margin-top: 7px;
    clear: both;
}
