@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	text-indent: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.boldtext {
	font-weight: bold;
}

.footertextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
}

a.footer:link {color:#FFFFFF;text-decoration:none}
a.footer:visited {color:#FFFFFF;text-decoration:none}
a.footer:active{color:#FFFFFF;text-decoration:none}
a.footer:hover{color:#cb0200;text-decoration:none}

.italictext {
	font-style: italic;
}

a.msg:link {color:#000000;text-decoration:none}
a.msg:visited {color:#000000;text-decoration:none}
a.msg:active{color:#000000;text-decoration:none}
a.msg:hover{color:#cb0200;text-decoration:none}

body {
	background-image: url(images/michael_background.gif);
	margin: 0;
	padding: 0;
	background-position: center;
}

div#page-wrap {
	width: 800px;
	margin: 0 auto -4em;
}

.headerimage {
	float: left;
	width: 800px;
	}

	ul#nav {
		margin-left: 20px;
		margin-top: 0px;
		height: 31px;
		list-style: none;
	}
	
div#nav {
	margin-left: 20px;
	margin-top: 0px;
	height: 31px;
	list-style: none;
	}

	ul#nav li a {
		display: block;
		float: left;
		margin-top: 0px;
		width: 95px;
	}
	
.navbtmimage {
	margin-left: 20px;
}

#container { 
	height: 100%;
}

#container2 { 
	height: 100%; 
}
 
#col_one { 
	margin: 0; /* Applied to first column only in lieu of padding (personal thing) */ 
	width: 20px; /* Allows for fluid design. Can be set to pixels */ 
	height: 100px;
	float: left;
} 

#col_two { 
	margin: 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
	width: 475px;
	height: auto;
	float: left;
	background-color: #FFFFFF; /* Only here so you can see the different columns */ 
} 

#col_three { 
	margin: 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
	width: 10px;
	height: 100px; 
	float: left;
}
 
#col_four {
	margin: 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
	width: 275px;
	height: 940px;
	float: left;
}
 
#col_five {
	margin: 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
	width: 20px;
	height: 100px;
	float: left;
}

.mainimage {
	margin: 5px;
}

#row_one { 
margin: 0; /* Applied to first column only in lieu of padding (personal thing) */ 
width: 275px; /* Allows for fluid design. Can be set to pixels */ 
height: 276px;
float: left; 
} 

#row_two { 
margin: 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 275px;
height: 10px; 
float: left; 
} 

#row_three { 
margin: 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 275px;
height: auto; 
float: left; 
}

#row_four { 
margin: 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 275px;
height: 10px; 
float: left; 
} 

#row_five { 
margin: 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 275px;
height: auto; 
float: left; 
}

#footer {
	width: 800px;
	height: 100px;
	padding-top: 25px;
	text-align: center;
	clear:both;
	}
	
