/* CSS Document */


* {
  margin: 0;
  padding: 0;
}

body {
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	background: #000000 no-repeat left top;
	margin: 0px;
}

a {
  color: #E2D7B9;
}

a:hover,a:focus {
	color: #B25F97;
	text-decoration: none;
	padding-left: -5px;
}

p {
	color: #FFFFFF;
	font: 12pt/1.5em Arial, Helvetica, sans-serif;
	margin: 0px;
}

ul,ol {
  margin: 15px 0 15px 50px;
}
h1 {
	color: #000000;
	margin-left: 30px;
	font: bold 14pt Arial, Helvetica, sans-serif;
	letter-spacing: .5em;
}
h2 {
	color: #000000;
	margin-right: 20px;
	margin-left: 30px;
	font: bold 12px/17px Georgia, "Times New Roman", Times, serif;
}
li {
  line-height: 1.5em;
}
form {
	margin-left: 30px;
}



img,fieldset {
  border: 0 none;
}

hr,legend {
  display: none;
}

strong,b {
  color: #F2ECDE;
  font-weight: bold;
}
#site-container {
	background: url(../images/bg_too_much_living.jpg) no-repeat left top;
	width: 900px;
	border-right: 1px dotted #666666;
	border-left: 1px dotted #666666;
	margin: 0px auto;
	height: 1200px;
}
#spacer {
	height: 35px;
	width: 900px;
}
#header {
	background: url(../images/header_bg.jpg) no-repeat;
	width: 900px;
	height: 350px;
}
#navigation-panel {
	height: 60px;
	width: 900px;
	float: right;
	clear: both;
}
#navbar {
	width: 230px;
	height: 132px;
	float: left;
	text-align: left;
}
#social-icons {
	float: right;
	width: 150px;
	margin-top: 12px;
}


#content-container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#leftcolumn {
	float: left;
	width: 900px;
	text-align: left;
}
#VU {
	height: 244px;
	width: 360px;
	text-align: center;
	padding-top: 5px;
}

#calendar {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
	margin-left: 4px;
	height: auto;
	width: 355px;
	margin-top: 10px;
}
.paragraph-text {
	margin: 10px 30px;
}
.calendar-date {
	border-bottom: 1px dotted #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

.calendar-next-date {
	background: #CCF2FF;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #666666;
}
.calendar-feature {
	font-weight: bold;
	background: #FFCC00;
	padding-left: 5px;
	padding-right: 5px;
}
.copyright {
	margin-right: 70px;
}
.cd-cover {
	margin-left: 35px;
}
