@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}



#header {
	display: block;
	background-color: #e0ecff;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D8DAE0;
	position: relative;
	height: 40px;
}
#header h1 {
	float: left;
	color: #343F4C;
	font-size: 36px;
	font-weight: normal;
}
#content {
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
	display: block;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
#lcol  {
	width: 200px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	padding-top: 10px;
}
#profile {
	height: 180px;
	width: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-image: none;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
}
#nav li a {
	display: block;
	height: 22px;
	width: 176px;
	text-decoration: none;
	font-size: 18px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-style: normal;
	font-weight: normal;
}
#nav li a:hover {
	text-decoration: none;
}
#mcol  {
	display: block;
	width: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	position: absolute;
	left: 210px;
	right: 210px;
	top: 0px;
}
.block h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
#fbcomments {
	background-color: #CCC;
	width: 500px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px;
}

#gallery .imagebox {
	height: 150px;
	width: 150px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#gallery .imagebox:hover {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.imagebox .recommend {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 5;
	height: 22px;
	width: auto;
	text-align: right;
}
#events .evdate {
	display: block;
	font-size: 12px;
}
#events .ev {
	margin-bottom: 10px;
}


#rcol  {
	width: 200px;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
}
#rcol .adds {
	font-size: 12px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 5px;
}

.clear {
	display: block;
	clear: both;
	height: 1px;
	width: auto;
}

