@charset "UTF-8";
/*-------------------- basic styling ----------------------*/
* {
	margin: 0 0 0 0;
	padding: 0px;
	}
body {
	background-image:url(../_images/body.gif);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	}
#wrapper {
	width: 800px;
	height: 750px;
	background-image:url(../_images/wrapper.gif);
	background-repeat:repeat-y;
	margin: 30px auto;
	}
#clear {
	clear: both;
	}
#header {
	color:#FFFFFF;
	background-image:url(../_images/sophia_background.png);
	background-position:right;
	background-repeat:no-repeat;
	font-size:18px;
	text-align: center;
	height: 110px;
	width: 800px;
	}
#title {
	background-image:url(../_images/sophia_tt.png);
	background-position:right;
	background-repeat:no-repeat;
	height: 80px;
	width: 800px;
	}	
#navigation {
	text-align: center;
	list-style: none;
	height: 30px;
	width: 800px;
	}
#image {
	background-image:url(../_images/image_background.jpg);
	background-position:right;
	background-repeat:no-repeat;

	height: 100px;
	width: 800px;
	}	
#navigation li {
	display:inline;
	margin: 0;
  	padding: 0 25px 0  25px;
  	list-style: none;
	}
#navigation a, #footer a {
	color:#FFFFFF;
	text-decoration:none;
	}
#navigation a:hover, #footer a:hover {
	color: #999999;
	text-decoration:none;
	}
#navigation ul a.link {
	}
#navigation ul a.first {
	text-decoration:underline;
	}
#navigation ul a.link:hover {
	color:#666666;
	}
#navigation a.first:hover {
	color:#FFFFFF;
	cursor:default;
	}	
#sidebar {
	background-color: #CCCCCC;
	padding: 15px;
	height: 1370px;
	width: 170px;
	float:left;
	}
#content {
	background-color:#FFFFFF;
	padding: 30px;
	height: 1340px;
	width: 540px;
	float:right;
	}
#content2 {
	background-color:#000000;
	height: 530px;
	width: 800px;
	}	
#content p {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 1.2em;
	padding: 0 0 10px 0;
	}
#content p.center {
	text-align:center;
	}
#content p.indent {
	padding: 0 0 15px 30px;
	font-weight:bold;
	}
.normal {
	font-weight: normal;
	font-size: 0.85em;
	}
#footer {
	font-size:85%;
	text-align: center;
	color: #FFFFFF;
	padding: 30px 0 30px 0;
	}	
.superscript { position: relative; top: -0.5em; font-size: 80%; }
.column {
	float:left;
	width: 285px;
	}
		.area {
			position: relative;	
			width: 130px;
			height: auto;
			margin-top: 20px;
			padding: 20px;
			-moz-border-radius: 30px; -webkit-border-radius: 30px; border: 2px solid #dff4cb; background-color: #C9F;
			}
				.header {
					padding: 15px 3px 0px 3px;
					color: #333;
					line-height: 17px;
					font-size:80%;
					text-align: center;
					}

				.center {
					padding: 3px 3px 3px 3px;
					color: #333;
					line-height: 13px;
					font-size:86%;
					text-align: center;
					}
				.centermedium {
					padding: 3px 3px 3px 3px;
					color: #333;
					line-height: 17px;
					font-size:100%;
					text-align:center;
					}	
				.centerbig {
					padding: 3px 3px 3px 3px;
					color: #333;
					line-height: 17px;
					font-size:110%;
					text-align:center;
					}
				.centerbig_date {
					padding: 0px 3px 3px 3px;
					color:  #665bf0;
					line-height: 17px;
					font-size:110%;
					text-align:center;
					}
				.smaller {
					font-size: 85%;
					}
				.left {
					padding: 3px 0px 3px 0px;
					color: #333;
					line-height: 13px;
					font-size:80%;
					text-align: left;
					}					
				.area h1 {
					/*color: #7d7d7d;*/
					color: #B41E8E;
					padding: 0 0px 20px 0px;
					font-size: 130%;
					font-weight: normal;
					font-family:Georgia, "Times New Roman", Times, serif;
					}
				.area h2 {
					/*color: #7d7d7d;*/
					color: #B41E8E;
					padding: 0 0px 20px 0px;
					font-size: 100%;
					font-weight: normal;
					font-family:Georgia, "Times New Roman", Times, serif;
					font-weight:bold;
					text-align:center;
					}
#event_1, #event_3 {
	width: 800px;
	height: auto;
	background-color: #fa6eb4;
	padding: 20px 0;
	}
#event_2 {
	width: 800px;
	height: 250px;
	background-color: #ff9933;
	}	
#event_1 p {
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	}
.column {
	float: left;
	padding: 20px;
	width: 225px;
	}
.large {
	font-size: 24px;
	font-weight:bold;
	}
.medium {
	font-size: 18px;
	font-weight:bold;
	}	
.small {
	font-size: 12px;
	}
.column_2 {
	float: left;
	width: 350px;
	height: 370px;
	border: thin solid #666;
	margin-left: 30px;
	margin-bottom: 20px;
	}
