/* Custom Fonts */
@font-face {
	font-family: 'PTSans';
	src: url('fonts/PT-Sans.eot');
    src: url('fonts/PT-Sans.eot?#iefix') format('embedded-opentype'),
         url('fonts/PT-Sans.woff') format('woff'),
         url('fonts/PT-Sans.ttf') format('truetype'),
         url('fonts/PT-Sans.svg#pt_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans';
	src: url('fonts/PT-Sans-Bold.eot');
    src: url('fonts/PPT-Sans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/PT-Sans-Bold.woff') format('woff'),
         url('fonts/PT-Sans-Bold.ttf') format('truetype'),
         url('fonts/PT-Sans-Bold.svg#pt_sansbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans';
	src: url('fonts/PT-Sans-Italic.eot');
    src: url('fonts/PPT-Sans-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/PT-Sans-Italic.woff') format('woff'),
         url('fonts/PT-Sans-Italic.ttf') format('truetype'),
         url('fonts/PT-Sans-Italic.svg#pt_sansitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'PTSans';
	src: url('fonts/PT-Sans-BoldItalic.eot');
    src: url('fonts/PPT-Sans-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/PT-Sans-BoldItalic.woff') format('woff'),
         url('fonts/PT-Sans-BoldItalic.ttf') format('truetype'),
         url('fonts/PT-Sans-BoldItalic.svg#pt_sansbold_italic') format('svg');
	font-weight: bold;
	font-style: italic;
}

/* End Custom Fonts */

html {
	background-color: #869960;
	line-height: 1.7;
}
.container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/color-tile.png) left bottom repeat-x, #FFF url(../images/color-tile.png) left top repeat-x;
	padding-top:20px;
	padding-left:30px;
}
body {
	font-family: 'PTSans', Arial, sans-serif;
	font-size: 15px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}



/* Main Column Typography */

.main-area h2 {
	font-size: 200%;
	font-weight:bolder;
	font-style: italic;
	text-align: center;
	color: rgb(174, 25, 233);
	letter-spacing: 4px;
	word-spacing: 10px;
	text-transform: uppercase;
}

.main-area p {
	font-size: 108%;
}


/*
header {
	
	margin-right: 20px;
	color: #617140;
	background-image: url(../images/flower.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

header h1 {
	margin: 0;
	color:red;
	font-weight:500;
	font-size: 500%;
	font-weight:bolder;
	text-shadow: 2px 2px;
}

header p{
	margin: 0;
	color:rgb(24, 8, 245);
	font-size: 125%;
	font-weight: bolder;
	text-shadow: 1px 1px;
}
*/



/* Site Navigation */
.site-nav {
	margin-top: 20px;
}

.site-nav ul {
	margin: 0;
	padding: 0;
}

.site-nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

.site-nav a {
	display: block;
	color: #617140;
	text-decoration: none;
	padding: 10px 10px;
	background-color: rgb(203, 245, 199);
	/*border: 3px solid #e5e9dc;*/
	border: 3px solid #bee959;
	border-radius: 10px;
	border-bottom: none;
}

.site-nav a:hover {
	background-color: #e5e9dc;
	color: #000;
}

/* End Site Navigation */


.content-area {
	border-top: 3px solid #e5e9dc;
	border-bottom: 3px solid #e5e9dc;
}

.main-area {
	width: 66%;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
}
.sub-area{
	/*width: 66%;
	float: left;*/
	padding-right: 40px;
	box-sizing: border-box;
}
.sub-area p{
	text-align: justify;
}

.sidebar1 {
	width: 31%;
	float:right;
	background-color: #e5e9dc;
	border: 3px solid #e4ecd2;
	margin-top:100px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 20px;
	box-sizing: border-box;
	font-size: 114%;
}
.sidebar2 {
	width: 31%;
	float: left;
	background-color: #f6aafd;
	text-align: justify;
	border: 3px solid black;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 25px;
	padding: 5px 20px;
	box-sizing: border-box;
	font-size: 114%;
}
.dumy{
	width: 100%;
	float: left;
	/*background-color: #e5e9dc;*/
	padding: 20px 40px;
	box-sizing: border-box;
	font-size: 114%;

}

footer .fot1 p{
	border-top: 3px solid #d4e4b0;
	text-align:left;
	font-size: 85%;
	color: #999;
	padding-bottom: 10px;
	padding-top: 5px;
}
footer .fot2{
	padding-left: 450px;
	font-size: 85%;
	color: #999;
	padding-bottom: 10px;
	padding-top: 5px;
}
footer .fot3 p{
	text-align: center;
	font-size: 85%;
	color: #999;
	padding-bottom: 20px;
	padding-top: 20px;
}
.fix {
	clear: both;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}