* {margin: 0; padding: 0;}
body { background-image: url(img_t2/bgd.gif); background-color: #B23F3F; }
img {border: none;}
#page {
width: 700px ;
margin-left: auto ;
margin-right: auto ;
}
#header {
	height: 136px;
	width: 700px;
	background-image: url(img_t2/header.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header h1 {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #C91E24;
	margin-left: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 185px;
}
#header h2 {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin-left: 225px;
	margin-top: 0px;
	width: 175px;
}
#header h3 {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin-right: 15px;
	margin-top: 30px;
	width: 217px;
	text-align:center;
}
#header h3 span {
	font-size: 20px;
}

#menu { background-color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding: 10px;}

#menu ul {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#menu li {
display: inline;
list-style-type: none;
}

#menu a { padding: 3px 10px; }

#menu a:link, #menu a:visited {
color: #fff;
background-color: #000;
text-decoration: none;
}

#menu a:hover {
color: #C91E24;
background-color: #CCC;
text-decoration: none;
}

/* for understanding browsers */
.container {
padding:0.5em;
min-height:30em; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .container {
height: 30em;
}
/**/

#content {
	background-color: #FFF;
	background-image: url(img_t2/left_img.jpg);
	background-repeat: no-repeat;
	padding-left: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding-right: 10px;
	padding-top: 5px;
}
#content h2 {
	margin-bottom: 10px;
	color: #C91E24;
}
#content h3 {
	margin-bottom: 3px;
	color: #C91E24;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#content ol {
	list-style-position: inside;
	list-style-type: square;
}
#spacer {
	float: left;
	width: 1px;
	height: 400px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	padding: 5px;
	text-align: center;	
}
