﻿/* CSS layout */

/* Eric Meyer's CSS Reset v1.0 | 20080212 */

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 0 8 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	line-height: 1.2em;
	list-style-type: square;
}
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;
}


/* page layout */

#wrapper {
	border: thick solid #0192CF;
	background: #FFFFFF;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#header {
	padding: 20px 0px 20px 0px;
	border: thick none #0192d0;
	width: 790px;
	height: 200px;
}
#nav_menu {
	border-style: solid none solid none;
	border-width: 6px;
	padding: 6px 6px 3px 6px;
	text-align: center;
	border-top-color: #0192CF;
	border-bottom-color: #00A94F;
	height: auto;
}
#content {
}
#footer {
	border-style: solid none none none;
	border-width: thick;
	border-color: #0192CF;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
