/**
* Disable padding and margin for all elements
**/
* {
	padding:				0px;
	margin:					0px;
}

body{
	font-family:			Trebuchet MS ,Arial, Verdana;
	font-size:				small;
	color:					#fff;
	background:				#333;
}

#content{
	border:					1px solid #bdbdbd;
	width:					1004px;
	margin:					20px auto;
}

#content_border{
	border:					9px solid #fff;
}

#header{
	background:				#000 url(bg_header.jpg);
	height:					120px;
	border-bottom:			5px solid #fff;
}

#main_picture{
	background:				url(bg_main.jpg) no-repeat;
	height:					323px;
	border-bottom:			5px solid #fff;
}

#main_picture_text{
	font-size:				51px;
	font-weight:			bold;
	padding:				195px 0 0 45px;/*273px 0 0 50px;*/
}

* html #main_picture_text{
	font-size:				51px;
	font-weight:			bold;
	padding:				187px 0 0 50px;
}

#headertext1{
	float:					right;
	margin:					45px 40px 0 0;
}

#text1 h1{
	font-size:				85px;
	margin:					0;
	padding:				0;
	line-height:			1;
}


#text2 h1{
	line-height:			1;
	padding:				0 0 0 12px;
	font-size:				51px;
}

#main_text{
	background:				#009de1;
	height:					171px;
}

#welcome_links{
	float:					left;
	margin:					30px 0 0 37px;
}

#welcome_links ul li{
	list-style-type:		none; 
}

#welcome_links ul li a{
	color:					#fff;
	text-decoration:		none;
	display:				block;
	background:				url(bg_a.gif) no-repeat 0 9px;
	padding:				0 0 0 15px;
	font-size:				26px;
}

#enter_shop{
	margin:					auto;
	width:					117px;
	height:					50px;
	text-align:				center;
	cursor:					pointer;
	padding-top:			62px;
}

a #enter_shop{
	color:					#fff;
	text-decoration:		none;
}

*+html #enter_shop{
	margin:					0 0 0 433px;
	width:					117px;
	height:					50px;
	text-align:				center;
	cursor:					pointer;
	padding-top:			62px;
}
* html #enter_shop{
	margin:					0 0 0 433px;
	width:					117px;
	height:					50px;
	text-align:				center;
	cursor:					pointer;
	padding-top:			62px;
}

#enter_button{
	background:				url(enter_button.gif);
	height:					38px;
	width:					117px;
}


#footer{
	background:				#000;
	height:					95px;
	text-align:				center;
	padding:				15px 140px 0 140px;

}
