body
{
	margin: 0px;
	padding: 0px;
	background-image: url('images/body.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

a
{
	color: #219ddb;
	text-decoration: none;
}

a:visited
{
	color: #219ddb;
	text-decoration: none;
}

a:hover
{
	color: #82d1e3;
	text-decoration: none;
}

a:active
{
	color: #219ddb;
	text-decoration: none;
}

#sun
{
	background-image: url('images/sun.jpg');
	background-repeat: no-repeat;
	background-position:right bottom;
}

ul
{
	margin-top: 5px;
}

ul li
{
	font-size: .9em;
	color: #666666;
}

#container
{
	margin: 0px auto 15px auto;
	width: 760px;
	text-align: left;
}

#sidebar
{
	border-right: solid 1px #cccccc;
	width: 220px;
}

#sidebar div
{
	margin: 5px 5px 5px 10px;
}

#sidebar a
{
	font-size: .8em;
	font-weight: 700;
}

#content
{
	margin-left: 10px;
	margin-bottom: 10px;
	color: #333333;
}

#footer
{
	border-top: solid 1px #cccccc;
	text-align: center;
}

#copyright
{
	margin-top: 5px;
	font-size: .8em;
	color: #666666;
}

#designedBySnare
{
	margin-bottom:10px;
	font-size: .6em;
	color: #999999;
}

#designedBySnare a
{
	color: #999999;
}

#designedBySnare a:visited
{
	color: #999999;
}

#designedBySnare a:hover
{
	color: #666666;
}

#designedBySnare a:active
{
	color: #999999;
}