/* BD_image_gallery

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 75% Verdana, Tahoma, Arial, sans-serif;
background: #f4f4f4 url(bg_960.gif) repeat-y center top;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 960px;
}

#header {
	clear: both;
	margin: 0 0 0;
	padding: 0;
	height: 70px;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: right;
}

#content {
margin: 0 0 0 0px;
padding: 10px 25px;
line-height: 1.5em;
text-align: justify;
}

#content h3 {
line-height: 2.0em;
}


#content p {
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

a {
text-decoration: none;
color: #5d89e1;
}

a:hover {
text-decoration: underline;
color: #5d89e1;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto 0 0;
padding: 10px 0 20px 0px;
border-top: 1px solid #cccccc;
width: 960px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #6699cc;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 0px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
color: #6699cc;
}

strong {
	color: #6699cc;
	font-size: 1.2em;
}
