/* 
mobint mobile site template
*/

/* Reset */
* { margin:0; padding:0; font-family: sans-serif; }
ol, ul, li { list-style:none }

/* Utility */
.radius { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.rot {color: red; font-weight: bold;}
.center {text-align: center;}
.white {color: white;}
.noglow a{text-shadow: none!important;}

/* Structure */

body { background: url(images/bg.jpg) top center no-repeat #242424; }


#header { 
	background: url(images/header.png) top center repeat-x ;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
 }
#header img { margin-top: 7px;}

#header_big {
	background: url(images/header_big.png) top center repeat-x ;
	height: 102px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#header_big img { margin-top: 13px;}

#content { text-align: center; padding: 0 10px; margin: 10px auto 0; }
#content img { margin: 5px auto;}

#baloon { 
	background: #ccc;
	color: #333; 
	height: 60px; 
	margin: 0 auto;
	padding: 10px;
}

#menubox { margin: 0px auto 0; }

#textbox { margin: 0 auto 20px; background: #333; border: 1px solid #666; color: #fff; padding: 10px; text-align: left;}
li.bullet {margin: 15px auto; list-style-position: inside; list-style-type: disc; }

#textbox a {color: white; text-decoration: none; text-shadow: 0 0 10px #fff;}



















