body {
	margin:0;
	padding:0;
	font-size:10px;
	background-color:#e3e3e3;
	background-repeat:repeat-y
}

#header {
	width:900px;
	height:333px;
	position:relative;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	border-radius:15px 15px 0 0;
}

#content {
	width:900px;
	margin:15px auto 25px auto;
	background-color:#ffffff;
	padding-top: 15px;
	border:1px solid #cccccc;
	border-radius:15px 15px 15px 15px;
}

#main {
font-family: Arial, Tahoma, sans-serif;
color: #000;
background-color: #ffffff;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 10px 10px 10px 10px;
-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
margin-left: auto;
margin-right: auto;
position: relative;
width: 900px;
padding-top: 10px;
border: 0px solid #ccc;
border-top: none;
margin:10px auto 25px auto;
}

.slogan {
	font-weight: 250;
	font-size: 30px;
	line-height: 35px;
	margin-left: -5px;
	letter-spacing: 0.2px;
	text-align: center;
}
.slogan span {
	font-size: 50px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform:uppercase;
	text-align: center;
}

p {
	font-family: Verdana;
	font-size: 14px;
	text-align: justify;
	line-height: 1.4;
	padding-left: 50px;
	padding-right: 45px;
}

p.cen  {
	text-align:center;
}

p.middle {
	font-family:Verdana;
	font-size:14px;
	text-align:justify;
	line-height:1.4;
	padding-left:50px;
	padding-right:45px;
}

p.big {
	color: #FF2E14;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 0 0;
}

p.bigred {
	color: #FF2E14;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 0 0;
}

p.copy {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	margin:2px;
}

.myLink {
	background:#FFFFCD;
	border:1px dashed #C2AC5F;
	width:850px;
	margin:0 auto;
	border-radius:5px;
}

.letter {
	background:#ffffff;
	border:1px dashed #aaa;
	width:850px;
	margin:0 auto;
	border-radius:5px;
}

.linkus {
	color:#0F0FFF;
	text-decoration:underline;
}

.lit {
	font-size:13px;
}

p a {
	text-decoration:none;
	border-bottom: none;
}

a:visited {
	color:#047ABE;
}

a:hover {
	color:#047ABE;
	border-bottom:1px solid #047ABE;
}

.nobor a {
	border:none;
}
