/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #AAAAAA url(images/photosbg.gif) repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/** color: #444444; */
}


.drop-shadow
{
	float: left;
	position: relative;
	margin-right: 8px;
	margin-left:8px;
	margin-top:5px;
	margin-bottom:5px;
	 
}

.drop-shadow img
{
	padding: 0px;
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	border: 2px solid #000000;
}


.drop-shadowright
{
	float: right;
	position: relative;
	margin: 10px 3px 0 10px !important;
	margin: 10px 3px 0 5px; 
	background: transparent url(images/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(images/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadowright img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.captionated {
	width: 230px;
	height: 177px;
}




/** CONTENT */


#cont {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#draft {
	margin-right: 7px;
	margin-left: 7px;
}

#draft h1 {
	font-size: 22px;
	background-image:url('images/graph-small.png'), url('images/graph-small-right.png');
	background-repeat:no-repeat, no-repeat;
	background-position: top left, top right;
	height: 35px;
	padding: 0px 20px 0px 20px;
}

#draft hr {
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
	text-align: left;
	visibility: visible;
}

#draft a {
	
	color: #000000;
}


#draft a:hover {
	text-decoration: none;
	color: #3366CC;
}


#photos {
	margin-right: 7px;
	margin-left: 8px;
}

#photos h1 {
	font-size: 22px;
	background-image:url('images/graph-small.png'), url('images/graph-small-right.png');
	background-repeat:no-repeat, no-repeat;
	background-position: top left, top right;
	height: 35px;
	padding: 0px 20px 0px 20px;
}

#photos h4 {
	font-size: 16px;
	height: 25px;
	padding: 0px 20px 0px 20px;
}

#photos a {
	
	color: #000000;
}

#photos hr {
	border: 0;
	height: 0px;
	text-align: left;
}


#photos a:hover {
	text-decoration: none;
	color: #3366CC;
}
