@import url(http://fonts.googleapis.com/css?family=Montserrat);
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Montserrat;
	font-size: 18px;
	color: #160959;
	background-color: #ffffff;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	width: 795px;
	margin: 0px auto 0px auto;
}

#header {
	display: block;
	list-style: none outside none;
	margin: 0 0 60px 0;
}

#header img {
  margin: 25px 0 0 0;
  width: 60%;
}

#footer {
	height: 20px;
}

#content, #content table tr td {
	line-height: 120%;
}

#content p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#content a, #content a:visited {
	color: #160959;
	text-decoration : none;
	font-weight: bold;
}

#content a:hover, #content a:visited:hover {
	text-decoration : underline;
}

#content hr {
	border: none;
	border-top: 1px dashed #f58220;

}

#content h1 {
	font-size: 36px;
	font-weight: bold;
        margin: 0px 0px 45px 0px;
}

.clear {
        clear:both;
}
