/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background-color: #b3bdb7;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #333;
	margin-top: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
  background-image: url(images/top.jpg);
  background-position: left top;
  background-repeat: no-repeat;
	width: 900px;
	height: 300px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	margin: 0 0 0 80px;
	font-size: 40px;
	padding: 0;
}

#header h2 {
	float: right;
	margin: 50px 75px 0 0;
	font-size: 18px;
	letter-spacing: 0px;
	display: block;
	padding: 0;
}


a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	height: 36px;
	margin: 0px auto;
	padding: 0px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #DF7D94;
}

#menu1 ul {
	list-style: none;
  list-style-type: none;
  display: block;
  text-align: right;
  margin: 0px;
  padding: 5px 0 0 0;
}

#menu1 li {
  display: inline;
  padding: 0px 10px 0 0;
  margin: 0px;
}

#menu1 a {
	text-decoration: none;
	font-weight: bold;
	color: #d41541;
}

#menu1 a:hover {
	color: #DD6885;
}

/* Content */

#tresc {
  width: 753px;
  margin: 0 auto;
  text-align: left;
}

#content {
  background-image: url(images/content.jpg);
  background-position: left top;
  background-repeat: no-repeat;
	width: 900px;
	margin: 0 auto;
	padding-top: 0px;
	text-align: center;
}

#colOne {
	float: left;
	width: 200px;
	padding: 0 10px 0 0px;
	margin: 15px 0 0 15px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 450px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #808080;
}


#footer {
  background-image: url(images/bottom.jpg);
  background-position: left top;
  background-repeat: no-repeat;
	width: 900px;
	height: 238px;
	margin: 0 auto;
	padding: 0;
}


#footer p {
	text-align: center;
	font-size: 10px;
	padding-top: 210px;
}

td {
  vertical-align: top;
}

