/* 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');

/************ BOOKASSIST ************/
@import url('bookassist.css');

* {
	margin: 0;
	padding: 0;
}

html {
	background: transparent url('graphics/bg.jpg') top center repeat;
}

body {
	font-family: Tahoma, Arial;
	font-size: 12px;
}

a {
	text-decoration: underline;
	cursor: pointer;
	color: #295d6e;
}

a:hover {
	text-decoration: none;
}

input[type="submit"] {
    cursor: pointer;
    color: #295d6e;
    width: 81px;
    height: 22px;
    border: none;
    background: transparent url('graphics/reservation_submit_bg.jpg') no-repeat;	
}

img {
	border: none;
}

p {
    margin: 10px 0;	
}

ul {
	list-style-type: none;
}

h1 {
	font-family: Times;
}