
	body {
		background-image: url(/images/application/bg_bottom.jpg);
		background-position: bottom;
		background-repeat: repeat-x;
		background-color: #000;
	}
	
	#wallpaper {
		background-image: url(/images/application/bg_top.png);
		background-repeat: repeat-x;
	}
	
	#case {
		background-image: url(/images/application/bg_header.gif);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	#container {
		
	}
	
	p {
		color: #AAAAA2;
	}
	
	a:link {
		color: #999;
	}
	
	a:hover {
		color: #CCC;
	}
	
	a:visited {
		color: #AAAAA2;
	}

	
	acronym {
		border-bottom: 1px dotted #333;
	}
	
	h1 {
		color: #FFF;
	}
	
	h2 {
		color: #FFF;
	}

/* menu */

	#top-menu, #bottom-menu {
		background-color: #0E0E0E;	
	}
	
	#top-menu .menu-highlight {
		background-image: url(/images/application/bg_highlight_top.gif);
		background-position: bottom left;
	}
	
	#bottom-menu .menu-highlight {
		background-image: url(/images/application/bg_highlight_bottom.gif);
		background-position: top left;
	}

	.menu-item {
		color: #FFF;
	}
	
	.menu-item a:link {
		color: #A5352A;
		border: none;
	}
	
	.menu-item a:hover {
		color: #A5352A;
		border-bottom: 1px solid #A5352A;
	}
	
	.menu-item a:visited {
		color: #A5352A;
		border: none;
	}
	
	.menu-caption {
		color: #333;
	}
	
	.menu-highlight {
		background-color: #341815;
		background-repeat: no-repeat;
	}


/* content */

	#header {
		background-repeat: no-repeat;
		background-position: top;
	}
	
	#content {
		background-color: #181818;
		border: 6px solid #0b0b0b;
	}
	
	.rule {
		border-bottom: 1px solid #1e1e1e;
	}


/* notice */
	
	#notice {
		color: #A5352A;
		border-top: 2px solid #A5352A;
		border-bottom: 2px solid #A5352A;

	}
	
	#notice.error {
		
	}
	
	#notice .error p {
		color: #A5352A;
	}
	
	#notice .error ul {
		
	}	
	
	#notice .error li {
		color: #333;
	}


/* miscellaneous */
	
	#footer {
		background-image: url(/images/application/bg_footer.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	#contact p {
		color: #666;
		margin-top: 4px;
	}
	
	#copyright p {
		color: #666;
	}
	
	#copyright a:link {
		color: #666;
		border-bottom: 1px dotted #333;
	}
	
	#copyright a:hover {
		color: #FFF;
	}
	
	#copyright a:visited{
		color: #666;
	}
	
	legend {
		color: #FFF;
	}
	
	.signature {
		border-top: 1px solid #1e1e1e;
		color: #FFF;
		padding-top: 8px;
		padding-bottom: 20px;
	}
	
	.slug a:link {
		border-bottom: 1px dotted #333;
		color: #333;	
	}
	
	.slug a:hover {
		border-bottom: 1px dotted #333;
		color: #666;	
	}
	
	.slug a:visited {
		color: #333;	
	}
	
	#header a:link {
		border: none;
	}
	
	
	#photos-next {
		border-bottom: 1px solid #1e1e1e;
	}
	
	#photos-previous {
		border-bottom: 1px solid #1e1e1e;
	}
	
	.photo-aquo {
		color: #A5352A;
	}
	
	#photos-tw {
		color: #333;
	}
	
	#photos-tw a:link {
		color: #333;
	}

/* table */

	.no-border {
		border: 0px;
	}

	.list {
		color: #666;
	}

	.list table {
	}
	
	.list .actions {
	}
	
	.specials, .events {

	}
	
	.specials td, .events td {
		border-top: 1px solid #1e1e1e;
		border-bottom: 1px solid #1e1e1e;
	}
	
	.specials .left, .events .left {

	}

	.specials .center, .events .center {
		border-left: 1px solid #1e1e1e;
		border-right: 1px solid #1e1e1e;
	}
	
	.specials .right, .events .right {
	}
	
	.specials h3, .events h3, .events label {
		color: #FFF;
	}
	
	.specials li, .events li {
		color: #AAAAA2;
	}
	
	#specials-least-row td, #events-least-row td {
		border-bottom: none;
	}
	
	#specials-least-row-admin td, #events-least-row-admin td {
		border: none;
	}
	
	#galleries-list li {
		border-bottom: 1px dotted #1e1e1e;
	}
	
	.current-gallery {
		color: #AAAAA2;
	}
	
/* buttons */

	.button {
		border: none;
		background-color: #181818;
	}
	
	.create-button {
		background-image: url(/images/application/buttons/create.gif);
		height: 29px;
		width: 55px;
	}
	
	.login-button {
		background-image: url(/images/application/buttons/login.gif);
		height: 29px;
		width: 55px;
	}
	
	.save-button {
		background-image: url(/images/application/buttons/save.gif);
		height: 29px;
		width: 55px;
	}
	
	.send-button {
		background-image: url(/images/application/buttons/send.gif);
		height: 29px;
		width: 55px;
	}
	
	.signup-button {
		background-image: url(/images/application/buttons/signup.gif);
		height: 29px;
		width: 55px;
	}

	.submit-button {
		background-image: url(/images/application/buttons/submit.gif);
		height: 29px;
		width: 55px;
	}
	
/* forms */
	
	input {
		border: 1px solid #666;
		background-color: #333;
		color: #CCC;
	}	
	
	input:focus {
		border-bottom: 1px solid #A5352A;
		color: #FFF;
	}
	
	textarea {
		border: 1px solid #666;
		background-color: #333;
		color: #CCC;
	}				