body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 720px;;
	margin: 0 auto;
	}
#header {
	height: 140px;
	background-color: #090744;
	background-image:url(images/header-top-corner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-right: 130px;
	}
#marmik-logo {
	position: relative;
	text-align: right;
	top: 10px;
}
#header h1 {
	position: relative;
	top: 10px;
	text-align: right;
	margin: 0;
	color: #FFFFFF;
	font-style: italic;
}
#tagline {
	position: relative;
	top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	text-align: right;
}

.content-top {
	background: url(images/content-top-bkg.jpg) bottom left repeat-x;
	background-color: #090744;
	color: #FFFFFF;
	}
.content-top h2 {
	font-style: italic;
	margin-bottom: 0px;
	margin-left: 10px;
}
.#navigation {
	float: left;
	width: 185px;
	color: #FFFFFF;
	}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: right;
	padding-right: 20px;
	padding-left: 0px;
	}
#navigation li {
	padding-top: 3px;
	border-top: 0px solid white;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 0px solid white;
	background: url(images/nav-bkg.png) right no-repeat !important;
	background: url(images/nav-bkg.gif) right no-repeat;
	padding-right: 10px;
	font-size: 13px;
}
#navigation li a {
	display: block;
	height: 34px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 34px;
	}
#navigation li a:hover {
	color: #BDD0E5;
	text-decoration: none;
	}

#content{
	clear: both;
	background-color: #BDD0E5;
}
#logos {
	width: 180px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 4px;
}


.content-bkg {
	background: url(images/content-bkg.jpg) top left repeat-x;
}

.grid-bkg {
	background-color: #090744;
}
#content-list ul {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
}
#content-list li{
	margin-bottom: 0.5em;
}

/* BOX */
.corner-border {
margin: 10px;
}
.top-left {
	background-image: url(images/top-left.png) !important;
	background-image: url(images/top-left.gif);
	background-repeat: no-repeat;
}
.top-mid {
	background-image: url(images/top-mid.png) !important;
	background-image: url(images/top-mid.gif);
	background-repeat: repeat-x;
}
.top-right {
	background-image: url(images/top-right.png) !important;
	background-image: url(images/top-right.gif);
	background-repeat: no-repeat;
}
.mid-left {
	background-image: url(images/mid-left.png) !important;
	background-image: url(images/mid-left.gif);
	background-repeat: repeat-y;
}
.mid-right {
	background-image: url(images/mid-right.png) !important;
	background-image: url(images/mid-right.gif);
	background-repeat: repeat-y;
}
.bot-left {
	background-image: url(images/bot-left.png) !important;
	background-image: url(images/bot-left.gif);
	background-repeat: no-repeat;
}
.bot-mid {
	background-image: url(images/bot-mid.png) !important;
	background-image: url(images/bot-mid.gif);
	background-repeat: repeat-x;
}
.bot-right {
	background-image: url(images/bot-right.png) !important;
	background-image: url(images/bot-right.gif);
	background-repeat: no-repeat;
}
#footer p {
	font-size: 17px;
	margin:0;
	padding:0;
}
.byline {
	font-size: 0.8em;
	color: #000033;
	text-align: center;
}
.byline a:link {
	color: #000033;
	text-decoration: none;
}
.byline a:hover {
	color: #FF0000;
	text-decoration: none;
}
.byline a:visited {

	color: #000033;
	text-decoration: none;
}
#logos p
{
}
hr{padding:0;
margin:0;}
