html, body {
	/*height: 100%;*/
}

body {
	font: 11px/1.6  "Trebuchet MS", Arial,sans-serif;
	background: #fff url(../images/bg2.jpg) top center no-repeat fixed;
	color: #444;
	/*overflow: -moz-scrollbars-vertical;*/
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #5275b4;
	font-weight: bold;
	outline: none;
}

a:hover, a:active {
	color: #849cc9;
}

strong {
	color: #e0542f;
}

em {
	font-style: normal;
	color: #769531;
}

#container {
	background-color: White;
	width: 500px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

#header {
	height: 100px; 
	width: 500px;
	margin-bottom: 0 !important;
	background: url(../images/header.png) top right no-repeat !important;
	background: url(../images/header.gif) top right no-repeat; /*stoopid ie*/
}

#header h1 span, #footer span {
	display: none;
}

#content {
	width: 500px;
	/*padding-left: 41px;*/
}

h3 {
   padding: 4px 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #222;
	background: #67A3F3;
	cursor: pointer;
	text-align: right;
	font-weight: bold;
}

h4 {
   background-image: url(../images/mancha.gif);
   background-repeat: no-repeat;
	height: 30px;
	margin: 10px;
	text-transform: uppercase;
	padding: 0 10px 0 40px;
	font-size: 12px;
	color: #333;
}

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
}

h3 a:link, h3 a:visited {
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #222;
}

h3 a:hover, h3 a:active {
	color: #222;
}

p {
	padding: 5px 10px;
	color: #444;
	background: #fff;
	text-align: justify;
}

#footer {
	display: block;
	height: 62px;
	width: 355px;
	background: url(../images/footer.png) top right no-repeat;
	margin-left: 45px;
	
}
h5{
   padding: 10px 10px;
	font-weight: bold;
	font-size: 12px;
}
th,td{
	vertical-align: top;
}
img { 
  float: right; 
}

