body {
	text-align: center;
	font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
	background-color: #ebebeb;
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	background-image: url(images/bg_base.gif);
}

#wrapper {
	width: 600px;
	text-align: left;
}

#header {
	width: 600px;
	height: 5em;
	color: white;
	background: #a3b2c6 url(images/header.gif) no-repeat 100% 100%;
}

#header h1 {
	padding: 5px 0;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

#header p {
	text-align: center;
	font-size: 0.8em;
}

/*
#photos_here img {
	background: #f0f0f0;
	padding: 10px 10px 35px 10px;
	margin: 8px;
	border-style: solid;
}
*/

#photos_here img {
	background-image: url(images/img-back.gif);
	padding: 0px 5px 5px 1px;
	margin: 8px;
}

h2 {
	padding: 20px 5px 5px 0px;
	font-size: 1.3em;
	color: #888BBB;
}

h3 {
	padding: 5px 0;
	font-size: 1em;
	color: #888BBB;
}

hr {
        background: #888BBB;
	color: #888BBB;
        height: 1px;
	margin: 5px 0;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
}

ol {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
}

img {
	padding: 5px 0;
	background-color: #fff;
}

p img {
        padding: 0;
	margin: 5px;
}

p {
	padding: 5px 0;
	font: 1em arial,sans-serif;
}

p.small {
	font-size: 0.8em;
}

div.center {
	text-align: center;
}

div.right {
	text-align: right;
}

dl {
	padding: 5px 0;
}

dt {
	padding: 5px 0 0 0;
}

dd {
	padding: 0 0 0 2em;
}

span.underline {
	border-style: solid;
	border-top-width:0px;
	border-bottom-width:2px;
	border-left-width:0px;
	border-right-width:0px;
}

span.red {
	color: red;
}

span.blue {
	color: blue;
}

span.green {
	color: green;
}

#footer {
	width: 600px;
	margin: 0 auto;
	color: white;
	background: #a3b2c6 url(images/footer.gif) no-repeat 0 0;
}
#footer p {
	padding: 17px 0 0;
	font: 0.8em arial,sans-serif;;
}

