body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5c5c5c;
	background-repeat: repeat;
	margin-top: 25px;
	margin-bottom: 50px;
	background-color: #C0C0C0;
}
a {
	font-size: 20px;
	color: #C00;
	text-decoration: underline;
	
}
a img {
	border: none;
}
a:link {
	text-decoration: underline;
	color: #333;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear { display: inline-block; }
/* start commented backslash hack \*/

.clear { display: block; }
/* close commented backslash hack */

h1 {
	font-size: 5em;
	color: #8c8c8c;
	letter-spacing: -4px;
	margin-bottom: -8px;
	margin-top:40px;
}
h3 {
	font-size: 15px;
	color: #5c5c5c;
	letter-spacing: -1px;
	text-transform: uppercase;
}
p {
	font-size: 15px;
	color: #5c5c5c;
	margin: 25px 0;
}
.container {
	width: 833px;
	margin-top: 0px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	
}

.contentHeader {
	width: 833px;
	height: 12px;
	background: url(../img/content_header.png);
	background-repeat: no-repeat;
}
.contentMiddle {
	width: 809px;

	background: url(../img/content_middle.png);
	background-repeat: repeat-y;
	padding: 0 12px;
}
.contentFooter {
	width: 833px;
	height: 12px;
	background: url(../img/content_footer.png);
	background-repeat: no-repeat;
}
.leftContent {
	width: 355px;
	height: auto;
	float: left;
}
.rightContent {
	width: 454px;
	height: auto;
	float: right;
}
.smiley {
	width: 250px;
	height: 305px;
	background: url(../img/smiley.png);
	background-repeat: no-repeat;
	margin: 110px auto 50px auto;
}
ul {
	list-style-image: url(../img/list_item.png);
	margin-left: 30px;
}
ul li {
	padding: 4px 0;
}


.footerMenu {
	font-size: 15px;
	color: #8a8a8a;
	text-align: center;
	padding-top: 13px;
}
.footerMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.footerMenu ul li {
	display: inline;
}
.footerMenu ul li a {
	font-size: 15px;
	color: #8a8a8a;
}
