/* reset everything! */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -----[ Main DIVs ]--------------------------------------------------------------------- */

body {
	background: #CCCCCC;
	font-family: Georgia, "Times New Roman", serif;
	color: #666699;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

img {
    border: none;
}

form {
    margin: 0px;
    padding: 0px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 14px;
}


#wrapper{
	width: 260px;
	height: 360px
	margin: 0px auto;
	background: #CCCCCC;
	padding: 20px;
}

#header {
	width: 300px;
	margin: 0 0 20px 0;
}

#main-body {
	width: 300px;
	margin: 0 0 20px 0;
}

#footer{
	width: 300px;
	margin: 0px auto;
}

a.jump:link {font: 18px; color: #666699; text-decoration: none;}
a.jump:active {font: 18px; color: #666699; text-decoration: none;}
a.jump:visited {font: 18px; color: #666699; text-decoration: none;}
a.jump:hover {font: 18px; color: #333333; text-decoration: underline;}


