/* standard elements */
* {
	margin: auto;
	padding: 0;

	}
	

a {text-decoration: none;}

body {
	background-image:url(img/background.jpg);
	color: #ccc;
	font: Garamond, sans-serif;
	
}
a {
	color: #99ccff;
	text-decoration: none;}

a:hover {color: #66ff99;
text-decoration: none;
}
p,ul {
	font-size: 1em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;
	margin: 10px;
}

ul {margin-left: 2em;}
h1 {font: normal 1.2em Garamond, sans-serif;}
h2 {
	font: bold 1.1em Garamond, sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #0000ff;
	height: 15px;
}
.left {
	float: left;
	
}
.right {float: right;}



/* header */
.header {
	background-image:url(img/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #fff;
	height: 120px;
	border: 5px inset #ffff00;
}


.header_right {
	background-image:url(img/masksR.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float: right;
	margin: 10px;
	background-color: #fff;
	height: 100px;
	width:100px
}
.header_left {
	background-image:url(img/noteL.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float: left;
	margin: 10px;
	background-color: #fff;
	height: 100px;
	width:100px
}
/* structure */
.container {
	border: 8px ridge #ffff00;
	background: #0000ff;
	padding: 15px;
	height: 1140px;
}

.main {
	background: #0000cc;
	margin-top: 15px;
	
}
.main .left {width: 75%;
	background-image:url(img/background.jpg);
	border:5px inset #ffff00;
}
.main .right {width: 21%;
	background-image:url(img/background.jpg);
	border:5px inset #ffff00;
}

.content {
	padding: 10px;
	color: #fff;
	height: 900px;
	overflow: auto;
}

/* content elements */
.content h1 {
	font: bold 1.3em Garamond, sans-serif;
	color: #33ff33;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	
}
.content a {
	color: #33ccff;
	text-decoration: none;
}
.content a:hover {color: #fff;}
.content .descr {}

/* sub-navigation */
.subnav {
	
	padding: 10px;
	color: #999;
	font-size: .8em;
	height: 900px;
	
}
.subnav a {
	color: #0000ff;
	text-decoration: none;}



.subnav a:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
	zoom: 1;
	color: #fff;
	}


/* footer */
.footer {
	background: #fff;
	border: 5px inset #ffff00;
	color: #696969;
	padding: 5px;
}
.footer {
	color: #696969;
	clear: both;
	font-size: 1em;
}
.footer a {
	color: #0000ff;
	background: #fff;
}
.footer a:hover {
	color: #33cc00;
	background: #fff;
	
}
