
body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: 'bauer bodoni', Serif;
	background: white;
	text-align: left;

	}

img {
	border: 0;
	}

h1, h2, h3, li {
	font-family: 'bauer Bodoni', Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: left;
	line height: 3em;
	}

h2 {
	font-size: 100%;
	text-align: left;
	}
h3 {
	font-size: 3 em;
	text-align: left;
	}

	

p {
	font-size: 1em;
	text-align: left;
	line-height: 1.5;
	}

a { color:3399CC; 
	text-decoration: none;
	font size: 2em;
	border: 0;
	}

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

a:hover {
	text-decoration: underline;
	}

ul {
	font-size: 2em;
	}

#rights{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 5%;
	padding-bottom: 20px;
	text-color: black;
	background: #cacaca;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	float: left;
	width: 85.5%;
	background-image: url(images/icons/bg7.jpg);

		}

#header{
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 0;
	padding: 1px;

		}


#navbar{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 5%;
	padding-bottom: 5px;
	text-color: black;
	background: #cacaca;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-image: url(images/icons/bg8.jpg);
		
	}

#subnav{
	border-right: 2px solid #cacaca;
	padding: 1em;
	height: inherit;
	float: left;
	width: 15%;
	background: white;
	overflow: auto;

	}



#content{
	border-left: 2px solid #cacaca;
	margin-left: 5%;
	padding: 1 em;
	width: 70%;
	height: inherit;
	float: left;
	background: white;
	overflow: auto;
	}


#contact{
	border-left: 2px solid #cacaca;
	border-right: 2px solid #cacaca;
	margin-left: 5%;
	margin-right: 5%;
	padding: 5 em;
	background: white;
img {
	width: 100%;
	}
	}






