body {
	background-color: #2e97c6;
	background-image: url(/images/themes/base/site_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #333333;
	font-family: verdana, tahoma;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}

a {
	text-decoration: none;
}

div, p {
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

label {
	font-size: 12px;
}

textarea {
	width: 400px;
	height: 100px;
}

.pagination {
	border-color: #3C72B8;
	border-style: dotted;
	border-width: 1px 0;
	color: #ccc;
	font-size: 14px;
	margin: 10px;
	padding: 5px 0px;
}

	.pagination a {
		color: #fff;
	}

	.pagination a, .pagination strong {
//		border: 1px solid #3C72B8;
		padding: 0px 3px;
	}
	
	.pagination strong {
		background-color: #1D599F;
	}
	
	.pagination a:hover {
		background-color: #2B67AF;
		text-decoration: none;
	}

#site_container {
	margin: auto;
	width: 980px;
}

#site_top {
	background-image: url(/images/themes/base/site_logo2.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 167px;
}

#site_menu {
	background-image: url(/images/themes/base/menu_bg.jpg);
	height: 62px;
}

	#nav_up {
		height: 37px;
	}

		#nav_up ul {
			margin: 0px;
			padding: 0px;
			padding-top: 10px;
		}

		#nav_up li {
			display: inline;
			padding: 11px 28px;
			list-style-type: none;
		}

			#nav_up a {
				color: #ffffff;
				font-size: 15px;
				font-weight: bold;
			}

				#nav_up a:hover {
//					color: navy;
				}

	#nav_down {
		height: 25px;
	}

		#nav_down ul {
			margin: 0px;
			padding: 0px;
			padding-left: 20px;
			padding-top: 5px;
		}

		#nav_down li {
			display: inline;
			padding: 4px 10px;
			list-style-type: none;
		}

			#nav_down a {
				color: #ffffff;
				font-size: 12px;
				font-weight: bold;
			}

				#nav_down a:hover {
//					color: #ffba14;
				}

		#menu_events {
			display: none;
		}

		#menu_locals {
			display: none;
		}

		#menu_galeries {
			display: none;
			margin-left: 390px;
		}

		#menu_users {
			display: none;
			margin-left: 430px;
		}

		#menu_about_us {
			display: none;
			margin-left: 200px;
		}

#site_ads {
	background-image: url(/images/themes/base/ad_bg.jpg);
	background-position: top;
	padding: 5px;
	text-align: center;
}

#site_content {
	background-color: white;
	height: 100%;
	overflow: auto;
	padding: 4px;
	margin-bottom: 2px;
}

#user_panel {
	background-color: #d1d4d5;
	color: #252525;
	font-size: 11px;
	margin-bottom: 4px;
	padding: 4px 10px;
}

	#user_panel a {
		color: #353535;
		font-weight: normal;
	}

		#user_panel a:hover {
			color: #000000;
		}

	.login_form .input {
		background-color: #aaaaaa;
		border: 1px solid #666666;
		color: #222222;
		font-size: 10px;
		font-weight: bold;
	}

	.login_form .button {
		background-color: #666666;
		border: 1px solid #333333;
		color: #dddddd;
		font-size: 10px;
		font-weight: bold;
		}

#partners {
	background-color: white;
	clear: both;
	color: #555;
	font-weight: bold;
	height: 50px;
	overflow: hidden;
}

	#partners div {
		float: left;
		margin: 0px 15px;
	}

	#parners img {
		margin: 0px 15px;
	}
