/* CSS Document */

body
{
	background: url(images/bg-body.gif);
}

body a
{
	color: black;
}

body a:hover
{
	color: #6ccff6;
}

#wrapper
{
	background: white;
}

#header .logotag
{
	color: #6ccff6;
}

#navigation
{
	background: white;
	border-top: 5px solid #6ccff6;
	border-bottom: 4px solid #6ccff6;
}

#content
{
	border-top: 7px solid #6ccff6;
}

#content .simple
{
	background: url(images/bg-content-simple.gif) repeat-x;
	border-bottom: 3px solid #6ccff6;
}

#content h1
{
	background: url(images/bg-title.gif) no-repeat;
	background-position: 50% -5px;
	color: #6ccff6;
}

#footer-wrapper
{
	border-top: 7px solid #6ccff6;
}

#footer-left
{
}

#footer
{
}

.backtotop
{
	background: url(images/bg-backtotop.png);
	background-repeat: no-repeat;
	background-position: center 0;
}

.backtotop a
{
	border-top: 1px solid black;
	color: black;
}

.backtotop-small
{
}

.backtotop-small a img
{
}

#rating
{
	border-bottom: 4px solid #6ccff6;
}

#content div.ratings
{
	background: url(images/bg-body.gif);
	border-top: 4px solid #6ccff6;
	border-bottom: 2px solid #6ccff6;
}

#content div.ratings>h3
{
	background: #6ccff6;
	color: white;
}

.rating-item span.name
{
	border-bottom: 1px solid #6ccff6;
	color: #6ccff6;
}

.rating-item span.createdon
{
	color: #6ccff6;
}

.rating-citem span.comment
{
	color: black;
}

