* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background-color: #fff;
	color: #666666;
	padding-top: 0px;
	text-align: center;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
}


img {
border:none;
}

img.thumb{
	align: left;
	border: 1px solid #999999;
	margin-right: 10px;
	float:left;
		}

#container {
	width: 550px;
	margin: 0;
	text-align: left;
	position: left;
	text-align:justify;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}


ul.menu {
	list-style: none;
}

ul.menu li, h1 {
	font-size: 1.2em;
	/*margin-top: 0.2em;
	margin-bottom: -.1em;*/
	padding:0px;
	text-align:left;
	letter-spacing: -0.05em;
	line-height: 1.1em;
	font-weight: bold;
	color: #C1B9AC;
	
}

ul.menu li:after, h1:after {
	content: ".";
	color: #6099CE;
}

h1 {
	font-size: 1.8em;
	letter-spacing: -0.05em;
	line-height: 1.1em;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.8em;
	letter-spacing: -0.05em;
	line-height: 1.1em;
	font-weight: bold;
	color: #cccccc;
	margin-top: 30px;
	margin-right: 30px;
	text-align:right;
}
h3 {
	font-size: 1.2em;
	letter-spacing: -0.05em;
	line-height: 1.1em;
	font-weight: bold;
	color: #C1B9AC;
	margin-top: 0px;
	
	margin-right: 0px;
	text-align:right;
}



a:link {
  color: #BD655B; 
  text-decoration: underline; 
  background: #FFFFFF;}/*normal links in the text*/
a:visited {
  color: #BD655B; 
  text-decoration: underline; 
  background: #FFFFFF;}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #747F5F; 
  text-decoration: underline; 
  background: #FFFFFF;}




p {
	margin-top: 1em;
}

ul {
	list-style: square;
	margin: 1em;
}

li a {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;
}

li a:hover {
	color: #999;
	text-decoration: none;
}

.address {
	font-size:12px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B8AB7;
	}

.copyright {
	font-size:10px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	}

