#sidebar {
	background-color: transparent;
	float: right;
	width: 25%;
}

#content {
	background-color: transparent;
	float: left;
	width: 70%;
	padding: 0 0 0 0;
}

#imagel {
	width: 40%;
	float: left;
	}

#imager {
	width: 40%;
	float: right;
	}

#textl {
	width: 50%;
	float: left;
}

#textr {
	width: 50%;
	float: right;
	}

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
}

h1 {
	font-variant: small-caps;
	color: Olive;
	text-align: center;
	font: oblique;
	font-style: italic;
	font-family: cursive;
}

h1.title {
	font-variant: small-caps;
	color: Black;
	text-align: center;
	background-color: transparent;
	font: oblique sans-serif;
}

h2 {
	background-color: transparent;
	font-variant: small-caps;
	color: Navy;
	text-align: left;
}


a:link {
	color: Blue;
	text-decoration : none;
}

a:visited {
	color: Red;
	text-decoration: none;
}

a:hover {
	color: Purple;
	text-decoration: none;
}

a:active {
	color: Maroon;
	text-decoration: none;
}


p.intro {
	font-weight : bold;
	font-variant : small-caps;
}


p.important {
	font-size: larger;
}


div.c {
	text-align : center;
}

div.l {
	font-size : larger;
	text-align : center;
}

dir.r{
	text-align: right;
}

em {
	font-family : "Courier New", Courier, monospace;
	font-style : normal;
	font-weight : normal;
}