/* ****** Tudor House css ******** */
html, body { 
	margin: 0;
	padding: 0;
} 

body {
	color: #333333;
	background-color: #c0c0c0;
	text-align: center; /* Hack for IE5 Win */
	font-family: "Verdana", Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
}

* { margin: 0; padding: 0; /* - Resets all margins and padding - */ }


/*-------------------------------------------------
  Layout
-------------------------------------------------*/
/* styles for IE 5 Mac */
#wrapper {
	background-color: transparent;
	position: absolute;
	top: 40px;
	left: 20px;
}
 
/* following rules are invisible to IE 5 \*/
#wrapper {
   top: 50%;
   left: 0;
   width: 100%;
   margin-top: -250px;
   text-align: center;
   min-width: 760px; 
 }
 /* end IE 5 hack */ 

#container {
	margin: 0 auto;
	width: 760px;
	height: 500px;
	background: #fff url(images/TH_background_repeat_x.gif) repeat-x;
	border: 1px solid #000;
	border-top: 0;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 499px;
}
html>#container { height: 499px; }

#header {	
	width: 760px;
	height: 121px;
	background: transparent;
	border-top: 1px solid #000;
}

#mainContent {
	width: 760px;
	height: 304px;
	background: transparent url(images/TH_img.jpg) no-repeat;
} 

#main {
	overflow: auto;
	height: 297px;
	margin-left: 380px;
	background-color: #fff;
	text-align: left;
}

#footer {
	width: 760px;
	color: #fff;
	background: #072b61;
	margin-top: 15px;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header h1 {
	font-weight: normal;
	text-indent: -2000em;
	background: url(images/TH_h1.gif) bottom center no-repeat;
	width: 760px;
	height: 63px;
}

#header h2 {
	font-weight: normal;
	text-indent: -2000em;
	background: url(images/TH_h2.gif) top center  no-repeat;
	width: 760px;
	height: 30px;
}


/*-------------------------------------------------
  mainContent style
-------------------------------------------------*/

#mainContent h3 {
	font-weight: bold;
	padding-top: 25px;
	padding-left: 50px;
	font-size: 1.1em;	
} 

#mainContent p {
	text-align: justify;
	line-height: 1.6em;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px;
}

/*-------------------------------------------------
  footer style
-------------------------------------------------*/
#footer ul {
	margin-top:5px;
	display: block;
}

#footer li {
	display: inline;
	list-style: none;
	padding: 10px;
}

#footer a {
    text-decoration: none;
	font-weight: bold;
    color: #a0a0a1;
}

#footer a:hover {
    text-decoration: underline;
	color: #fff;
}
