*
{
	margin					: 0;
	padding					: 0;
	
}

html
{
	
}

body
{
	font-family				: Verdana,Arial,Helvetica,sans-serif;
	font-size				: 13px;
	background				: url(../images/bg_repeat_summer.jpg) 50% 0% repeat-y;
}

#background
{
	background				: url(../images/background_summer.jpg) 50% 0% no-repeat;
}

#container
{
	margin					: 0 auto;
	padding					: 5px 5px;
	width					: 960px;
}

#top_header
{
	height					: 21px;
	background				: url(../images/bg-top-header.png) repeat-x;
}

#top_header_left
{
	float					: left;
	width					: 300px;
	padding					: 3px 0 0 5px;
	color					: #EEEEEE;
	font-size				: 85%;
}

#top_header_right
{
	float					: right;
	width					: 350px;
	color					: #999999;
	font-size				: 85%;
}

#sm_title
{
	float					: left;
	margin					: 3px 0 0 0;
	font-weight				: bold;
}
#sm_navigation
{
	float					: left;
	margin					: 0 0 0 10px;
}
#lang
{
	float					: right;
	margin					: 3px 5px 0 0;
}
#lang a
{
	color					: #EEEEEE;
	text-decoration			: none;
	background-color        : transparent;
}
#lang a:hover
{
	color					: #999999;
	text-decoration			: none;
	background-color        : transparent;
}

#header
{
	margin					: 5px 0 0 0;
	height					: 279px;
}

#header img
{
	border					: 0;
}

#header a
{
	margin					: 0;
	padding					: 0;
}

#navigation
{
	margin					: 4px 0 0 0;
	height					: 52px;
	background				: url(../images/white-bar.png) left bottom repeat-x;
}

#content
{
	margin					: 5px 0 0 0;
	padding					: 50px 40px;
	float					: left;
	width					: 575px;
	min-height				: 632px;
	background-color		: #FFFFFF;
	background-repeat		: no-repeat;
	border					: 3px solid #FFFFFF;
	background-position		: bottom;

}

#sidebar
{
	margin					: 5px 0 0 0;
	float					: right;
	width					: 294px;
}

#footer
{
	margin					: 5px 0 0 0;
	height					: 109px;
	background				: url(../images/bg-footer.png) repeat-x;
}

#footer_logo
{
	float					: left;
	margin					: 25px 0 0 15px;
}

#credits
{
	margin					: 25px 0 0 0;
	text-align				: center;
	font-size				: 85%;
}

#credits a
{
	color					: #323232;
	text-decoration			: none;
	background-color		: transparent;
	text-transform          : none;
	font-weight             : normal;
}

#credits a:hover
{
	color					: #666666;
	text-decoration			: none;
	background-color		: transparent;
	text-transform          : none;
	font-weight             : normal;
}

.promobox
{
	margin					: 0 0 5px 0;
	
}

.promobox img
{
	border					: 0;
	margin					: 0;
	padding					: 0;
}

.promobox a
{
	border					: 0;
	margin					: 0;
	padding					: 0;
}

.newsletter
{
	background				: url(../images/promobox/newsletter.jpg) no-repeat;
	padding					: 47px 18px 0 18px;
	height					: 85px;
}

.newsletter form
{
	margin					: 3px 0 0 0;
}

.newsletter .link-acc a
{
	display					: block;
	margin					: 0 0 0 5px;
	padding					: 5px;
	text-align				: center;
}

.clearer
 {
 	clear					: both;	
 }
