/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html {

	}
	
body {
	padding:0px 0px 10px 0px;
	margin: 0px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:145%;
	color:#666666;
	text-align:left;
	background-color:#e1e1e1;
	text-align: centre;
}

img {
border:none;
}


a {
	color:#333333;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

b {
	padding: 0px;
	font-family:arial, helvetica;
	font-weight:bold;
	letter-spacing:0.1em;
}

/***********************************************/
/* Structure                                   */
/***********************************************/

div#Page {
	margin: 0;
	width: 900px;
	text-align: left;
	
}

div#Header{
	height: 225px;
	width: 900px;
	background-image: url('../../images/header.jpg');
	background-repeat: no-repeat;
}

div#Main img{
	
	float: left;

	
}
div#Nav{
width:450px;
padding:50px 0px 0px 450px;
float: left;


}

div#Nav img{
float: right;

}
.info{
border:0;
width: 900px;
padding: 0px 0px 0px 0px;
float: left;
color:#ffffff;

}


.Nav a{
border:0;
width: 900px;
padding:0px 0px 0px 0px;
color:#ffffff;
}

.Description{
padding:10px 0px 0px 10px;
width:420px;
height:225
px;
float:left;

}


