body {
	margin: 0px;
	
	font-family: Verdana, Geneva, sans-serif;
	
	background-color: #CEE5EF;
}

/* TEXT */
.text {
	font-size: 14px;
}
.smallText {
	font-size: 10px;
	color: #333;
}



/* LINKS */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

/* COLORS */
.yellowBgr {
	background-color: #FFFFE1;
}

.width {
	width: 100%;
	min-width: 915px;
	margin: 0 auto;
	text-align: left;
	
	background-image: url('../images/bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
}
* html .minwidth {
	/*border-left: 300px solid #fff;*/
	margin-left: 300px;
}
* html .container {
	margin-left: -300px;
	position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .content {
	height: 1px;
}
/*/
.width {
	display: inline-block;
}
/**/



div#wrapper {
	
	margin: 8px;
	
	
	
	/*padding: 10px;*/
	
	border: 0px solid #000;
}

div#sizer {
	width: 915px; /* 850 */
	border: 0px solid #ccc;
	
	margin-left: auto;
	margin-right: auto;
}


/* HEADER */
div#header {
	height: 125px;
}
div#logo {
	float: left;
	margin-left: 32px;
}
div#playButton {
	float: right;
	margin-right: 32px;
	margin-top: 20px;
}

img {
	border: 0px;
}


/* MENU */
div#menu {
	height: 65px;
	padding: 5px;
}
ul {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	
	/*border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #3CF;
	border-right-color: #3CF;
	border-bottom-color: #3CF;
	border-left-color: #3CF;
	*/
}
li {
	float: left;
	display: block;
	background-color: #fff;
	height: 35px;
	
	/*border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C1EFFF;*/
	
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #33CCFF;
	
	text-align: center;
}

div#menu ul li a {
	font-family: Calibri;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	color: #00C;
	font-weight: bold;
	padding-top: 5px;
	width: 100%;
	height: 30px;
	display: block;
}
div#menu ul li a:hover {
	background-color: #E1F1FD;
}

.selected {
	background-color: #FFFFE1 !important;
}

.menuLeftItem {
	/*border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C1EFFF;*/
}
.menuRightItem {
	/*border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #33CCFF;*/
}


/* CONTENT */
.content {
	background-color: #FFFFE1;
	padding: 30px;
}
.entry {
	margin-top: 5px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	line-height: 23px;
	margin-bottom: 40px;
}
.entryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F09 !important;
}

.entryTitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F09 !important;
}




/* FOOTER */
div#footer {
	text-align: center;
	height: 25px;
	padding-top: 15px;
}
