/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: White;
}

h1, h2, h3 {
	color: #333333;
}

p {
    color: #FFFFFF;
	margin-bottom: 15px;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

.Album_Desc {
	color: Yellow;
	font-size: larger;
}
.Album_Title {
	color: White;
	font-size: larger;
}

.errorMsg {
	color: Red;
}

.BreadTrail {
	text-align: center;
}

div.AdminLink {
	text-align: center;
	margin-top: 0%;
	margin-bottom: 0%;
}

.Month {
	color: #3300cc;
	font-weight: bold;
	font-size: 150%;
	padding-top: 40px;
}

#UserBox {
	float: right;
	font-size: x-small;
	margin: 5px;
}

/* Header */

#header {
	padding: 30px 0;
}

#header img {
	background: #ffcc66
}

/* Menu */

.menu {
	width: 940px;
	height: 40px;
	background: url(/images/img03.gif) repeat-x;
	font-size: 13px;
	text-align: center;
}

.menu ul {
	width: 940px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(/images/img04.gif) no-repeat right top;
	list-style: none;
	line-height: normal;
}

.menu li {
	display: inline;
}

.menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0 16px;
	background: url(/images/img04.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #FFFFFF;
}

.menu a:hover {
	text-decoration: underline;
	font-size: 110%;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	vertical-align: middle;
	align: center;
}

/* Ads */

#sideAds {
	float: right;
	width: 180px;
	padding: 0 0 0 20px;
}

#bottomAds {
	width: 728px;
	height: 90px;
}

#ads h2 {
	margin-bottom: 20px;
	padding: 15px 0 1px 0;
	background: url(/images/img06.gif) repeat-x left bottom;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 18px;
	font-style: italic;
	color: Lime;
}

#picCaption {
	border-style: inset;
	border-width: medium;
	font-size: 150%;
	color: Yellow;
	margin: 8px;
}

#picTable {
	border-color: Blue;
	border-style: outset;
}
/* Content */

#content {
	width: 940px;
	background: #808080;
	color: #ffff33;
	font-size: larger;
	vertical-align: middle;
	align: center;
}

#content .info {
	text-indent: 25px;
	margin-left: 10px;
	margin-right: 10px;
}

#content a {
	color: #ffffff;
}

#content a .AdminLink {
	text-align: center;
}

#content a:hover {
	color: #ff9999;
}

/* Footer */

#footer {
	clear: both;
	width: 640px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	align: center;
	font-size: 85%;
}

#footer span {
	margin: 0;
	line-height: normal;
	background-color: Black;
	padding: 5px;
}

#footer a {
	color: #666666;
}

.CurEvent { font-weight: bold; text-align:left; }

#contactLink {
    width: 640px;
	text-align: center;
	align: center;
}

