@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	}
	
#container {
	width:960px;
	text-align:left;
	height:auto;
	margin:0 auto;	
	}	
	
#banner {
	margin:0 0;
	height:129px;
	overflow:hidden;
	}	
#navigation {
	position:absolute;
	top:145px;
	height:50px;
	width:auto;	
	}	
	
ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	letter-spacing:0.2em;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 3px 10px;
	height:40px;
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	/*background-color: #036;*/
	text-decoration: none;
}

#navlist a:hover
{
	color: #eae7b2;
	/*background-color: #369; */
	text-decoration: none;
}

#content {
	position:absolute;
	top:190px;
	width:960px;
	/*background-color:#grey;*/
	padding:10px;
	}
#inner_content {
	width:620px;
	height:auto;
	padding:10px;
	/*background-color:#blue;*/
	float:left;
	}	
	
#media {
	text-align:center;
	/*background-color:#green;*/
	width:302px;
	height:450px;
	float:right;
	border: solid 1px #333;
	padding:17px;
	}	
	
h1,h2,h3,h4,h5,h6 {
	color:#1f473f;
	}	
#courselist {
	width:960px;
	height:50px;
	display:inline;
	font-size:1.2em;
	}	
.button {
	text-align:center;
	display:inline;
	padding:5px;
	list-style:none;
	background-color:#1e5550;
	width:25px;
	height:25px;
	margin-right:1px;
	border:#000 solid 1px;
	text-decoration:none;
	color:#FFF;
	}	
.button:hover {
	background-color:#eae7b2;
	}	

	
#courselist a {
	text-decoration:none;
	color:#FFF;
	display:inline;
	padding:10px;
	}
#courselist li {
	display:inline;
	}	
#image_cont {
	width:960px;
	height:530px;
	padding:10px;
	border:1px solid #333;
	}
#main_image {
	width:620px;
	height:530px;
	float:left;
	}
#side_image {
	width:330px;
	height:530px;
	float:right;
	}	
.right_pic {
	padding-bottom:10px;
	}	
.heritage {
	color:#1f473f;
	text-decoration:none;}
#contact {
	width:630px;
	height:300px;
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	padding:40px;
	pad
	}
.big {
	font-size:3.7em;
	}	
#price {
	font-size:1.2em;
	}	