@charset "UTF-8";
/* CSS Document */


/* Layout */

* {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

body {
	background-color:#FFF;
}

#container {
	width: 960px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;	
}

#clearance {
	height:140px;
	
}
#disclaimer {
	text-align: center;
	margin-top:12px;
	margin-bottom:12px;
}

/* type */

a:link {
	color:#484848;
	font-style:italic;
	text-decoration:none;
}

a:visited {
	color:#484848;
	font-style:italic;
	text-decoration:none;
}

a:hover{
	color:#000;
	font-style:italic;
	text-decoration:none;
}

a:active{
	color:#000;
	font-style:italic;
	text-decoration:none;
}

p {
	line-height: 13.5px;
	color:#383838;
}

h5 {
	color: #383838;
}

#disclaimer p {
	color:#383838;
	font-size:7px;
}

/* Splash */

#cont_splash {
	width: 610px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#index_des {
	float: right;
	width: 360px;
}