
body {
	margin:0;
	font-size:12px; 
	line-height:16px; 
	font-family:Arial, Tahoma, Helvetica, sans-serif; 
	background:#efefef; 
	color:#111;
}

a {
	color:#991122;
	text-decoration:none;
}

a:hover {
	color:#bb2233;
	text-decoration:underline;
}

h1 {
	text-transform:uppercase; 
	font-size:16px;
}

#all {
	width:800px; 
	height: 100%;
	margin:0 auto; 
	background:#fff;
	background: #fff url(images/bear.png) no-repeat fixed bottom;
	
}

#container {
/*BLUBB*/
	
}

#logo {
	padding:50px 0 0 100px; 
	height:80px;
	color:#111; 
	text-decoration:none; 
	font-weight:bold; 
	font-size:20px; 
	text-transform:uppercase;
}

#logo a {
	color:#111; 
	text-decoration:none; 
	font-weight:bold; 
	font-size:20px; 
	text-transform:uppercase;
}

#menu {
	padding:50px 135px 0 0; 
	float:right;
}

#menu ul {
	margin-top:0;
}

#menu ul li {
	display:inline;
}

#menu a {
	font-size:14px; 
	text-decoration:none; 
	color:#111; 
	/*padding:5px 10px;*/ 
	text-transform:lowercase;
}

#menu a:hover {
	border-bottom:2px solid #991122;
}

#main {
	padding:0 100px; 
	min-height:500px;
	width: 400px;
}

#footer {
	text-align:left; 
	padding:80px 200px 20px 100px; 
	color:#3b3b3b; 
	font-size:11px;
}

#footer a {
	color:#333;
}

.tb2 {
	background-color : #ddd;
	border: 1px solid #888;
	color: #111;
	opacity:0.8;
	filter: alpha(opacity = 80);
}

#tbmes{
	width:400px;
}
