
/* Basics */

*{margin:0; 
padding:0;}

body {
	background: #fffffa;
	font-family: 'Raleway', sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	}

img{ border: none; padding: 0; margin: 10px;}
img a{border:none;}
table{border: 0;}
table td{border: none;}

ul{margin:5px 0 5px 20px;}
ol{margin:5px 0 5px 20px;}


/* Links and Headings */


a, a:link {
	color: #999;
	text-decoration: none;
}

 a:hover {
	text-decoration: underline;
	color: #fff;
	}


h1 {font-size: 28pt; color: #111;}
h2 {font-size: 20pt; color: #111; margin-top:10px; letter-spacing: 2px; line-height: 25px;}
h3 {font-size: 14pt; color: #111; margin-top:10px; letter-spacing: 2px; line-height: 25px;}
h4 {font-size: 12pt; color: #111; letter-spacing: 2px;}
p {font-size: 10pt; color: #111; margin-top:10px; letter-spacing: 2px;}




/*  Container  */

#container {
	width: 800px; 
	margin: 50px auto;
	margin-bottom: 20px;
	height: 100%;
	overflow: hidden;
	}

/*  HEADER  */

#header {
	height: 200px;
	text-align: center;
	background: #fffffa;
	margin-bottom: 40px;
	}

#header h2{
	position: relative;
	top: 75px;
	font-variant: small-caps;
	}

/*  Main Content  */

#content {
	height: 100%;
	width: 800px;
	background: none;
	}
	
#message {
	height: 100%;
	width: 55%;
	padding: 20px 40px 0 20px;
	background: #E8E8E8;	
	overflow: hidden;
	text-align: justify;
	float: right;
	}
	
#schedule {
	height: 100%;
	width: 52%;
	padding: 20px 20px 20px 20px;
	background: #E8E8E8;	
	overflow: hidden;
	text-align: justify;
	margin-top: 30px;
	float: left;	
	}
	
#button {
	height: 100%;
	width: 30%;
	padding: 20px 0 20px 60px;
	background: #333;	
	overflow: hidden;
	margin-top: 30px;
	float: right;	
	}

#button h4 {
	color: #999;
	}
	
#gallery {
	height: 100%;
	width: 90%;
	padding: 20px 60px 20px 20px;
	background: #333;	
	overflow: hidden;
	text-align: justify;
	}

#gallery p {
	color: #fff;	
	}

#left {
	width: 250px;
	height: 100%;
	float: left;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
	background: #333;
	}
	
#left p {
	color: #999;
	}
	
#left h4 {
	color: #999;
	}

#left a {
	color: #999;
	}
	
#left a:hover {
	color: #fff;
	}
	
#leftlink {
	width: 250px;
	height: 100%;
	float: left;
	text-align: left;
	color: #999;
	overflow: hidden;

	}

.clear {
	clear: both;
	}
	
#footer p {
	font-size: 10px;
	color: #bbb;
	padding-bottom: 10px;
	}