@charset "utf-8";

/* CSS Reset Start */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


/* 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;
}

/* CSS Reset End */

body {
	text-align: center;
	background: #6FA2C8;
}
#wrapper {
	background: #999;
	text-align: justify;
	margin: 0 auto;
	width: 800px;
	border: 2px solid #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#banner {
	margin: 0px;
	padding: 0px;
	background: url(blue_bg.jpg) repeat;
	height: 200px;
	text-align: center;
}
#banner ul  {
	list-style: none;
	margin: 0;
	padding: 0;

}
#banner li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}




#menu {
	background: #000;
	height: 30px;
	color: #FFF;
	width: 100%;
}
#menu ul  {
	list-style: none;
	margin: 0;
	padding: 0;

}
#menu li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
#menu li a:link, #menu li a:visited {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 30px;
	background: url(menu_bg.png) no-repeat left top;
	float: left;
	padding: 0px 30px;
	font-variant: small-caps;
	font-weight: bold;
}
#menu li a:hover {
	color: #000;
	background: url(menu_bg.png) no-repeat left bottom;
	float: left;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1em;
}

#mainContent {
	padding: 15px;
	width: 480px;
	float: left;
	text-align: justify;
	background-color: #91FB94;
	border: 1px solid #000;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#mainContent img {
	background: #FFF;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
}

#mainContent h1 {
	font-size: 1.5em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
}

#mainContent h2 {
	font-size: 1.3em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
}
#mainContent h3 {
	font-size: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
}
#mainContent h4 {
	font-size: 1em;
	display: inline;
}

#sidebar {
	padding: 10px;
	width: 250px;
	float: right;
	background-color: #D38FC6;
	border: 1px solid #000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}
#sidebar img.gallery {
	padding: 10px;
	background: #FFF;
	border: 1px solid #000;
	cursor: pointer;
	margin: 10px;
}

#sidebar p {
	font-size: 0.9em;
}
#sidebar h1 {
	font-size: 1em;
}


#footer {
	height: 2em;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
	font-size: 0.9em;
}
p {
	margin-bottom: 0.5em;
}

