/*
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;
    background-color: #C0C0C0;
}

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

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

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;
}
 
.errorMsg {
    color: Red;
    font-weight: bolder;
}

/*
* Photo gallery stuff
*/

.Album_Desc {
	color: Yellow;
	font-size: larger;
}
.Album_Title {
	color: White;
	font-size: larger;
}
#picTitle {
    font-size: 150%;     
}

#picDescription {
    border-width: medium;
    color: Yellow;
    margin: 8px;
}

#wantLink {
    color: black;
}

#picTable {
    border-color: #FFFF00;
    border-style: outset;
}

.BreadTrail {
	text-align: center;
}

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

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

/* Header */

#header {
	padding: 30px 0;
}

#header img {
	background: #ffcc66
}

/* Page */

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

/* 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;
}

/* Content */

#content {
	width: 940px;
	background: #804000;
	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;
}

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