body	{
	background: url(../img/wall.png) no-repeat top right;
}

a {
	text-decoration: none;
	color: #1178de;
	outline: 0px;
}

img {
	border: 0;
}

h2, h3, h4 {
	color: #1178DE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#mainTitle {
	background: url(../img/logos/handwriting.png);
	height: 50px;
	width: 400px;
	margin-top: 40px;
	margin-left: 10px;
}

#mainTitle span {
	display: none;
}

#links {
}

.frame {
	padding: 5px;
	background: #ecf3fb;
	border: 1px solid #DDDDDD;
	margin: 10px;
}

.linkInfosH {
	height: 30px;
	margin: 0px;
	padding: 0px;
}

.linkInfos {
	padding-top: 5px;
	margin: 0px;
	height: 100%;
	float: right;
	width: 305px;
	overflow: hidden;
}

.linkInfo {
	padding-left: 20px;
	height: 22px;
	display: inline;
}

.rate {
	padding-left: 5px;
	margin-right: 10px;
}

.commentsCount {
	background: url('../img/comments.png') no-repeat left center;
	margin-left: 10px;
}

.date {
	background: url('../img/date.png') no-repeat left center;
}

.category {
	background: url('../img/category.png') no-repeat left center;
}

.author {
	background: url('../img/author.png') no-repeat left center;
}

.frame h2 {
	margin: 0px;
	font-size: 14pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top:3px;
}

.linkComments {
	display: none;
}

.comment {
	margin-top: 5px;
	background: #CCCCCC;
	padding: 5px;
}

.imgInfos img {
	margin-left: 12px;
}

#menu {
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li {
	padding: 10px 5px 5px 5px;
	display: inline;
	background: #EAEAEA;
	margin: 0 10px 0 0;
	border-top: 0px;
	border-right: 1px solid #A8C4EC;
	border-bottom: 1px solid #A8C4EC;
	border-left: 1px solid #A8C4EC;
}

#blackbox {
	background: black;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

#overlayContainer {
	position: absolute;
	z-index: 1001;
	top: -100%;
	left: 0;
	border: 5px ridge #A8C4EC;
}

#closeButton a {
	background: url(../img/close.png) no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -16px;
	right: -16px;
	text-indent: -9999px;
}

.banHome {
	margin: 0px 10px 0px 10px;
}

#mainAd {
	position: absolute;
	top: 30px;
	left: 450px;
	z-index: 1500;
}

.linkContent {
	background: #FAFAFA;
	margin: 10px;
	padding: 10px;
}

.comments h3 {
	margin: 10px 0px;
	font-size: 12pt;
	padding-top:3px;
}

.comments h4 {
	margin: 5px 0px;
	padding-top:3px;
	font-size: 10pt;
}

.submitComment .heading {
	margin: 5px 0px;
	border-bottom: 1px solid #D2D2D2;
}

.submitComment input, .submitComment textarea {
	width: 99%;
}

.submitComment textarea {
	height: 80px;
}

#submitButton {
	height: 30px;
	text-align: center;
	font-size: 14pt;
	margin-top: 10px;
}

.commentSent {
	background-color: #FFFACD;
	padding: 5px;
}