@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CCC;
	background-color: #ebbfc3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

#wrap {
	text-align: left;
	background-color: #000;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	background-image: url(images/acc-01.jpg);
	background-repeat: no-repeat;
	height: 118px;
	width: 952px;
}
body,header,h1,h2,p   ,ul{
	margin: 0;
	padding: 0;
}
#mainContent {
	background-image: url(images/acc-03.jpg);
	background-repeat: repeat-y;
	width: 952px;
}
#innerWrap {
	margin-right: 45px;
	margin-left: 45px;
	color: #333;
	background-color: #EBDACF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #44473c;
	border-bottom-color: #44473c;
	border-left-color: #44473c;
}
#rightside {
	float: right;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding-right: 7px;
}

#leftside {
	margin-right: 320px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	padding-left: 10px;
}
#leftside p {
	padding-left: 10px;
}


a img {
	border: none;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	color: #8A2932;
}

h1 span {
	display: none;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #767D69;
}
#leftside ul {
	font-size: 85%;
	padding-left: 40px;
	padding-right: 30px;
}
#leftside li {
	margin-top: 8px;
}



#footer {
	background-image: url(images/acc-02.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 952px;
}

#footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70%;
	color: #000;
	text-align: center;
	padding-top: 7px;
}


#footer a:link, #footer a:visited {
	color: #FFFF97;
	font-style: normal;
	text-decoration: none;
}


#footer a:active {
	color: #FFFF97;
	text-decoration: none;
}

#footer a:focus, #footer a:hover {
	color: #FF3;
	text-decoration: underline;
}

.floatleft {
	float: left;
	margin-right: 5px;
}
.floatright {
	float: right;
	margin-left: 5px;
}
.highlight {
	background-color: #CECECE;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8A2932;
	border-bottom-color: #8A2932;
	font-size: 85%;
	line-height: 1.5em;
	margin: 10px;
	padding: 10px;
}

