/* CSS Stylesheet for Screen, Presentation */
	/************ BG ************/
@import url('bg.css');

/************ TOP ************/
@import url('top.css');

/************ MIDDLE and MENU ************/
@import url('middle.css');

@import url('menu.css');

/************ CONTENT ************/
@import url('content.css');

/************ FOOTER ************/
@import url('footer.css');

/************ CALENDAR ************/
@import url('calendar.css');

/************ General rules ************/
* {
	margin: 0;
	padding: 0;
}

html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	color: #787878;
}

html {
	background: transparent url('graphics/bg.png');
}

body {
	font-size: 12px;
	font-family: Georgia, Verdana, Tahoma, 'Geneva CE', Lucida, sans-serif;
	margin: 0 auto;
}

a {
	color: #339ADF;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: square;
}

.cleaner {
	clear: both;
}