
	#topmenu{
	
	float: right;
	}
		#topmenuGallery{
	
	float: left;
	}
	.clear
	{	clear: both;
		overflow: hidden;
		height: 0}

	#all
	{	width: 80%;
		min-width: 650px;
		margin: 40px auto 0 auto;
		background: #FCFFED;
		padding: 20px 35px}

	h1
	{	font: 26px tahoma, arial;
		color: #324143}

	p
	{	font: 12px tahoma, arial;
		color: #171F26;
		margin-bottom: 25px}

	a
	{	color: #324143}

	#copyright
	{	width: 80%;
		min-width: 650px;
		margin: 0 auto;
		padding: 20px 35px;
		background: #B6C28B;
		font: 12px tahoma, arial;
		color: #324143}

	#copyright a
	{	color: #324143}

	#copyright a:hover
	{	color: #171F26}


/* menu styles */
#jsddm
{	margin: 0;
	padding: 0}
	
#jsddmGallery
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}
		
#jsddmGallery li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}
		
	#jsddm li a
	{	display: block;
		background: #175CE8;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 76px;
		color: #EAFFED;
		font-weight:bold;
		white-space: nowrap}
		
		#jsddmGallery li a
	{	display: block;
		background: #DFE9EA;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 76px;
		color: #F81243;
		font-weight:bold;
		white-space: nowrap}
		
	#jsddm li a:hover
	{	background: #8DAFF2}
	
	#jsddmGallery li a:hover
	{	background: #8DAFF2}
	
	
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
			
			#jsddmGallery li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddmGallery li ul li
			{	float: none;
				display: inline}
				
				
				
			#jsddm li ul li a
			{	width: auto;
				background: #175CE8;
				color: #FFFFFF}
				
			#jsddmGallery li ul li a
			{	width: auto;
				background: #175CE8;
				color: #FFFFFF}
			
			#jsddm li ul li a:hover
			{	background: #8DAFF2}

			#jsddmGallery li ul li a:hover
			{	background: #8DAFF2}
