@import url("menu.css");

/* this is all to do with getting the full height of the page in the wrapper */
html, body { }

body {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", serif;
	font-family: Georgia, serif;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	line-height: 140%;
	letter-spacing: 0.5px;
	background-color: #F9C101;
}

/*  ############# STANDARD LINK REMOVAL AND STANDARD HTML ELEMENTS ########### */

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: blue;}

li {margin-bottom: 10px;}

hr { color: gray; }

/* ########## MAIN LAYOUT ELEMENTS ########## */


#wrapper {
	margin: 0 auto;
	width: 820px;
	text-align: left;
	min-height: 100%;
	height: auto; /* for full height of page */
	overflow: auto; /* leave this; it's for full height; if it causes scrollbars then use overflow: hidden */
	border: thin solid green;
	background-color: #47A4EA;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

#header {
	width: 800px;
	height: 251px;
	background-color: gray;
	background-image: url(../images/header.jpg);
	background-repeat: none;
}

#content {
	margin-top: 25px;
}

#content IMG { margin: 10px; border: none;}

.inside {
	padding:10px;
}

.contentheading {
	padding-bottom: 20px;
	font-size: 44px
}

#cartable {	border: 1px solid #CCCCCC; background-color: #F7F7F7; }
#cartable td { padding: 10px; background-color: #FFFFFF; }

#cartablesmall { font-size: 10px; border: 1px solid #CCCCCC; background-color: #F7F7F7; }
#cartablesmall td { padding: 5px; background-color: #FFFFFF; }