html,body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:.82em;
	color:#555555;
	background-color:#FFFFFF;
	text-align:left;
	width: 100%;
}
a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
}

#content {
	width:955px;
	margin:0 auto 0 auto;
	text-align:left;
	padding-top: 10px;
}

#introimg {
	padding:5px;
	width: 600px;
	margin-left: 50px;
	text-align:center;
}

.last5header {
	line-height:20px;
	font-size:small;
	color:#337DA9;
	background-position:left bottom;
	font-weight: bold;
	border-bottom:.5px solid #eeeeee;

	
}
.news {
	line-height:20px;
	font-size:small;
	color:#555555;
	text-indent:-5px;
	background-position:left bottom;
	padding-left:0;
	padding-right:200px;
	padding-bottom:35px;
	padding-top:0;
	background-repeat:no-repeat;
	border-bottom-width: 0.5px;
	border-bottom-color: #E6E6E6;
	border-bottom-style: solid;
	
}
.newsheader {
	line-height:24px;
	font-size:small;
	color:#337DA9;
	background-position:left bottom;
	font-weight: bold;	
}

/* ------------ */
/* gallery.php */
.gallery {
	line-height:20px;
	font-size:small;
	color:#555555;
	text-indent:-5px;
	background-position:left bottom;
	padding-left:0;
	padding-right:200px;
	padding-bottom:300px;
	padding-top:0;
}
#gallerymed {
	padding:5px;
	border:1px solid #eeeeee;
	width: 250px;
	text-align:center;
	float: left;
	margin-left: 75px;
}
#galleryinfo {
	line-height:15px;
	font-size:0.74em;
	padding:5px;
	border:1px solid #eeeeee;
	width: 250px;
	margin-right: -100px;
	text-align:left;
	float: right;
}
#gallerytext {
	line-height:15px;
	font-size:0.74em;
	padding:5px;
	text-indent:-5px;
	text-align:center;
	top: 300px;
	width: 100%;
}
/* ------------ */

/* ------------ */
/* comments.php */
#comments {
	line-height:15px;
	font-size:0.74em;
	color:#555555;
	text-indent:-5px;
	margin-top:15px;
	background-position:left bottom;
	border-bottom-width: 0.5px;
	border-bottom-color: #E6E6E6;
	border-bottom-style: solid;
}
/* ------------ */

.logo {
	height: 60px;
	width: 201px;
	float:left;
	/*background-image: url(../images/logo.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 100%;*/
	margin-left: 10px;
}

.clearer {
	clear:both;
}

#sidebar {
	width:160px;
	float:right;
	font-size:100%;
	color:#337DA9;
	text-align:center;
}
#sidebar h1 {
	font-size:small;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #eeeeee;
	color:#337DA9;
	text-align:right;
}
.featuredimg {
	float:right;
	padding:20px;
	margin-bottom:20px;
}

#mainbar {
	margin-right:185px;
	padding-right:35px;
	background-image:url(../images/mainbar.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#mainbar h1 {
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#253183;
}

#mainbar p {
	padding:15px;
	line-height:20px;
	text-indent: -5px;
}
#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#mainbar .articleimg2 {

	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:25px;
}

/* ------------ */
/* footer.php */
#footer {
	position: relative;
	top: 40px;
	width:955px;
	margin-top:20px;
	padding-top:5px;
	padding-bottom:5px;
	color:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #337DA9;	
	clear: both;
}

#counter {
position: relative;
padding: 3px;
}

/* ----------------- */

/* CSS for the tabs STARTS here */
#header {
	height:73px;
	background:url(../images/back.png) 0 0;
	width: 960px;
}
#nav {
	float:left;
	width:760px;
	margin-top:0px;
	line-height:1em;
}
#nav ul {
	margin:0;
	padding:0 0 0 30px;
	list-style:none;
}
#nav li {
	float:left;
	margin:0 0 0 -1px;
	padding:0 0 0 6px;
	background:url(../images/nav1.gif) 0 100% no-repeat;
}
#nav li:hover {
	background-position:-6px 100%;
}
#nav a {
	float:left;
	display:block;
	color:#337da9;
	font-weight:bold;
	font-size: 1em;
	background:url(../images/nav2.gif) 100% 100% no-repeat;
	padding:5px 14px 12px 8px;
	text-decoration:none;
}
#nav li:hover a {
	background-image:url(../images/nav1.gif);
}
/* Hide from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
	color:#000000;
	text-decoration:underline;
}
#home #nav #t1,
#mygallery #nav #t2,
#upload #nav #t3,
#edit #nav #t4,
#admin #nav #t5,
#logout #nav #t6 {
	background-position:-12px 100%;
	padding-left:26px;
	margin:0 2px 0 1px;
}
#home #nav #t1 a,
#mygallery #nav #t2 a,
#upload #nav #t3 a,
#edit #nav #t4 a,
#admin #nav #t5 a,
#logout #nav #t6 a {
	background-image:url(../images/nav2s.gif);
	padding-left:0;
	padding-right:19px;
}
#nav #t1,
#home #nav #t1 {
	margin-left:0;
}
#nav #t6,
#edit #nav #t6 {
	margin-right:0;
}
/* CSS for the tabs ENDS here */
