@charset "utf-8";
body {
	background-image: url(images/bg_repeater.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0E0E0E;
	background-color: #0D0D0D;
	margin-top: 0px;
	background-repeat: repeat-x;
}
#mainWrapper {
	background-image: url(images/main_repeater.jpg);
	background-repeat: repeat-y;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentWrapper {
	padding-right: 60px;
	padding-left: 60px;
}

#sidebar {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	padding: 15px 0;
	margin-right: 30px;
}
#sidebar p {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 75%;
}
#sidebar li {
	list-style: none;
	font-size: 75%;
}
#footer {
	background:url(images/footer.jpg) no-repeat;
	width:700px;
	height: 85px; 
	text-align: center;
	font-size: 70%;
	color: #1677AC;
}
#header {
		background:url(images/header.jpg) no-repeat;
		width: 700px;
		height: 190px;
		padding-top:3px;
}
#header a, img {
	border: 0;
}

#header h1 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 35px;
	font-size: 48px;
	text-align:center;
	color: #EAE8D1;
}
#header h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align:center;
	font-style: italic;
	color: #EAE8D1;
}

	
a {
	text-decoration: none;
	color: #1677AC;
}

#text{
	display: block;
	line-height: 1em;
	color: #fff; /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}

#text:before{
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #fff; /* shadow color */
	background-color: transparent;
}

#text:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	color: #ccc; /* text color */
	background-color: transparent;
}