* {
	margin:0;
	padding:0;
}

body {
	font-size: 62.5%;
	font-family: arial;
	color:#202020;
}

li {
	list-style: none;	
}

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

a:hover {
	text-decoration: underline;	
}

h1 {
	font-size: 1.8em;
	font-style: italic;
	color:#9c4e5e;	
}

h2 {
	font-size: 1.4em;
	font-style: italic;
	color:#7a7b7e;	
}

h3 {
	font-size: 1.3em;
	font-style: italic;	
}

p {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 20px;	
}

img {
	border:0;	
}

#head {
	margin-top:15px;
	background-image: url("../img/bg-head.gif");
	background-repeat: repeat-x;
}

#headImage {
	width:1024px;
	margin: 0 auto;	
}

#main {
	font-size:1.3em;
	width:1024px;
	margin: 0 auto;
}

#head img {
	margin-left:40px;
}

#body {
	margin:10px 0 0 50px;	
}

#menu {
	font-weight: bold;
	float:left;
	margin-bottom: 50px;
}

#menu li {
	float:left;
	padding-left:15px;
	padding-right: 15px;
	border-left:1px solid #cca4ad;
	border-right: 1px solid #ecdde0;
}

#menu li a {
	font-family: georgia;	
} 

#menu li.first {
	border-left: 0;
	padding-left: 0;
}

#menu li.last {
	border-right: 0;
}

#leftCol {
	float:left;
	width:510px;
	padding:40px 40px 0 0;
}

#rightCol {
	float:left;
	width:424px;
}

#footer {
	margin-top:20px;
	font-family: georgia;
	color:#a8a8a8;
}

.separator {
	float:left;
	background-image: url("../img/separator.jpg");
	width:101px;
	height:38px;
	margin:50px 204px;	
}

.lineHeight2em {
	line-height:2em;
}

.lineHeight2em a {
	color:black;
}
.clr {
	clear: both;
}
