* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #231F20;
	background-color: #13507F;
	background-image: url(images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


h1, h2, h3 {
	color: #FFFFFF;
	font-size: 12px;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #F1B82B;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #CFB467;
	font-size: 12px;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.5em;
}

p {
	padding-left: 5px;
	margin-left: 2px;
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #CCCC00;
}

/* Wrapper */

#wrapper {
	height: 410px;
}




/* Header */

#header {
	width: 880px;
	height: 129px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#splash {
	width: 940px;
	height: 255px;
	background-color: #13507F;
	background-image: url(images/img03.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: right;
	background-repeat: no-repeat;
}
#splash2 {
	width: 300px;
	height: 145px;
	background-color: #FFFFFF;
	background-image: url(images/img04.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: right top;
	background-repeat: no-repeat;
}

#header2 {
	background-image: url(images/header2.jpg);
	height: 223px;
	width: 198px;
	color: #FFFFFF;
	text-align: center;
	margin-top: -223px;
	margin-left: 265px;
	padding: 0px;
	top: 0px;
	vertical-align: bottom;
}

#headertext2 {
	color: #FFFFFF;
	margin-left: 15px;
	margin-right: 15px;
	height: auto;
}



/* Logo */

#logo {
	float: left;
	width: 270px;
	height: 105px;
	margin: 0px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 940px;
	height: 47px;
	margin: 0 auto;
	background-image: url(images/img02.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	text-align: right;
	text-transform: capitalize;
	font-size: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: right;
	height: 32px;
	margin-right: 2px;
	padding: 15px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	color: #000000;
	background-image: url(images/img02_ro.jpg);
}


/* Page */

#page {
	width: 940px;
	padding-top: 5px;
	margin-top: -30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #13507F;
	overflow: auto;
}

/* Content */

#content {
	float: right;
	width: 700px;
	color: #FFFFFF;
	margin-right: 5px;
	padding-right: 5px;
	margin-left: 2px;
}
.post {
	border-bottom: 1px solid #CCCCCC;
	height: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: -70px;
	width: 700px;
}
#picture1 {
	background-image: url(images/img04.jpg);
	height: 178px;
	width: 300px;
	float: right;
}


.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #515151;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #000000;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.post .entry {
	padding: 20px 0px;
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	font-weight: bold;
	color: #5E5E5E;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 175px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-color: #000000;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	color: #FFFFFF;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 160%;
	font-weight: normal;
	color: #F0B418;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: none;
	color: #218CDC;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 20px 0px;
	background: #000000;
	color: #686767;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #A1A1A1;
}

#footer a:hover {
	text-decoration: none;
}
.credits {
	font-size: 10px;
}
#socialmedia {
	float: right;
	width: 300px;
	height: 50px;
	text-align: left;
	margin-top: 20px;
}
#socialmedia a {
	text-decoration: none;
	color: #FFFFFF;
}

