body {
	margin: 0;
	margin-top: 20px;
	font-family: "Droid Sans",arial, sans-serif;
	/*background: url('../img/shadow.png') repeat-y top center;*/
}
img {
	border:0px;
}
/* MAIN */
img#logo {
	width: 177px;
	padding: 10px;
	border-right: 3px solid #FFFFFF;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;	
}
div#container {
	width: 980px;
	height: 550px;
	background: url('../img/bg1.jpg') no-repeat top left;	
	margin: 0 auto;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
div#header {
	width: 770px;
	background: url('../img/alphabg.png') no-repeat top left;
	border: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-top: 0px;
	position: absolute;
	top: 0px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0px 3px 10px #000000; 
}
div#subContainer {
	margin: 0 auto;
	height: 550px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
div#footer {
	position: absolute;
	top: 460px;
	width: 200px;
}

div#main {
	width: 665px; /*758*/
	height: 450px;
	margin: auto;
	margin-top: 10px;
	overflow: auto;
	background: url('../img/alphabg.png') repeat top left;
	color: #FFFFFF;
	padding: 25px;
}
div#mainContent,
div#main {
	font-family: "Droid Sans",arial, sans-serif;
	line-height: 1.6;
	word-spacing: 0.6pt;
}
/* SIDEMENU */
div#sidemenu {
	font-family: "Droid Sans",arial, sans-serif;
	background: url('../img/alphabg.png') repeat top left;
	width: 200px;
	height: 550px;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;	
	float: left;
}
div#sidemenu ul {
	margin-left: -40px;
	/margin-left: 0px;
}
div#sidemenu ul li {
	list-style: none;
}
div#sidemenu ul a {
	border-right: 3px solid #3C9DFF;
	text-decoration: none;
	color: #FFFFFF;
	padding: 6px;
	padding-left: 15px;
	padding-right: 5px;
	display: block;
}
div#sidemenu ul a:hover{
	border-right: 3px solid #FFFFFF;
	background: url('../img/menuselected.png') repeat top left;
	color: #ffffff;
	display: block;
	text-shadow: 0px 0px 2px #3C9DFF;
}
div#sidemenu span {
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	display: block;
	padding: 5px;
	padding-right: 8px;
	border-right: 3px solid #FFFFFF;
}
div#sidemenu span a {
	color: #FFFFFF;
}
div#main a,
div#homeDashboard a {
	color: #FFFFFF;
}
div#main a:hover,
div#homeDashboard a:hover {
	text-decoration: none;
}

span.pageTitle {
	font-family: 'Permanent Marker', sans-serif;
	font-size: 20px;
	color: #3C9DFF;
}
span.handwritefield {
	font-family: 'Permanent Marker', sans-serif;
	font-size: 20px;
	padding-left: 30px;
}
/* NEWS */
a.newsTitle {
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}
span.newsDetailTop {
	border-top: 1px solid #FFFFFF;
	display: block;
}
div.newsBox img {

}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	color: #000000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
/* End Images */

/* HOME */
div.box,
div.homeLeftBox,
div.homeRightBox {
	margin: auto;
	margin-top: 10px;
	margin-right: 15px;
	overflow: auto;
	background: url('../img/alphabg.png') repeat top left;
	color: #FFFFFF;
	padding: 25px;
	/*display: none;*/
}
div#newsACAN {
	width: 360px;
	height: 425px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
div#newsNP,
div#fblikebox {
	width: 250px;
	height: 250px;
	float:right;
	margin-top: 10px;	
}
div#fblikebox {
	padding: 3px;
	width: 294px;
	height: 295px;
}

div#homelike,
.fb_edge_widget_with_comment,
.fb_iframe_widget,
div#___plusone_0 {
	background: url('../img/alphabg.png') repeat scroll 0 0 transparent;
	top: 5px;
	left: 29px;
	height: 25px;
	width: 725px;
	padding: 5px;
}
span#newsBox_single .fb_edge_widget_with_comment,
span#newsBox_single .fb_iframe_widget {
	background: none;
	top: auto;
	left: auto;
	height: auto;
	width: auto;
	padding: 0px;
}

div#twitter {
	width: 280px;
	height: 145px;
	padding: 10px;
	float: right;
}

/* GALLERY */
div.gallery {
	overflow: auto;
	height: 210px; 
	padding: 5px;
	border: 1px solid #FFFFFF;
}
div.gallery button {
	display: none;
}
div#galleryInside {
	width: 1640px;
	height: 186px;
}
div.gallery img {
	height: 180px;
	padding: 5px;
}

