/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS", cursive, serif;
}
p {
}
h1 {font-family: "Comic Sans MS", cursive, serif;
color: #344799;
	font-size: 16px;
	font-weight: bold;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: ;
}
a:link, a:visited, a:active {
	color: #ffffff;
}
a:hover {
	color: #ffd00d;
}
.wrapper {
	width: 955px;
	border: none;
	padding: 0;
	margin: 0;
}

/* Navbar */
.navbar_wrapper {
	height: 55px;
	background-color: #00adef;
}
.navbar, .navbar a:link, .navbar a:visited, .navbar a:active {
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.navbar a:hover {
	color: #ffd00d;
}
.header_border {
	padding-top: 5px;
	height: 15px;
}
.header_border hr {
	border: 2px solid #8cc63f;
}

/* Content */
.content_wrapper {
	border-top: 4px solid #8cc63f;
	border-bottom: 4px solid #8cc63f;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content_left {
	width: 215px;
}
.content_right {
	color: #344799;
	font-size: 13px;
}
.body {margin-left: 15px;
	color: #3e51a2;
}
.red {
	
	font-family: "Comic Sans MS", cursive, serif;
	font-size: 15px;
	color: #ca080f;
	font-weight: bold;
	background:  ;
}

/* Footer */
.footer {
	height: 40px;
	background-color: #00adef;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/* Copyright */
.copyright {
	font-size: 11px;
	text-align: center;
	color: #ec1c24;
}
