* {
	margin: 0;
	padding: 0;
}

body {
	font:0.80em "Courier New", Courier, monospace;
	color:#333;
	line-height: 16px;
	width: 738px;;
	margin: 0 auto;
	padding: 0;
}

html {
	overflow: scroll;
}

body.section-1, body.section-2, body.section-3, body.section-4 {
	padding: 20px 0 0 0;
}

a {
	color: #2579b9;
}

a:link { 
	text-decoration: none;
}

a:active { 
	text-decoration: none; 
}

a:visited { 
	text-decoration: none; 
}

a:hover {
	color: #990033;
	text-decoration: none;
}

a img { 
	border: none; 
}


/*=========================== Menu ===========================*/

#menu {
    width: 187px;
	padding: 0px;
	margin: 0px;
	float: left;
	position:fixed;
}

#menu ul, #menu p {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 17px 0;
}

#menu p {
text-align:right;
}

#menu ul li.section-title {

	height: 16px;
	padding: 0px;
	border-bottom: 1px solid #990033;
}

#menu ul li {
	height: 16px;
}


#menu a, #menu a:visited {
	text-decoration: none;
}
	
#menu .container a:hover {
	padding-left:10px;
}

/*=========================== Content ===========================*/

#content {
	width:520px;
    margin: 16px 0 0 220px;
}

.container {
	padding: 10px;
	float: left;
	text-align:justify;
}

#content p { 
	width: 500px;
	margin: 0 0 10px; 0;
	clear: both;
	
}

#img-container	{
	margin: 0;
	border: 0;
	float: left;
	clear: both;
}

#img-container img	{
	clear: both;
}

body.section-2 #content p { 
	width: 520px;
	margin: 0;
}

h1 {
	font-size: 1.7em;
	line-height:25px;
	display:inline;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
 }

h4 {
	font-size: 12px; 
}

#once { 
	clear: left;
}
hr {
	margin: 10px 0 3px 0;
}
.contact {
	padding-bottom: 10px;
	margin-top: 25px;
}
