@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/bg-3.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.1em;
	color: #333333;
}

p {
	margin: 0;
	padding-bottom: 14px;
	line-height: 1.2em;
}

a {
	color:#0033FF;
	text-decoration: underline;
	outline: none;
}

a img {
	border: 2px solid #DDD;
	padding: 1px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 771px;
	height: 581px;
	background-image:url(images/Gallery_Layout.png);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
#content {
	width: 90%;
	padding-top: 55px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logoWrapper {
	float: right;
}

#titleCaption {
	text-align: left;
}

#titleCaption b{
	display: block; 
	margin-right: 80px; 
}

#titleCaption span{
	float: right;
}

#titleCaption img{
	border:none;
}

