@charset "UTF-8";

/* --------------------------------------------------------------- UNIVERSAL */

body {
	background-image: url(../images/background.jpg);
	background-color: #000000;
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}
	
#wrap {
	width: 740px;
	margin-top: 230px;
	margin-left: auto;
	margin-right: auto;
	}

.left {
	float: left;
	width: 460px;
	margin-right: 20px;
	}

.right {
	width: 240px;
	padding: 10px;
	float: left;
	background-image: url(../images/right_bg.png);
	}

.forcer30 {
	clear: both;
	margin-bottom: 30px;
	}
	
a {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

/* --------------------------------------------------------------- WALLPAPERS */

.calendartitle {
	font-size: 18px;
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: #FFFFFF 1px solid;
	font-weight: bold;	
	}