@charset "utf-8";
img
{  border-style: none;
}
* { margin:0; padding:0; }
.clear {
	clear:both;
}body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
a {
	text-decoration: none;
}

h1 {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	letter-spacing: 1.1em;
	padding-top: 30px;
	line-height: 36px;
}

a:active, a:focus {outline:none;}
#menu {
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
	line-height: 26px;
	margin-bottom: 15px;
}
#menu a {
	color: #5B096D;
}
#menu a:hover {
	color: #666;
}
#menu a:visited {
	
	text-decoration: none;
}
#contactContainer {
	color: #666;
	width: 999px;
}
#contactContent {
	clear: both;
	float: left;
	width: 648px;
	padding-top: 0px;
	padding-left: 125px;
}
#contactLogo {
	margin-top: 20px;
}
#contactContent h1 {
	text-transform: uppercase;
	letter-spacing: normal;
	text-align: left;
	font-size: 22px;
	padding-bottom: 20px;
}



#contactLogo a {
	text-decoration: none;
}

#logo {
	width: 998px;
	background-image: url(images/ddare.jpg);
	background-repeat: no-repeat;
	height: 227px;
	margin-top: 250px;
}
#content {
	width: 998px;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
#content #header {
	margin-top: 20px;
}
#content #slider {
	width: 650px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	letter-spacing: 0.7em;
	text-transform: uppercase;
	margin-top: 150px;
}
#footerin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	letter-spacing: 0.7em;
	text-transform: uppercase;
}
#content #text {
	text-align: left;
	margin-top: 30px;
	margin-left: 100px;
}
