@charset "UTF-8";
/* CSS Document */

/* RESET */
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: #000000;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
and /* HTML5 display-role reset for older browsers */
Cal     
      {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
	color: #939598
}

a:hover {
	text-decoration: underline;
	color: #58595b
}

li strong {
	font-weight: bold
}

/* MAIN STYLE */

#container {
	margin-top: 2em;
	margin-left: 4em;
	width: 2700px
}

#header img {
	margin-bottom: 80px;
	border: none
}

#nav {
	width: 150px;
	height: 400px;
	float: left
}

#nav ul#nav {
	font-size: 14px;
}

#nav li {
	color: #58595b;
	display: list-item;
	padding-bottom: 10px
}

#nav li a {
	color: #939598
}

#nav a:hover {
	color: #58595b;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#interest_content img {
	border-right: solid white 5px
}

#interest_content p {
	color: #939598;
	font-size: 12px;
	line-height: 16px;
}

#cell1, #cell2, #cell3, #cell4, #cell5 {
	float: left;
	border-right: solid white 5px;
}
