/* CSS Document */
body,html {
	height: 95%; /* ie treats as min-height */
	min-height: 100%; /* ie ignores */
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color:#FFFFFF;
}
	
*>body {
height: auto; /* ie ignores child selector, modern browsers replace height declaration */
} 

*>html {
height: auto; /* ie ignores child selector, modern browsers replace height declaration */
} 

p {
	font-size:14px;
	color: #000000;
	margin: 0px 0px 14px 0px;
}

a {
	color: #2f2fc1;
	text-decoration:none;
}	
	
a:hover {
	text-decoration:underline;
	cursor: pointer;
}	

a img {
	border: none;
}
	
h1 {
	color:red;
	font-size:25px;
	padding-top: 10px;	
	padding-bottom: 0px;
	margin-bottom: 5px;
}

h2 {
	color:#a29f9f;
	font-size:18px;

}

h3 {
	color:#a29f9f;
	font-size:18px;
	margin: 35px 0px 0px 0px;
}

h4 {
	font-size:16px;
	font-weight: bold;
	margin: 25px 0px 0px 0px;
}


.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.top {
	margin-top: 30px;
	height: 70px;
}

.middle {
	display: block;
	left-margin: auto;
	right-margin: auto;
}



.maintext {
	padding: 20px 20px 0px 0px;
	text-align:left;  
}

.bottom {
	display: block;
	margin-top: 80px;
}

.name {
	font-weight: bold;
	width: 300px;
}

.phone {
	width: 200px;
}

.email {
	width: 300px
}

.footnote {
	width: 500px;	
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	padding: 30px 0px 30px 0px;
	text-align: center;
}


 img.main-img {
	float: right;
	margin-top: 20px;
	margin-left: auto;
	margin-right: 0px; 
	border: none; 
}

img.left-img {
	float: left;
	margin-right: 10px;
	border: none;
}

img.right-img {
	float:right;
	border: none;
}
