/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	font: normal 70% Arial, Helvetica, sans-serif; 
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {
	font: bold 1em sans-serif;
}

code {
	background: #0e1f30;
	color: #5a8da6;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {
	border: 0px #fff solid !important; 
}

ul {
	margin-left: 1em;
}

h1 {
	font: bold 2.4em sans-serif;
	padding-top: 28px;
	color: #024877;
	margin-Left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 10px 0 4px;
	text-shadow: 1px 1px 10px #777777;
}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #024877;
	margin-top: 20px;
	margin-bottom: 8px;
	padding: 6px 0 4px;
	text-shadow: 1px 1px 10px #024877;
}

.clearer { clear: both; }
.left { float: left; }
.right  { float: right; }

.header {
	color: #578;
	background: #ffffff;
	padding-top: 20px;
	padding-left: 20px;
	font: normal 3em sans-serif;
	height: 70px;
	text-shadow: 1px 1px 10px #777777;
}

.header span { padding-left: 90px; }

.main {
	background: #ffffff;
	border: 0px solid #256;
	color: #585c5e
}

.main .left { width: 75%; }
.main .right { width: 25%; }

.content {
	padding: 10px;
}

.content a {
	color: #4f4e4d;
	text-decoration: underline;
}

.content a:hover {
	color: #000;
	text-shadow: 1px 1px 10px #000000;
}

.content .descr {
	margin-bottom: 5px;
}

.nav { 
	background: #ffffff;
}

.nav a {
	background: #0e1f30;
	border: 1px solid #268;
	color: #8bc;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 26px;
	padding: 0 10px;
}

.nav a:hover {
	color: #ade;
	background: #081018;
	text-shadow: 1px 1px 10px #ffffff;
}

.subnav {
	color: #123;
	background: #ffffff;
	border: 2px solid #256;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subnav ul {
	margin: 0;
}

.subnav li {
	background: url(http://sagura.com/img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}

.subnav li a {
	color: #066bb6;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}

.subnav li a:hover {
	color: #000;
	text-shadow: 1px 1px 10px #000000;
}

.footer {
	background: #0e1f30;
	border-top: 1px solid #268;
	color: #8bc;
	padding: 3% 3% 1%;
}

.footer ul {
	border-top: 1px solid #268;
	margin: 0;
}

.footer li {
	border-bottom: 1px solid #268;
	list-style: none;
}

.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}

.footer a {
  color: #5a8da6;
}

.footer a:hover {
	color: #ade;
	background: #081018;
	text-shadow: 1px 1px 10px #ffffff;
}

.col3,.col3center {
	float: left;
	width: 31%;
}

.col3center {
	margin: 0 3%;
}

.bottom {
	color: #5a8da6;
	clear: both;
	font-size: 1.1em;
}

.bottom a {
	color: #8bc;
}

.bottom a:hover {
	color: #ade;
	text-shadow: 1px 1px 10px #ffffff;
}
