* {margin:0;padding:0;}

#PageWraper {min-height: 100%;}

html{
	overflow:auto;	/* Fix for absolute positioned objects */
	height: 100%;
}

body{
	height: 100%;
    background-image:url('../images/leftside.jpg');	/* Image creates left side column */
	background-repeat:repeat-y;
	/* Set font for entire page */
	font-family: Verdana,Sans-Serif;
	font-size:10pt; 
	color:#3e393a;
	margin:0px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px; /*negate effect of float*/
}

p{
	padding-top:5px;
	padding-bottom:5px;
}

img{
	border:none;
	}

table{
	border:none;
}
h3{
	margin: 0px 0px 6px 0px;
}

h3.Title{
	margin-top:7px;
}
#Header{
    background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	background-color:#F0BF97; 
	width:100%;
	height:120px;
	border-bottom: 0.5em solid #B5694F;		/* Create a dark line at the bottom of the header area */
}

#topnav {
	clear: both;
	position: absolute;
	top:0;
	right:0;
	width: 115px;
	height: 25px;
	text-align: right;
	border:solid 1px black;
	padding: 7px 20px 0 0;
	color: #FFFFFF;
}
#topnav a {
	border: 0px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	color: #FFFFFF;
}
#topnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#Title{
	position:absolute;
	top:1.5em;
	left:30%;
	width:605px;
	height:48px;
}
#Tagline{
    position:absolute;
	top:6em;
	left:25%;
	width:65%;
	font-style:italic;
	text-align:center;
	font-size:10pt;
}

#MenuArea{
    background-image:url('../images/shadow.png');
	background-repeat:repeat-x;
	clear:both;
	float:left;
    padding-top:10px;
	width:160px;
}

#NavMenu{
	margin-left:10px;
}
#LinksArea{
    padding-top:10px;
	text-align:center;
	width:140px;
}

#MainArea{
    background-image:url('../images/shadow.png');
	background-repeat:repeat-x;
	margin-left:160px;
	padding:10px 10px 35px 15px;  /*top, rt, bot, lt - Rt must be same height as the footer */
}

.ClearFloat {
	clear:both;
}

.BulletList li{
	margin-left:30px;
}

.NewsArea{
/*	clear:both; */
	margin:0px;
	margin-left:10px;
	padding:10px;
	width:350px;
}

.NewsDivider{
	margin-left:20px;
}

.NewsA{
	font-family:Tahoma,San-Serif;
	color:#655f61;
	font-size:10pt;
}
.divNewsLink{
	margin-bottom:6px;
}

ul#twitter_update_list { 
	list-style:none;
}

ul#twitter_update_list li { 
	padding-bottom:5px; 
	display:block;
}

ul#twitter_update_list li a {
	font-size:xx-small;
	color:#655f61;
} 

/* Positioning for frame around slideshows, AboutVologda and AboutCherepovets pages */
#divSlideshowFrame{
	position:relative;
	left:-6px;
	float:left;
	margin:0px 10px 10px 0px;
}

/* Frame for slideshows */
#boxtopleftcorner{
	background-image:url('../images/Frame_topleft.png');
	background-repeat:no-repeat;
	width:11px;
	height:13px;
}
#boxtop{
	background-image:url('../images/Frame_top.png');
	background-repeat:repeat-x;
	height:13px;
}
#boxtoprightcorner{
	background-image:url('../images/Frame_topright.png');
	background-repeat:no-repeat;
	width:13px;
	height:13px;
}
#boxleftside{
	background-image:url('../images/Frame_left.png');
	background-repeat:repeat-y;
	width:11px;
}
#boxinside{
	background-color:black;
}
#boxrightside{
	background-image:url('../images/Frame_right.png');
	background-repeat:repeat-y;
	width:13px;
}
#boxbottomleftcorner{
	background-image:url('../images/Frame_botmleft.png');
	background-repeat:no-repeat;
	width:11px;
	height:13px;
}
#boxbottom{
	background-image:url('../images/Frame_bottom.png');
	background-repeat:repeat-x;
	height:13px;
}
#boxbottomrightcorner{
	background-image:url('../images/Frame_botmright.png');
	background-repeat:no-repeat;
	width:13px;
	height:13px;
}

/* AboutVologda and AboutCherepovets pages */
#divSlideshow{
	margin-left:2px;
	width:448px;
	height:336px;
}

#AboutTbl{
	margin-top:10px;
	margin-bottom:1em;
	width:100%;
}

.TblFixCol{
	width:200px;
}

.PhotoCaption{
	font-size:smaller;
	font-style:italic;
	width:100%;
	text-align:center;
}

#WeatherForecast{
	clear:both;
	float:left;
	padding-top:10px;
	width:450px;
}

#References{
	float:left;
	padding:10px;
}
/* End: AboutVologda and AboutCherepovets pages */

.stickyfooter{
	position: relative;
	clear:both;	
	margin-top: -32px; /* negative value of footer height */
	height: 30px;
	padding-top:2px;
	background-color: #655f61;
	font-size: 10px;
	color:white;
	text-align: center;
	vertical-align: middle;
    width:100%;
	overflow:hidden;
}

input.donate{
	background-color: #B5694F;
	color:white;
	width:140px;
	height:36px;
	font-weight:bold;
	font-size:14pt;
	border-width:medium;
}
