﻿body{
	background: url(../images/2ProverbsBBTemplate.jpg) repeat left top  #722424;
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}
/*------------- Page styling -------------*/
#wrapper{
	width:940px;
	margin: 0px auto;
	position: relative;
}

#header {
	clear: both;
	width: 940px;
	height: 200px;
	display:inline;
	
}

#navigation {
	width:940px;
	margin-top: 10px;
	text-align: right;
	
}
#navigation p{
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
#contentDiv{
	width: 940px;
	clear: both;
}


#leftSide{
	width: 490px;
	position: relative;
	text-align: center;
	background: #DEDCD4;

}
#footer{
	padding-left: 15px;
	height: 45px;
	font-size: 12px;
	color: #000000;
}

#footer a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#footer a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#footer a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
h1{
	text-align: center;
	font-size: 40px;
	font-family: Times;
	color: #271915;
	margin-bottom: 10px;
}
h2{
	text-align: center;
	font-family: Times;
	margin-top: 5px;
	color: red;
}
h3{
	text-align: center;
	font-size: 30px;
	font-family: Times;
	color: #271915;
	margin-top: 0px;
	margin-bottom: 10px;
}
p {
	color: #000000;
	font-family: Times;
	font-size: 20px;
}
.redtext{
	color: red;
	font-family: Times;
	font-size: 20px;
}
.img{
	border: medium none ; 
	width: 410px;
}
.smalltext{
	color: #000000;
	font-size: 12;
	font-family: Times;
	
}
.blueText{
	font-size:12px;
	color: blue;
}
/*------------- link styles -------------*/

a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
