/* css - style.css */

*{
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	border-style: ridge;
	border-color: #cccccc;
	background-color: #fff;
}

#header {
	float: left;
	width: 100%;
	height: 250px;
	background: #d3d3d3;
}

#logo{
	background: url('imgs/logo_2.jpg') no-repeat;
	float: left;
	margin: 50px 50px;
	width: 40%;
	height: 90%;
}

.navigation {
	float: right;
	margin: 150px -50px 0 0;
	width: 40%;
	background-color: d3d3d3;
}

.navigation li {
	float: left;
	list-style: none;
}

.navigation li a {
	float: left;
	color: #333;
	padding: 6px 20px;
	text-decoration: none;
	border-right: 1px solid #333;
	font-size: 18px;
	font-weight: bold;
	font-family: 'PT Serif', serif;
}

.navigation li a:hover {
	
	background-color: #333;
	color: #fff;
}

#main_content {
float: center;
width: 1200px;
height: 100%;
background: #fff;
border-radius: 6px;
}

#main_content p,h2{
	line-height: 22px;
	margin-top: 10px;
	padding:20px;
}

#content {
	line-height: 30px;
	margin-top: 10px;
	padding: 20px;
}

.before {
	float: left;
	margin: 100px;
	margin-left: 10%;
	border: 1px solid #fff;
	box-shadow: 0px 4px 6px #999;
}

.after {
	float: right;
	margin: 100px;
	border: 1px solid #fff;
	box-shadow: 0px 4px 6px #999;
}

hr {
	color: #ddd;
	width: 80%;
	margin-left: 10%;
	float: center;
}

p {
	font-family: serif, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: 'PT Serif', serif;
}

p.italictext {
	font-family: serif, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}

p.boldtext {
	font-family: serif, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-family: 'PT Serif', serif;
}

p2 {
	font-family: serif, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #fefdfd
}

p3 {
	font-family: serif, sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: normal;
	color: #fefdfd
}

h1 {
	font-family: serif, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000001;
	font-family: 'PT Serif', serif;
}

h2 {
	font-family: serif, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000001;
	font-family: 'PT Serif', serif;
	}

h3 {
	font-family: serif, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000001;
	font-family: 'Modern Antiqua', cursive;
}

h4 {
	font-family: serif, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-left: 10%;
	padding: 0px;
	color: #000001;
	font-family: 'Modern Antiqua', cursive;
}