/* layout */

body
{
	margin: 0;
	width: 100%;
}
a
{
  color: White;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#page
{
	position: absolute;
	width: 975px;
	left: 50%;
	margin-left: -488px;
	margin-right: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#left
{
	width: 140px;
	height: 660px;
	margin-right: 15px;
	float: left;
}
#middle
{
	width: 610px;
	height: 660px;
	margin: 0px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #2D2626;
	color: White;
}
#right
{
	background-image: url(/Assets/pravy-panel.jpg);
	width: 210px;
	height: 660px;
	float: left;
	font-size: 13px;
}
#footer
{
	margin-top: 5px;
	height: 25px;
	width: 975px;
	font-family: Verdana;
	font-size: 11px;
	color: Black;
}

/* left */

#left-menu
{
	height: 535px;
	margin-top: 125px;
	color: Black;
}
#left-menu a
{
	padding: 1px;
	color: #1B0A00;
}
#left-menu .larger a
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#left-menu .larger a.actual
{
	background: #D6DF24;
}
#left-menu ul
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#left-menu ul li
{
	padding: 2px 5px 2px 5px;
}
#left-menu ul.smaller
{
	margin-top: 3px;
}
#left-menu ul.smaller li
{
	padding: 2px 0px;
}
#left-menu ul.smaller a 
{
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
}
#left-menu ul.smaller a.actual
{
	font-weight: bold;
	background-color: Transparent;
}
/* middle */

#middle-holder
{
	height: 20px;
}
#middle-link
{
	text-align: left;
	vertical-align: top;
	height: 60px;
	margin: 0 0 0 10px;
}
#middle-link a img
{
	border: 0;
}
#middle-menu
{
  width: 610px;
	background-image: url(/Assets/horny-panel.jpg);
	margin-top: 25px;
	height: 100px;
	color: White;
	text-align: right;
	vertical-align: bottom;
}
#middle-menu-in
{
}
#middle-menu a
{
	color: White;
}
#middle-menu-in a.actual
{
	color: #D6DF24;
}
#middle-content
{
	height: 535px;
	overflow: hidden;
}

/* right */

#right-banners
{
	margin-top: 125px;
	height: 535px;
	overflow: hidden;
}
#right-banners-header
{
	height: 25px;
}
.right-banner
{
	margin: 0 25px 0 25px;
	height: 170px;
}
.right-banner img
{
	border: 0;
}
.right-banner span
{
	display: block;
}
.right-banner a
{
	color: Black;
}
.right-banner a span:hover
{
	text-decoration: underline;
}

/* footer */

#footer a
{
	color: Black;
}
#left-footer
{
	height: 25px;
	width: 155px;
	float: left;
}
#middle-footer
{
	height: 25px;
	width: 610px;
	float: left;
	text-align: right;
}
#right-footer
{
	height: 25px;
	width: 210px;
	float: left;
	text-align: right;
}

/* error */
h2.error
{
	font-size:14px;
	margin: 15px;
}
p.error
{
	margin-left: 15px;
}

/* templates */

.template-only-text
{
	margin: 15px;
}
.template-video-left, .template-flash-left, .template-image-gallery-left, .template-link-gallery-left
{
	width: 330px;
	height: 505px;
	margin: 15px;
	float: left;
}
.template-image-left
{
	width: 345px;
	height: 535px;
	margin: 0 15px 0 0;
	float: left;
}
.template-video-right, .template-flash-right, .template-image-right, .template-image-gallery-right, .template-link-gallery-right
{
	width: 235px;
	height: 505px;
	margin: 15px 15px 15px 0;
	float: right;
}
.template-link-gallery-top
{
	height: 485px;
}
.template-link-gallery-bottom
{
	height: 20px;
}
.template-link-gallery-item
{
	width: 150px;
	height: 120px;
	margin: 0 0 0 15px;
	float: left;
}
.template-link-gallery-item img
{
	border: 0;
}
.template-link-gallery-item span
{
	display: block;
}
.template-link-gallery-left a
{
	color: White;
	text-decoration: none;
}
.template-link-gallery-left a.actual
{
	color: #D6DF24;
}

/* newsletter */

#email 
{
	width: 230px;
	margin-top: 3px;
}
#newsletter, #magazine
{
	margin-left: 0;
}
p.submit 
{
	text-align: right;
}
#signup, #signoff 
{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: White;
	cursor: pointer;
	clear: both;
	font-weight: bold;
}
.validation-summary-errors 
{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #D6DF24;
}