body {
	background: #000 url(background1.jpg) 0 0 no-repeat fixed;
	}

#main {
	position:absolute;
	top:5%;
	right:5%;
	bottom:5%;
	left:25%;
	font-size:medium;
	}

#content { 
	padding:1em;
	font-family:"Arial", sans-serif;
	text-align: justify;
	border:solid;
	border-color:#338;
	border-width:2px;
	line-height: 150%;
	background: #e0e0e0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	background: transparent; 
	 }

html>body #content {
	background: url(back.png); 
	}
	
#sidebar {
	position:absolute;
	width:18%;
	top:5%;
	left:2%;
	border: 2px solid #338;
	border-top: none;
	font-weight: bold;
	text-align: right;
	background: #e0e0e0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	background: transparent;
	}

html>body #sidebar {
	background: url(back.png); 
	}
	
#sidebar a {	
	display:block;
	padding:0.33em;
	text-decoration:none;
	border-top: 2px solid #338;
	color: #338;
	}

#sidebar a:hover {
	background: #ccf; 
	color: #338;
	}
	
a {
	color: #338;
	}
	
a:hover {
	text-decoration:none;
	}

#centeralign {
	text-align:center;
	}
#rightalign {
	text-align:right;
	}
#leftalign {
	text-align:left;
	}
	
#indent { 
	text-indent: 3em;
	}
	
h1 {
	font-family:"New York", serif;
	font-size:x-large;	
	text-align:center;
	color:#000;
	}	

img {
	border:solid;
	border-color:#338;
	border-width:2px;
	}
	
img#right {
	float: right;	
	margin-left:1em;
	}
	
img#left {
	float: left;
	margin-right:1em;
	}