/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0em;
	padding:0em;
} 

html {
}

body {
	font-size: 75%;
	font-family:Georgia, "Times New Roman", Times, serif;

}
 
html>body {
	font-size: 12px;
}


/* Layout */

#container {
	margin: 0em auto;
}

#main_column {
	padding: 1.5em;
	width: 80em;
	background: #000;
	float: left;
}

#right_column_1 {
	padding: 0.5em;
	width: 8.5em;
	background: #000;
	float: left;
}

#right_column_2 {
	padding: 1.5em;
	width: 10.5em;
	background: #000;
	float: left;
}


/* Paragraphs & Headings */

p {
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	margin: 1.5em 0em; /* 18px */
}

h1 {
	font-size:1.5em; /* 18px */
	line-height: 1em; /* 18px */
	margin: 1em 0em; /* 18px */
}

h2 {
	font-size:1.333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin: 1.125em 0em; /* 18px */
}


