@charset "utf-8";
/* Base Screen CSS Document */

@media screen
{
	
	
	/*	Elements:
	 *	
	 *		#page
	 *		#page #header
	 *		#page #header #sections
	 *		#page #header #sections .section
	 *		#page #header #sections .section:last-child
	 *		#page #header #sections .section.current span
	 *		#page #header #sections .section.normal a
	 *		#page #header #sections .section.normal a:link
	 *		#page #header #sections .section.normal a:visited
	 *		#page #header #sections .section.normal a:hover
	 *		#page #header #sections .section.normal a:active
	 *		#page #header #utilities
	 *		#page #header #utilities .utility
	 *		#page #header #utilities .utility img
	 *		#page #header #utilities .utility:first-child
	 *		#page #header #utilities .utility.current span
	 *		#page #header #utilities .utility.normal a
	 *		#page #header #utilities .utility.normal a:link
	 *		#page #header #utilities .utility.normal a:visited
	 *		#page #header #utilities .utility.normal a:hover
	 *		#page #header #utilities .utility.normal a:active
	 *		#page #banner
	 *		#page #banner #panel
	 *		#page #banner #categories
	 *		#page #banner #categories .category
	 *		#page #banner #categories .category img
	 *		#page #banner #categories .category.current span
	 *		#page #banner #categories .category.normal a
	 *		#page #banner #categories .category.normal a:link
	 *		#page #banner #categories .category.normal a:visited
	 *		#page #banner #categories .category.normal a:hover
	 *		#page #banner #categories .category.normal a:active
	 *		#page #banner #categories #birdsCategory
	 *		#page #banner #categories #birdsCategory img
	 *		#page #banner #categories #animalsCategory
	 *		#page #banner #categories #animalsCategory img
	 *		#page #banner #categories #natureCategory
	 *		#page #banner #categories #natureCategory img
	 *		#page #content
	 *		#page #content #pageTitle
	 *		#page #content #pageTitle h2
	 *		#page #content #columns
	 *		#page #content #columns .column
	 *		#page #content #columns .column h3
	 *		#page #content #columns .column h4
	 *		#page #content #columns .column p
	 *		#page #content #columns .column ul
	 *		#page #content #columns .column ul li
	 *		#page #content #columns .column ul li > ul
	 *		#page #content #columns .column dl
	 *		#page #content #columns .column dl dt
	 *		#page #content #columns .column dl dd
	 *		#page #content #columns .column dl *:first-child
	 *		#page #content #columns .column dl *:last-child
	 *		#page #content #columns .column a
	 *		#page #content #columns .column a:link
	 *		#page #content #columns .column a:visited
	 *		#page #content #columns .column a:hover
	 *		#page #content #columns .column a:active
	 *		#page #content #columns .column .captioned
	 *		#page #content #columns .column .captioned span
	 *		#page #content #columns .column .captioned span img
	 *		#page #content #columns .column .captioned p
	 *		#page #content #columns .column > *:first-child
	 *		#page #content #columns .column > *:last-child
	 *		#page #content #columns .clear
	 *		#page #footer
	 *		#page #footer #legal
	 *		#page #footer #legal p
	 *		#page #footer #legal.current span
	 *		#page #footer #legal.normal a
	 *		#page #footer #legal.normal a:link
	 *		#page #footer #legal.normal a:visited
	 *		#page #footer #legal.normal a:hover
	 *		#page #footer #legal.normal a:active
	 *		#page div
	 *		#page span
	 *		#page img
	 */
	
	
	#page
	{
		/* Font */
			font-family: "Verdana", "Arial", "Helvetica", sans-serif;
			font-size: 12px;
			color: #ccc;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			text-transform: none;
			font-variant: normal;
			text-decoration: none;
			direction: ltr;
			unicode-bidi: normal;
		
		/* Background */
			background-color: #333;
			background-image: url("../images/page/background.png");
			background-attachment: scroll;
			background-repeat: repeat;
			background-position: center center;
		
		/* Block */
			word-spacing: normal;
			letter-spacing: normal;
			text-align: justify;
			text-indent: 0;
			white-space: normal;
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 774px;
			height: auto;
			float: none;
			clear: none;
			margin-top: 0;
			margin-right: auto;
			margin-bottom: 0;
			margin-left: auto;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: auto;
	}
	
	
	#page #header
	{
		/* Font */
			line-height: 1.0;
			text-transform: lowercase;
		
		/* Box */
			width: 720px;
			height: 12px;
			margin-top: 36px;
			margin-right: 27px;
			margin-bottom: 15px;
			margin-left: 27px;
	}
	
	
	#page #header #sections
	{
		/* Background */
			background: none;
		
		/* Block */
			text-align: left;
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: 12px;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* List */
			list-style: none;
		
		/* Positioning */
			position: absolute;
			visibility: visible;
			left: 0;
			top: 0;
			bottom: 0;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #header #sections .section
	{
		/* Background */
			background: none;
		
		/* Block */
			display: inline;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: 12px;
			float: none;
			clear: none;
			margin-top: 0;
			margin-right: 12px;
			margin-bottom: 0;
			margin-left: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #header #sections .section:last-child
	{
		/* Box */
			margin-right: 0;
	}
	
	
	#page #header #sections .section.current span
	{
		/* Font */
			color: #f93;
			text-decoration: none;
	}
	
	
	#page #header #sections .section.normal a
	{
		/* Font */
			text-decoration: none;
		
		/* Background */
			background: none;
		
		/* Block */
			display: inline;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
		
		/* Extensions */
			cursor: pointer;
	}
	
	
	#page #header #sections .section.normal a:link
	{
		/* Font */
			color: #ccc;
	}
	
	
	#page #header #sections .section.normal a:visited
	{
		/* Font */
			/*color: #999;*/
			color: #ccc;
	}
	
	
	#page #header #sections .section.normal a:hover
	{
		/* Font */
			color: #fff;
	}
	
	
	#page #header #sections .section.normal a:active
	{
		/* Font */
			color: #f93;
	}
	
	
	#page #header #utilities
	{
		/* Background */
			background: none;
		
		/* Block */
			text-align: right;
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: 12px;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* List */
			list-style: none;
		
		/* Positioning */
			position: absolute;
			visibility: visible;
			top: 0;
			right: 0;
			bottom: 0;
			z-index: auto;
			overflow: hidden;
	}
	
	
	#page #header #utilities .utility
	{
		/* Background */
			background-color: #666;
			background-image: url("../images/page/header/utilities/utility/background.png");
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-position: top left;
		
		/* Block */
			display: inline;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 12px;
			height: 12px;
			float: none;
			clear: none;
			margin-top: 0;
			margin-right: 0;
			margin-bottom: 0;
			margin-left: 12px;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: hidden;
	}
	
	
	#page #header #utilities .utility img
	{
		/* Background */
			background-color: transparent;
			background-image: url("../images/page/header/utilities/utility/img/background.png");
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-position: top left;
		
		/* Block */
			vertical-align: top;
			display: inline;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 12px;
			height: 12px;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: hidden;
	}
	
	
	#page #header #utilities .utility:first-child
	{
		/* Box */
			margin-left: 0;
	}
	
	
	#page #header #utilities .utility.current span
	{
		/* Font */
			color: #f93;
			text-decoration: none;
	}
	
	
	#page #header #utilities .utility.normal a
	{
		/* Font */
			text-decoration: none;
		
		/* Background */
			background: none;
		
		/* Block */
			display: inline;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
		
		/* Extensions */
			cursor: pointer;
	}
	
	
	#page #header #utilities .utility.normal a:link
	{
		/* Font */
			color: #ccc;
	}
	
	
	#page #header #utilities .utility.normal a:visited
	{
		/* Font */
			/*color: #999;*/
			color: #ccc;
	}
	
	
	#page #header #utilities .utility.normal a:hover
	{
		/* Font */
			color: #fff;
	}
	
	
	#page #header #utilities .utility.normal a:active
	{
		/* Font */
			color: #f93;
	}
	
	
	#page #banner
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 747px;
			height: 147px;
			float: none;
			clear: none;
			margin-top: 15px;
			margin-right: 27px;
			margin-bottom: 3px;
			margin-left: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: hidden;
	}
	
	
	#page #banner #panel
	{
		/* Background */
			background-color: #666;
			background-image: url("../images/page/banner/panel/background.png");
			background-attachment: scroll;
			background-repeat: repeat-x;
			background-position: top left;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			height: 147px;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: absolute;
			visibility: visible;
			top: 0;
			right: 342px;
			bottom: 0;
			z-index: auto;
			overflow: hidden;
	}
	
	
	#page #banner #categories
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 339px;
			height: 147px;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* List */
			list-style: none;
		
		/* Positioning */
			position: absolute;
			visibility: visible;
			top: 0;
			right: 0;
			bottom: 0;
			z-index: auto;
			overflow: hidden;
	}
	
	
	#page #banner #categories .category
	{
		/* Background */
			background-color: #666;
			background-image: url("../images/page/banner/categories/category/background.png");
			background-attachment: scroll;
			background-repeat: repeat-y;
			background-position: top left;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 168px;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: absolute;
			visibility: visible;
			z-index: auto;
			overflow: hidden;
	}
	
	
	#page #banner #categories .category img
	{
		/* Background */
			background-color: transparent;
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-position: top left;
		
		/* Block */
			vertical-align: top;
			display: inline;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 168px;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: hidden;
	}
	
	
	#page #banner #categories .category.current span
	{
		/* Font */
			color: #f93;
			text-decoration: none;
	}
	
	
	#page #banner #categories .category.normal a
	{
		/* Font */
			text-decoration: none;
		
		/* Background */
			background: none;
		
		/* Block */
			display: inline;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
		
		/* Extensions */
			cursor: pointer;
	}
	
	
	#page #banner #categories .category.normal a:link
	{
		/* Font */
			color: #ccc;
	}
	
	
	#page #banner #categories .category.normal a:visited
	{
		/* Font */
			/*color: #999;*/
			color: #ccc;
	}
	
	
	#page #banner #categories .category.normal a:hover
	{
		/* Font */
			color: #fff;
	}
	
	
	#page #banner #categories .category.normal a:active
	{
		/* Font */
			color: #f93;
	}
	
	
	#page #banner #categories #birdsCategory
	{
		/* Box */
			height: 147px;
		
		/* Positioning */
			top: 0;
			right: 0;
			bottom: 0;
	}
	
	
	#page #banner #categories #birdsCategory img
	{
		/* Background */
			background-image: url("../images/page/banner/categories/category/birds/img/background.png");
		
		/* Box */
			height: 147px;
	}
	
	
	#page #banner #categories #animalsCategory
	{
		/* Box */
			height: 72px;
		
		/* Positioning */
			left: 0;
			top: 0;
	}
	
	
	#page #banner #categories #animalsCategory img
	{
		/* Background */
			background-image: url("../images/page/banner/categories/category/animals/img/background.png");
		
		/* Box */
			height: 72px;
	}
	
	
	#page #banner #categories #natureCategory
	{
		/* Box */
			height: 72px;
		
		/* Positioning */
			left: 0;
			bottom: 0;
	}
	
	
	#page #banner #categories #natureCategory img
	{
		/* Background */
			background-image: url("../images/page/banner/categories/category/nature/img/background.png");
		
		/* Box */
			height: 72px;
	}
	
	
	#page #content
	{
		/* Background */
			background-color: #666;
			background-image: url("../images/page/content/background.png");
			background-attachment: scroll;
			background-repeat: repeat-y;
			background-position: top center;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 720px;
			height: auto;
			float: none;
			clear: none;
			margin-top: 3px;
			margin-right: 27px;
			margin-bottom: 15px;
			margin-left: 27px;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #pageTitle
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 708px;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 6px;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #pageTitle h2
	{
		/* Font */
			font-size: 18px;
			color: #fff;
			font-weight: normal;
			text-transform: lowercase;
		
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 708px;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 720px;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns .column
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			height: auto;
			clear: none;
			margin: 0;
			padding: 6px;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns .column h3
	{
		/* Font */
			font-size: 15px;
			color: #fff;
			font-weight: normal;
			text-transform: lowercase;
		
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
			padding-top: 18px;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns .column h4
	{
		/* Font */
			font-size: 12px;
			color: #fff;
			font-weight: normal;
			text-transform: lowercase;
		
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;	/* [padding-top || padding-right || padding-bottom || padding-left] */
			padding-top: ;
			padding-right: ;
			padding-bottom: ;
			padding-left: ;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns .column p
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding-top: 6px;
			padding-right: 0;
			padding-bottom: 6px;
			padding-left: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns .column ul
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding-top: 6px;
			padding-right: 0;
			padding-bottom: 18px;
			padding-left: 36px;
		
		/* List */
			list-style-type: square;
			list-style-image: none;
			list-style-position: outside;
		
		/* Positioning */
			position: inherit;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns .column ul li
	{
		/* Background */
			background: none;
		
		/* Block */
			display: list-item;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding-top: 6px;
			padding-right: 0;
			padding-bottom: 6px;
			padding-left: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns .column ul li > ul
	{
		/* Box */
			padding-bottom: 12px;
	}
	
	
	#page #content #columns .column dl
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding-top: 6px;
			padding-right: 0;
			padding-bottom: 6px;
			padding-left: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns .column dl dt
	{
		/* Font */
			font-family: ;
			font-size: ;
			color: ;
			font-style: ;
			line-height: ;
			font-weight: ;
			text-transform: ;
			font-variant: ;
			text-decoration: ;
			font: ;	/* [font-style || font-variant || font-weight]? font-size [ / line-height]? font-family] */
			text-shadow: ;
			font-size-adjust: ;
			direction: ;
			unicode-bidi: ;
		
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding-top: 6px;
			padding-right: 0;
			padding-bottom: 6px;
			padding-left: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: hidden;
	}
	
	
	#page #content #columns .column dl dd
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding-top: 3px;
			padding-right: 0;
			padding-bottom: 18px;
			padding-left: 24px;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns .column dl *:first-child
	{
		/* Box */
			margin-top: 0;
			padding-top: 0;
	}
	
	
	#page #content #columns .column dl *:last-child
	{
		/* Box */
			margin-bottom: 0;
			padding-bottom: 0;
	}
	
	
	#page #content #columns .column a
	{
		/* Font */
			text-decoration: none;
		
		/* Background */
			background: none;
		
		/* Block */
			display: inline;
		
		/* Border */
			border-top: none;
			border-right: none;
			border-bottom-style: dashed;
			border-bottom-width: 1px;
			border-left: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns .column a:link
	{
		/* Font */
			color: #ccc;
		
		/* Border */
			border-bottom-color: #ccc;
	}
	
	
	#page #content #columns .column a:visited
	{
		/* Font */
			/*color: #999;*/
			color: #ccc;
		
		/* Border */
			/*border-bottom-color: #999;*/
			border-bottom-color: #ccc;
	}
	
	
	#page #content #columns .column a:hover
	{
		/* Font */
			color: #fff;
		
		/* Border */
			border-bottom-color: #fff;
	}
	
	
	#page #content #columns .column a:active
	{
		/* Font */
			color: #f93;
		
		/* Border */
			border-bottom-color: #f93;
	}
	
	
	#page #content #columns .column .captioned
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns .column .captioned span
	{
		/* Font */
			color: #fff;
	}
	
	
	#page #content #columns .column .captioned span img
	{
		/* Background */
			background-color: transparent;
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-position: top left;
		
		/* Block */
			vertical-align: baseline;
			display: inline;
		
		/* Border */
			border: none;
		
		/* Box */
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #content #columns .column .captioned p
	{
		/* Font */
			font-size: 10px;
			color: #fff;
			font-style: italic;
		
		/* Block */
			text-align: right;
		
		/* Box */
			padding-top: 3px;
			padding-bottom: 0;
	}
	
	
	#page #content #columns .column > *:first-child
	{
		/* Box */
			margin-top: 0;
			padding-top: 0;
	}
	
	
	#page #content #columns .column > *:last-child
	{
		/* Box */
			margin-bottom: 0;
			padding-bottom: 0;
	}
	
	
	#page #content #columns .clear
	{
		/* Font */
			font-size: 0;
			line-height: 0;
		
		/* Background */
			background: none;
		
		/* Block */
			display: inherit;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 0;
			height: 0;
			float: none;
			clear: both;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: hidden;
			z-index: auto;
			overflow: hidden;
	}
	
	
	/* ... */
	
	
	#page #footer
	{
		/* Font */
			line-height: 1.0;
			text-transform: lowercase;
		
		/* Box */
			width: 720px;
			height: 12px;
			margin-top: 15px;
			margin-right: 27px;
			margin-bottom: 36px;
			margin-left: 27px;
	}
	
	
	#page #footer #legal
	{
		/* Block */
			text-align: left;
		
		/* Box */
			width: 720px;
			height: 12px;
	}
	
	
	#page #footer #legal p
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: 720px;
			height: 12px;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page #footer #legal.current span
	{
		/* Font */
			color: #f93;
			text-decoration: none;
	}
	
	
	#page #footer #legal.normal a
	{
		/* Font */
			text-decoration: none;
		
		/* Background */
			background: none;
		
		/* Block */
			display: inline;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
		
		/* Extensions */
			cursor: pointer;
	}
	
	
	#page #footer #legal.normal a:link
	{
		/* Font */
			color: #ccc;
	}
	
	
	#page #footer #legal.normal a:visited
	{
		/* Font */
			/*color: #999;*/
			color: #ccc;
	}
	
	
	#page #footer #legal.normal a:hover
	{
		/* Font */
			color: #fff;
	}
	
	
	#page #footer #legal.normal a:active
	{
		/* Font */
			color: #f93;
	}
	
	
	#page div
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page p
	{
		/* Background */
			background: none;
		
		/* Block */
			display: block;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page span
	{
		/* Background */
			background: none;
		
		/* Block */
			display: inline;
		
		/* Border */
			border: none;
		
		/* Box */
			width: auto;
			height: auto;
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
	#page img
	{
		/* Background */
			background-color: transparent;
			background-attachment: scroll;
		
		/* Block */
			vertical-align: baseline;
			display: inline;
		
		/* Border */
			border: none;
		
		/* Box */
			float: none;
			clear: none;
			margin: 0;
			padding: 0;
		
		/* Positioning */
			position: relative;
			visibility: visible;
			z-index: auto;
			overflow: visible;
	}
	
	
}
