/* CSS Document */

body {
	background-color:#fdbe57;
	margin:0;
	padding:50px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

img {
	display:block;
}

#container {
	width:750px;
	margin:0 auto;
	padding:0;
	/* For even height columns */
	overflow:hidden;
}

#home_banner {
	width:418px;
	height:330px;
	margin:0;
	padding:0;
	float:left;
	background-color:#ffffff;
	background-image:url(images/home_mrchoos.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#home_menu {
	width:332px;
	margin:0;
	padding:0;
	float:left;
}

#home_menu img {
	margin:0;
	padding:0;
	border:0px;
	float:left;
}

#headertitle {
	width:36px;
	margin:0;
	padding:0;
	background-color:#e51837;
	/* For even height columns */
	display:inline;
	float:left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#content {
	width:384px;
	margin:0;
	padding:0;
	background-color:#ffffff;
	text-align:right;
	/* For even height columns */
	display:inline;
	float:left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#content h2 {
	font-size:1em;
	color:#e51837;
	margin:30px 27px 10px 10px;
	padding:0;
}

#content h4 {
	font-size:1em;
	color:#e51837;
	padding-right:27px;
}

#content h4 a {
	text-decoration:none;
	color:#e51837;
	}
	
#content h4 a:hover {
	text-decoration:underline;
	color:#000000;
	}	

#content h5 {
	font-size:1em;
	color:#e51837;
	padding-right:27px;
	line-height:200%;
}


#content h5 a {
	text-decoration:none;
	color:#e51837;
	}

#content p {
	font-size:1em;
	color:#000000;
	line-height:200%;
	margin:0px 27px 0px 40px;
	padding:0;
}


#content a {
	text-decoration:none;
	color:#e51837;
	}
	
#content a:hover {
	color:#e51837;
	text-decoration:underline;
	}


#menu {
	width:330px;
	margin:0;
	padding:0;
	background-color:#ffffff;
	float:left;
}

#menu img {
	margin:0;
	padding:0;
	border:0px;
	float:left;
}

#menu_images {
	width:100px;
	float:left;
	clear:left;
	padding-left:10px;
	padding-right:8px;
	
	}
	
#menu_images img{
	padding-bottom:5px;
	}

#menu_list {
	width:264px;
	float:left;
	clear:none;
	}
	
#menu_list h3 {	
	font-size:1em;
	color:#e51837;
	padding-right:27px;
	text-align:right;
	}

#photo {
	width:330px;
	min-height:212px;
	_height:212px;
	margin:0;
	padding:0;
	background-color:#ffffff;
	background-position:right top;
	background-repeat:no-repeat;
	/* For even height columns */
	display:inline;
	float:left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#footer {
	margin:0 auto;
	color:#e51837;
	/* Make footer appear above container layer */
	position:relative;
	clear:both;
	z-index:1000;
}

#footer td {
	margin:0;
	padding:10px 10px 5px 10px;
}

#footer a {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#e51837;
}

.clearspace {
	clear:both;
}