/* 3rd Style Document for Wellington News Site
Made by Andrew Smythe
For BCSSA Technology Scholarship*/

#main {
	/* Code for the main section of the page */
	margin-left: 0px;
	margin-top: 20px;
	font-size:12px;
	padding-left: 240px;
	padding-top:10px;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	height:100%;
	width:800px;
	elevation:higher;
}

#main h1 {
	/* Code for the headers in the main section */
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	margin-bottom:0px;
}

#main p {
	/* Code for the paragraphs in the main section */
	margin-right: 60px;
	font-size: 12px;
	font-family:Arial;
}

#main h2 {
	/* Code for the semi-headers in the main section */
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 65px;
	font-size:10px;
	font-family:Arial;
	text-align:right;
}

#main hr {
	/* Code for horizontal rules */
	margin-left:0px;
	padding-left:0px;
	margin-right:0px;
	padding-right:0px;
	width:92%;
}
