body {
	background-color:#4a4d52;
	background-image:url(/images/bg.jpg) repeat-x top;
	font-family:Geneva, Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:#69F;
	line-height:15px;
}

a {
	outline:none;
	color:#96F;
	text-decoration:none;
}

p {
	margin:8px 0 8px 0;	
}

a:hover {
	color:#99F;
	text-decoration:underline;
}

h1 {
	margin:3px 0 3px 0;
	text-align:center;
}

img {border:none;}


ul  {
	list-style: url(/images/bullet3.png);
	margin:8px 0 8px 0;
	padding-left:45px;
}

div#content {
	height:520px;
	width:581px;
	overflow:auto;
	margin:0 6px 0 6px;
}

#logo {
	background:url(/images/logo.png);
	width:247px;
	height:49px;
	margin:15px 0 0 7px;
}

#layout_header {
	vertical-align:top;
	background:url(/images/index_08.jpg);
	width:938px;
	height:78px;
}

#layout_footer {
	background:url(/images/index_16.jpg);
	background-repeat:no-repeat;
	width:934px;
	vertical-align:top;
	text-align:center;
	color:#abc;
	padding-top:4px;
}

#layout_main {
	vertical-align:top;
	background:url(/images/index_12.jpg);
	width:958px;
	height:549px;
	overflow:hidden;
}

#photos_inner {
	position:relative;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
	width:7000px; /* IE7 will cock this up, unless the width is explicitly set */
}

#photos_outer {
	position:relative;
	overflow:hidden;
	width:575px;
	margin:0 auto 0 auto;
}

#photos_wait {
	position:absolute;
	z-index:1;
	top:38px;
	left:275px;
}

#warning {
	background:url(/images/icon_404.png) no-repeat;
	margin:10px auto 10px auto;
	width:80px;
	height:80px;
}

#warning2 {
	background:url(/images/icon_403.png) no-repeat;
	margin:10px auto 10px auto;
	width:80px;
	height:80px;	
}

#warning_msg {
	margin:10px auto 10px auto;
	font-size:12px;
	line-height:16px;
	width:450px;
	text-align:center;
}

.admin_left {
	background:url(/images/admin-left.png) no-repeat;
	height:23px;
	width:9px;
}

.admin_middle {
	background:url(/images/admin-middle.png) repeat-x;
	height:23px;
	padding:2px 0 0 5px;
	font-size:9px;
	vertical-align:top;
}

.cc_item {
	font-size:9px;	
}

/* Box classes */

.box_top {
	background:url(/images/box-top.png) repeat-x;
}

.box_title {
	text-align:center;
	margin:2px 0 8px 0;
}

.box_divider {
	text-align:center;
	height:1px;
}

.box_comment {
	margin:0 0 0 5px;
	padding:10px 3px 0 30px;
	background:url(/images/quotes.png) no-repeat top left;
}

.box_comment_author {
	margin:0 0 0 5px;
	padding:1px 2px 1px 30px;
	font-size:9px;
	color:#ccc;
}

.box_content {
	background:url(/images/box-bg.png) repeat;	
}

.box_error {
	margin:10px 3px 10px 3px;
	text-align:center;
	color:red;
}

.box_left {
	background:url(/images/box-left.png) repeat-y;
}

.box_more {
	text-align:right;
	font-size:9px;
	padding:2px 5px 4px 0px;
}

.box_notify {
	margin:10px 3px 10px 3px;
	text-align:center;
}

.box_right {
	background:url(/images/box-right.png) repeat-y;	
}

.box_bottom {
	background:url(/images/box-bottom.png) repeat-x;	
}

/* Inner box classes */
.innerbox_top {
	background:url(/images/innerbox-top.png) repeat-x;
	height:4px;
}

.innerbox_left {
	background:url(/images/innerbox-left.png) repeat-y;
	width:4px;
}

.innerbox_right {
	background:url(/images/innerbox-right.png) repeat-y;
	width:4px;
}

.innerbox_bottom {
	background:url(/images/innerbox-bottom.png) repeat-x;
	height:4px;
}

.innerbox_bg {
	background:url(/images/innerbox-bg.png) repeat;
}

/* Menu classes */
.menu_divider {
	text-align:center;
	height:1px;
}

.menu_item {
	text-align:center;
	padding:3px 0 4px 0;
}

.cal {
	width:23px;
	height:23px;
	padding-top:7px;
	text-align:center;
	background:url(/images/cal-small.png) no-repeat;
	color:black;
	font-size:9px;
}

.content_footer {
	text-align:center;
	color:#abc;
}

.divider {
	height:3px;
	line-height:1px;
	font-size:1px;
}

.errmsg {
	margin:10px 20px 10px 20px;
	text-align:center;
	color:red;	
}

.favitems {
	color:#abc;
	vertical-align:top;
	padding:5px 15px 5px 15px; 	
}

.newsflash {
	text-align:center;	
}

.pic {
	padding:1px;
	border:1px solid #666;
}

.pic_over {
	padding:1px;
	border:1px solid #fff;
}

.scrolling {
	margin:0 2px 0 2px;
	padding:0 3px 0 3px;
	overflow:auto;
}

.spacer {
	height:5px;	
}

.white {
	color:white;	
}