/**
 * Style sheet stunts_style
 */
h1
{
	font-family:sans-serif;
	font-size:1.7em;
}

#footer_ads
{
	margin:auto;
	min-width:700px;
	max-width:700px;
}

#footer
{
	width:100%;
	margin-left:auto;
	min-width:700px;
}

body
{
	margin:0px;
	padding:0px;
	background-color:#ebebeb;
	font-family:sans-serif;
}

a
{
	font-weight:bold;
	text-decoration:none;
	color:#244464;
}

a:hover
{
	color:#8b98f2;
}

#wrapper
{
	width:100%;
	height:100%;
}

#header
{
	width:100%;
	padding-top:15px;
	background-color:#244464;
	background-image:url("tl_files/img/top_bg.png");
	background-repeat:repeat-x;
	min-width:700px;
}

#head_banner
{
	width:700px;
	height:110px;
	position:relative;
	margin:auto;
}

#head_banner_img
{
	width:489px;
	height:101px;
	margin:auto;
}

#head_menu
{
	width:700px;
	height:25px;
	position:relative;
	margin:auto;
	padding-top:10px;
	padding-right:80px;
	text-align:left;
}

#head_menu a
{
	color:#ffffff;
}

#head_menu a:hover
{
	color:#8b98f2;
}

#head_menu ul
{
	display:inline;
}

#head_menu li
{
	display:inline;
	padding:10px 10px 5px 10px;
	background-image:url("tl_files/img/menu_bg.png");
	background-repeat:repeat-y;
	font-weight:bold;
	color:#white;
}

#head_menu p
{
	display:inline;
	color:#ff8a00;
}

#container
{
	width:100%;
	background-image:url("tl_files/img/page_bg.png");
	background-repeat:repeat-x;
	min-width:700px;
	min-height:250px;
}

#main
{
	margin:auto;
	padding:20px;
	min-width:700px;
	max-width:700px;
}

.comment_default
{
	margin-bottom:20px;
	margin-left:40px;
}

.comment_default .info
{
	margin-bottom:8px;
	font-weight:bold;
}

.comment_default .info .date
{
	top:4px;
	display:block;
	font-weight:normal;
	font-size:0.8em;
}
