/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Main Css*/

body {
	font-family: Georgia, Arial, Verdana, sans-serif;	
	font-size: 100%;
	line-height: 18px;
	color: #000;
	background-color: #fff;
}

#landing {
	margin: 40px auto 0 auto;
	width: 558px;
}

#header {
	width: 940px;
	float: left;
	clear: both;
	display: inline;
	margin: 40px 0 0 40px;
}

#header h1 a {
	color: #000;
	text-decoration: none;
}

#header h1 {
	font-size: 1.125em;
	font-weight: normal;
	margin-bottom: 18px;
}

#header p {
	font-size: 0.75em;
}

#header p a {
	color: #000;
	text-decoration: none;
}

#main {
	width: 940px;
	float: left;
	clear: both;
	display: inline;
	margin: 40px 0 40px 40px;
}

#main p {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}

#main p input, #main p textarea {
	border: 1px solid #000;
	margin-bottom: 20px;
	width: 220px;
}

#articles {
	float: left;
	clear: both;
	display: inline;
	width: 220px;
	font-size: 0.75em;
	margin-right: 20px;
}

#articles ul li a {
	text-decoration: none;
	color: #000;
}



#content {
	float: left;
	display: inline;
	width: 700px;
}

#content h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
	font-weight: normal;
	clear: both;
}

#content img {
	margin: 20px 0 60px 0;
}