@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {
	font-size:1.4em;
	font-weight:bold;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
}
h3 {
	font-size:1.1em;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	pading:0;
}
.oneColFixCtrHdr #linkbutton {
	border: 0px solid #000;
	text-decoration: none;
	color: #000000;
	padding-right: 4px;
	padding-left: 4px;
}
#contextmenuarticle{
	background-color: #999999;
	border: 1px solid #CCCCCC;
	color: #000000;
}
#contextmenuarticle ul{
	list-style-position:outside;
	margin-left:0px;
	padding-left:0px;
}
#contextmenuarticle li{
	list-style:none;
	background-color: #ccc;
	border: 1px solid #000;
	margin: 5px;
	margin-left:0px;
}
#catlist{
	float:left;
}
#addlist {
	margin:20px;
	margin-left:230px;

}
.article {
}
.article img{
	margin:7px;
}

.oneColFixCtrHdr #header {

	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {

}
.oneColFixCtrHdr #mainContent {
	padding: 10px 20px;
}
.oneColFixCtrHdr #footer {
	width: 780px;
	/*padding: 0;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;*/
	margin: 0 auto; 
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #content {
	width: 500px;
	text-align: justify;
	border-left: 1px solid #fff;
	margin: 20px 10px;
	padding-left:10px;
	margin-left:151px;
	font-size: 1.2em;
	
}
.oneColFixCtrHdr #navi {
	float:left;
	height:100%;
	font-size: 0.8em;
	font-weight:bold;
}
.oneColFixCtrHdr .clearfix {
	clear:both;
	height:1px;
}
#myGallery
{
width: 550px !important;
height: 400px !important;
} 
#myGallery .full {
	width:auto;
	height:auto
}
.oneColFixCtrHdr #contactform {
	list-style-position: outside;
	list-style-type: none;
}
.oneColFixCtrHdr #contactform .labels{
	width:100px;
	float:left;
}
#container .title {
	font-size:1.2em;
	font-weight:bold;
}
#container .date {
	font-size:0.8em;
	font-weight:normal;
}
#container .maintext {
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content .list {
	margin-bottom:10px;
}
#content .list a{
	text-decoration:underline;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}
.linklabel {
	width:100px;float:left;
}
.links_x {
	list-style-type:none;
	list-style-position:outside;
	margin-left:0px;
}
.links_x input {
}
.linkform {
	border:1px solid;
	padding:5px;
}
.linksubmit {
	width:100px;
margin:5px;
}
#content .linklist_link {

}
#content .linklist_comment{
	margin-top:3px;
}
#content .linklist{
	margin-left:0px;
	list-style-type:none;
}