*
{
	margin: 0;
	padding: 0;
}
html
{
}
body
{
	background: #D1DEFF;
	color: #eee;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	min-width: 960px;
}
img
{
	border: none;
}
a
{
	color: #eee;
}
a:hover
{
	color: #fff;
}
p
{
	margin: 20px;
}
h1
{
	font-size: 20px;
}
input
{
	background: url(images/input_bg.gif);
	border: 1px solid #2f3c49;
	padding: 3px;
}

.checkbox input
{
	background: none;
	border: 1px solid #2f3c49;
	padding: 5px;
}

td
{
	vertical-align: top;
}
.clear
{
	clear: both;
}
.center
{
	text-align: center;
}
.upppercase
{
	text-transform: uppercase;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.shadow
{
	background: url(images/shadow_bg.gif) top left repeat-x;
}
#container
{
	position: relative;
	width: 960px;
	text-align: left;
	background: #1a2e49;
	height: 100%;
	margin: 0px auto;
}
#header
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
}
#logo
{
	position: absolute;
	top: 22px;
	left: 22px;
	width: 363px;
	height: 42px;
	z-index: 102;
}
#slideshow
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
}
*html #slideshow
{
	z-index: 2;
}

#middle
{
	position: relative;
	margin-top: 10px;
	width: 100%;
}
#middle div
{
	float: left;
}

#search
{
	color: #FFFFFF;
	background: #1A2E49;
	width: 100%;
	text-align: center;
}
#content
{
	position: relative;
	display: block;
	top: 0;
	left: 0px;
	margin: -23px 0 0px 290px;
	width: 440px;
	z-index: 1;
	min-height: 550px;
}
#content_main
{
	margin: 0px 20px 20px 20px;
}

#content_main img
{
	margin-right: 5px;
}
#content_main tr
{
	vertical-align: top;
}

.detail #content
{
	margin: -12px 0 0px 0px;
	width: 730px;
}
#content h1, #content p
{
	margin: 20px 0px 20px 0px;
}
#contact_title
{
	position: relative;
	top: 0;
	right: 0px;
	width: 190px;
	margin-top: 40px;
	padding: 20px;
	font-size: 15px;
	font-weight: bold;
	z-index: 103;
}
#contact_information
{
	display: block;
	position: relative;
	top: 0;
	right: 0;
	width: 230px;
	background: #54586c;
}
#footer
{
	position: relative;
	top: 0px;
	left: 0px;
}
