/*
	Peace sisters CSS 
	Anton Strack
*/

* {
	margin: 0;

}

body,html{
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-x repeat-y; 
	background-position: center top; 
	background-attachment: fixed; 
	Height: 100%;

	
}

a:link {
	color: #000066;
}
a:visited {
	color: #0099FF;
	font-style: italic;
}
a:hover {
	color: #003399;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
}

h1, h2, h3, h4{
text-align: center;
}

#wrap{
width: 800px;


	min-height: 100%;
	 /*height: auto !important;*/
	height: 100%;
	margin: 0 auto -30px;  /*the bottom margin is the negative value of the footer's height */
}

#header{
	margin:20px;
	padding:25px;
	text-align: center;
}

.footer{
	height: 30px;
	text-align: center;
	padding:5px;
	margin-top: 20px;
	margin-bottom: 10px;
	
}



.boldHeading {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

.contact{
text-align: center;
}

.main{
	width: 590px;
	height: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right:40px;
	float: right;
	overflow: visible;
}

.leftNav{
	width: 120px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 15px;
	line-height: 2em;
}

.blogs{
	width: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	height: 500px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.images{
	border: 0;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.imagesBlogs{
	border: thick solid #000000;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: relative;
}

.events {
	font-weight: bold;
	text-align: center;
}

.book {
	text-decoration: underline; /* should probably be italics instead */
}
