* {
margin: 0;
padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#fcfafb;
}

#wrapper {
width: 580px;
height: 580px;
margin-left: auto;
margin-right: auto;
position:relative;
background-image:url(images/wrapper.jpg);
}

a#search {
	float: left;
	width: 186px;
	height: 106px;
	background-image:url(images/search.png);
	background-repeat:no-repeat;
	position:absolute;
	left: -1px;
	top: 160px;
}

a#search:hover {
background-image:url(images/search_hover.png);
}

* html a#search {
background:none;
float: left;
width: 186px;
height: 106px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/search.png', sizingMethod='scale');
}

* html a#search:hover {
background:none;
float: left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/search_hover.png', sizingMethod='scale');
}

a#download {
	float: left;
	width: 186px;
	height: 106px;
	background-image:url(images/download.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 197px;
	top: 160px;
}

a#download:hover {
background-image:url(images/download_hover.png);
}

* html a#download {
background:none;
float: left;
width: 186px;
height: 106px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/download.png', sizingMethod='scale');
}

* html a#download:hover {
background:none;
float: left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/download_hover.png', sizingMethod='scale');
}

a#travel {
	float: left;
	width: 186px;
	height: 106px;
	background-image:url(images/travel.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 394px;
	top: 160px;
}

a#travel:hover {
background-image:url(images/travel_hover.png);
}

* html a#travel {
background:none;
float: left;
width: 186px;
height: 106px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/travel.png', sizingMethod='scale');
}

* html a#travel:hover {
background:none;
float: left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/travel_hover.png', sizingMethod='scale');
}

#content {
	position:absolute;
	width: 374px;
	height: 337px;
	left: 12px;
	top: 274px;
}

h1 {
	font-size: 20px;
	color:#000000;
	margin-bottom: 15px;
}

h4 {
	font-size: 14px;
	color:#000000;
	margin-bottom: 4px;
	margin-left: 20px;
}


.under {
text-decoration:underline;
}

h2 {
	color: #a21b1b;
	font-size: 16px;
}

.fl {
	float: left;
	margin-right: 8px;
}

h3 {
	color: #000000;
	font-size: 12px;
}

.ri {
	color: #a21b1b;
	text-align: right;
	text-decoration:underline;
	margin-right: 18px;
	margin-top: 6px;
}

#content2 {
	position:absolute;
















width: 200px
height: 200px;
	left: 407px;
	top: 274px;
	width: 225px;
}
#wrapper #content .ri a {
	color: #a21b1b;
	text-decoration: none;
}
#wrapper #content2 a {
	color: #000000;
	text-decoration: none;
}
#wrapper #content2 .ri a {
	text-decoration: none;
	color: #a21b1b;
}

#large_wrapper {
position:relative;
width: 580px;
height: 680px;
margin-left: auto;
margin-right: auto;
}

#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 55px;
	background-color: #333333;
}
#large_wrapper #footer a {
	color: #FFFFFF;
	text-decoration: none;
}

